img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

.slicknav_menu {
	display: none;
}

body, html {
  margin: 0;
}

body {
	font-size: 16px;
	position: relative;
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   transition: all .2s ease-in;
}

.modal {
    overflow-y: auto;
}

#mobile-menu {
	display: none;
}

/* Social Networking Icons Include */
ul.social-networking-links {
	margin: 0px;
	padding: 0px;
}

ul.social-networking-links li {
	list-style: none;
	display: inline-block;
}

ul.social-networking-links li a {
	opacity: 1;
	font-size: 1.5em;
	line-height: 1em;
	display: block;
	margin: .5em .5em .5em 0;
	color: #de7a3d;
	-webkit-transition: opacity .2s ease-in;
   -moz-transition: opacity .2s ease-in;
   -o-transition: opacity .2s ease-in;
   transition: opacity .2s ease-in;
}

ul.social-networking-links li a:hover {
	opacity: .7;
	color: #de7a3d;
}



ul.social-networking-links li {
    list-style: none;
    display: inline-block;
    width: 46px;
    border-radius: 50%;
    height: 46px;
    background: #fff;
    text-align: center;
    margin: 0em .75em 0em .75em;
}

ul.social-networking-links li a {
    font-size: 30px;
    line-height: 46px;
    display: block;
    margin: 0;
    padding: 0px;
    color: #f2f5f8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 50%;
}


ul.social-networking-links li a:hover {
	background-color: #CCC;
	color: #f2f5f8;
}


ul.social-networking-links li a.google-plus {
	background-color: #da4634;
}

ul.social-networking-links li a.facebook {
	background-color: #476eb1;
}

ul.social-networking-links li a.pinterest {
	background-color: #cb2227;
}

ul.social-networking-links li a.twitter {
	background-color: #00acee;
}

ul.social-networking-links li a.youtube {
	background-color: #cd3a28;
}

ul.social-networking-links li a.linkedin {
	background-color: #0071b0;
}

ul.social-networking-links li a.instagram {
	background-color: #c5d5e2;
}

/* Ajax Specific */
div.ajax-content {
	position: relative;
}

div.ajax-content #now-loading {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -8px;
}


/* Archive Pagination */
section#main .navigation {
	margin: .0em;
	padding: 0em;
	text-align: center;
}

section#main .navigation ul {
	display: inline-block;
	padding: .25em 1em;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #666666;
	text-decoration:none;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	font-weight: bold;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:background-color .2s ease-in;
   -moz-transition:background-color .2s ease-in;
   -o-transition:background-color .2s ease-in;
   transition:background-color .2s ease-in;
}

.navigation li a:hover,
.navigation li.active a {
	color: #000;
	background-color: #fff;
}

/* Content Area Formatting */
section#main ul {
	padding-left: 20px;

}

section#main li {
	list-style: inherit;
}


/* Gravity Form Input Focus Style */
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper select:focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(114,130, 52,.6);
    box-shadow: 0 0 8px rgba(114,130, 52,.6) !important;
}

/*=============================================================
	Non-Semantic Helper Classes
  ===========================================================*/
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube-embed {
	position: relative;
	padding-bottom: 57%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.youtube-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* columns of same height styles
   http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
 */
/*
<div class="row">
  <div class="row-same-height">
    <div class="col-xs-6 col-xs-height"></div>
    <div class="col-xs-3 col-xs-height col-top"></div>
    <div class="col-xs-2 col-xs-height col-middle"></div>
    <div class="col-xs-1 col-xs-height col-bottom"></div>
  </div>
</div>
*/

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
	margin-bottom: 5em;
}
.col-md-height {
  display: table-cell;
  float: none !important;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* ===============================================
	Comment Specific Styles
	============================================*/
div.comment-container {
	clear: both;
	margin-top: 3em;
}
/* Comments
------------------------------------------------------------ */
ol.commentlist {
	padding: 0px;
	margin: 0em;
}

ol.commentlist li {
	list-style: none;
	padding: 1em;
}

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,
.ping-list ol {
	padding: 10px;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.comment-list li,
.ping-list li {
	color: #ed702b;
}
.comment-list li a:hover,
.ping-list li a:hover {
	text-decoration: underline;
}
.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}
.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}
.comment-list cite,
.ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}
.reply {
	font-size: 14px;
	font-weight: 300;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
li.bypostauthor {
  	border: 1px solid #ED702B;
}
.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}
.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}
.avatar {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}
li .says {
	color: #333;
}
h3#comments,
h3#trackbacks {
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
	font-size: 30px;
	color: #333;
}
ol.comment-list {
	margin-bottom: 3em;
}
cite.fn {
	font-size: 1.2em;
}



/*=============================================================
	Media Queries
  ===========================================================*/
/* Super Widescreen */
@media (max-width: 990px) {

}

@media (max-width: 767px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.slicknav_menu {
		display: block;
	}

}

@media (max-width: 480px) {

}
