/*
	Theme Name: SOC
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Site Design: http://bytegraphics.com
	Theme by: http://emasai.com/

	Version: 1

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: url(images/map-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #c10000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #7a0000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	max-width: 860px;
	clear: both;
	padding-top: 40px;
	margin: 0 auto;
	margin-top: 100px;
}

.home .site-inner {
	margin-top: 30px;
	padding-top: 0;
	max-width: none;
}
.home .content-sidebar-wrap{
display: none;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	margin-bottom: 60px;
	/*padding: 40px 0;*/
}
.home-featured h4.widget-title{
font: 24px 'Special Elite', serif;
text-align: center;
}
.home-featured-1{
width: 100%;
height: 730px;
}
#text-3{
max-width: 600px;
height: 171px;
margin: 0 auto;
}
#text-3 .textwidget{
padding-top: 60px;
}
#text-3 .textwidget h2,
#text-3 .textwidget h4{
font-size: 20px;
font-weight: bold;
color: #fff;
font-style: italic;
text-align:center;
text-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
}
#text-3 .textwidget h2{
text-transform: uppercase;
margin: 30px 0 0;
font-size: 30px;
}
#text-3 .textwidget h4{
margin-bottom: 0;
}
#text-3 .textwidget img.showings{
vertical-align: middle;
}
#text-3 .textwidget a{
font-size: 16px;
color: #fff;
font-style: normal;
text-align:center;
text-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
text-decoration: underline;
}
#text-3 .textwidget a:hover{
color: #F3DBB4;
}
.seeds{
padding: 30px 0 0;
}
.seeds p{
color: #FFF;
font-family: Cardo, serif;
font-size: 15px;
line-height: 1.3;
background: url(images/blurb-tile.png) repeat-y;
background-size: contain;
padding: 0 50px;
margin: -6px 0 0 0;
}
.buttons{
width: 158px;
margin: 0 auto;
}
a img.trailer,
a img.learn{
margin-bottom: 10px;
display: block;
}
.home-grass{
background: url(images/grass-light.png) repeat-x;
height: 60px;
position: relative;
top: -60px;
z-index: 100;
}
.home-featured-2{
background: url(images/grass-light.png) repeat-x bottom center;
}
#text-4,
#text-5,
#text-6 {
max-width: 832px;
margin: 0 auto;
overflow: auto;
}
#text-4{
padding: 0 20px 80px;
}
#text-4 .one-half.first p{
font: 15px Cardo, serif;
max-width: 364px;
}
#text-4 .one-half p{
font: 15px Cardo, serif;
max-width: 370px;
}
.home-featured-3{
background: url(images/sand.jpg) repeat-x;
}
#text-5{
padding: 50px 0 0;
overflow-y: hidden;
}
/*.home-featured-4{
background: url(images/historical-top-bg.jpg) repeat-x;
}*/
#text-6{
padding: 40px 0 0;
}
#text-6 .textwidget .light{
background: url(images/widget-bg.png);
overflow: auto;
padding: 30px;
}
#text-6 .textwidget .dark{
background: url(images/widget-bg-dark.png);
overflow: auto;
padding: 30px;
}
#text-6 img{
float: left;
margin-right: 20px;
}
#text-6 p{
float: left;
width: 50%;
}
#text-6 a.caps{
color: #AC0000;
font-size: 16px;
text-transform: uppercase;
margin-left: 120px;
margin-bottom: 0;
font-weight: bold;
}
.clear{
clear: both;
}
/*--------FADE IN CAPTIONS FOR SCHOLARS------------*/
figure { 
  display: block; 
  position: relative; 
  float: left; 
  margin: 0;
}
figcaption { 
position: absolute; 
background: rgba(255,255,255,0.4); 
color: #000; 
padding: 23px 20px;
text-align: center; 
opacity: 0;
transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
height: 100%; 
width: 100%;
}
figure:hover figcaption {
opacity: 1;
}
figcaption p{
margin: 0 0 14px;
}
figcaption a.more{
color: #c10000;
clear: both;
}
figcaption a.more:hover{
color: #7a0000;
}
.cap-bot h3{font-size: 16px; color: #000; font-weight: bold;}
.cap-bot{height: 208px; width: 208px;}
.cap-bot figcaption { left: 0; bottom: 0; }
.cap-bot:hover figcaption { bottom: 0; }
.cap-last{
margin-bottom: 100px;
}
.cap-last{
background: url(images/see-all.png) no-repeat ;
overflow: auto;
padding: 20px;
width: 100%;
}



/*--------INNER PAGES-----------*/
.page-template-trailer-php .site-inner{
/*max-width: 833px;*/
width: 100%;
padding: 5%;
}
.page-template-trailer-php .entry-title a{
font-size: 16px;
margin-bottom: 10px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
#text-9 p:first-child{
width: 300px;
float: right;
}
#text-9 .widget-title{
display: none;
} 

/*--------SCHOLAR SINGLE PAGES-----------*/
.page-template-page_research_scholars .entry-content p{
  margin-top: 0;
  margin-bottom: 0;
}

.soc-img{
  background:url(images/ph-bg.png);
  padding: 8px 8px 11px;
}

.learn-more{ text-align: right; }

.all-scholars{
  margin-bottom: 35px;
}

ul.research-scholars{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.research-scholars li{
  display: inline-block;
  float: left;
  width: 9%;
  margin: 0 1% 1% 0;
}
.page-id-10 .entry header .entry-title{
display: none;
}


/*--------BLOG-----------*/
.blog .content h1{
font-size: 24px;
font-family: 'Special Elite', serif;
text-transform: uppercase;
color: #000;
}
.blog .entry-header h1.entry-title a,
.blog .entry-header h1.entry-title{
font: 16px 'Open Sans', sans-serif;
font-weight: 700;
margin-bottom: 3px;
text-transform: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 520px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 290px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	border: 1px solid #000;
	padding: 30px 20px;
background: url(images/widget-bg.png)
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}
#text-8{
text-align: center;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.trailer-widget #featured-post-2,
.trailer-widget #pages-3{
background: url(images/widget-bg.png);
padding: 20px;
border: 1px solid #000;
margin-top: 30px;
}
.trailer-widget #featured-post-2{
width: 60%;
float: left;
}
.trailer-widget #pages-3{
width: 38%;
float: right;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #AC0000;
}

.widget-title{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: left;
}
.entry-title,
.welcome-message .widget-title,
.single h1{
	font-size: 24px;
	font-family: 'Special Elite', serif;
	text-transform: uppercase;
	color: #000;
}

h1.entry-title,
h1.special-heading {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Special Elite', serif;
	font-weight: 700;
	text-align: left;
}

.page-template-page_scholars h1.entry-title{
font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: left;
}

.single .entry-header .entry-title,
.archive .entry-header .entry-title,
.archive .entry-header .entry-title a{
font-size: 18px;
line-height: 1;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: none;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.single .hfigures header{background: url(images/transparent-bg.png); padding: 8px 8px 4px; display: table; width: 100%; margin: 8px 0 18px;}
.single .hfigures .entry-title { color: #c10000; display: table-cell; vertical-align: middle; text-transform: uppercase; }
.hf-feat-img { text-align: right; }
.single .hfigures .entry-content{ background: url(images/content-bg.png); padding: 28px 34px 0px; font-style: italic; }
.single-hfigures .sidebar .widget {
    background: none;
    border: none;
    margin-bottom: 0px;
    padding: 0 20px;
}

.entry-header a h3{font-size: 16px; text-align: center; margin: 10px auto 5px;}

.widget .historical_figures_list { text-align: center; margin-bottom:20px; }
.sidebar .widget .historical_figures_list img,
.sidebar .widget .historical_figures_list a.alignnone, 
.sidebar .widget .historical_figures_list img.alignnone { margin-bottom: 0; }

.sidebar .widget .historical_figures_list a,
.entry-header a h3 {
    color: #c10000;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.hf-source {
    font-family: 'Open sans';
    font-size: 11px;
    font-style: normal;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 24px;
	padding: 0 0 0;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}
.featured-content h2.entry-title{
margin-bottom: 0;
}
/*------REVIEWS WIDGET--------------*/
.widget-wrap .reviews .entry-title a{
font-size: 12px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin-bottom: 10px;
}
a.more,
.more-from-category a{
font-style: italic;
float: right;
}
a.more-link{
font-style: italic;
}
a.morecaps{
font-weight: bold;
float: right;
text-transform: uppercase;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
background: url(images/header-banner.jpg) center center;
border-bottom: 3px solid #000;
height: 63px;
margin-top: 50px;
position: fixed;
width: 100%; 
}
.site-header .wrap {
background: url(images/header-inner.png);
background-repeat: no-repeat;
background-size: cover;
height: 60px;
width: 100%; 
}
.home .site-header{
display: none;
}
.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
max-width: 515px;
height: 60px;
margin: 0 auto;
}

.header-image .title-area {
	padding: 0;
}

.site-title {	
text-indent: -9999px;
}

.site-title a{
background: url(images/title2.png);
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 60px;
}


.site-description {
text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #FFF;
	display: block;
	font-size: 11px;
	padding: 10px 10px 5px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #BF4646;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #eee;
	border-top: none;
	font-size: 11px;
	padding: 5px 10px 5px 20px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
background-color: #333;
padding: 7px 0;
position: fixed; 
top: 0;
left: 0;
z-index: 9999;
width: 100%;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #c10000;
}
#menu-item-387.facebook a{
background: url(images/fb-logo.png) no-repeat 0px 10px;
height: 30px;
text-indent: -9999px;
width: 30px;
}
#menu-item-525.tw a{
background: url(images/tw-logo.png) no-repeat 0px 10px;
height: 30px;
text-indent: -9999px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	color: #FFF;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}
.entry-author-name {
text-decoration: none;
font-size: 14px;
font-weight: normal;
padding-right: 10px;
}

.entry-time{
font-weight: 300;
padding-right: 8px;
}
.entry-comments-link{
font-style: normal;
text-decoration: underline;
}
.entry-header p.entry-meta {
margin-bottom: 5px;
font-size: 14px;
}

/*p.entry-meta{
margin-bottom: 0;
}*/
/*.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}*/

.entry-tags {
	display: block;
}
.entry-categories{
display: none;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
   margin-bottom: 70px;
}
.comment-respond{
border: 1px solid #333;
background: url(images/widget-bg.png);
padding: 10px;
}

.comment-header {
    display: inline-block;
    margin-bottom: 10px;
}

.comment-content,
.comment-header {
	clear: both;
}

.entry-comments .comment-author {
	margin-right: 8px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	text-transform: uppercase;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
/*	margin-top: 24px;
	padding: 32px;*/
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
/*	background-color: #f5f5f5;
	border: 2px solid #fff;*/
	border-right: none;
}
p.comment-meta,
comment-content p {
margin: 0;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}




/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background: url(images/footer-grass.png) repeat-x top center;
font-size: 10px;
height: 200px;
text-align: center;
color: #AC0000;
}

.footer-top p {
margin-top: 125px;
text-transform: uppercase;

}

.site-footer a:hover {
	color: #e5554e;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
/*
.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}
*/
/* Genesis Latest Tweets
--------------------------------------------- */
/*
.latest-tweets ul li {
	margin-bottom: 16px;
}
*/
/* Contact Forms
--------------------------------------------- */
div.wpcf7{
border: 1px solid #333;
background: url(images/widget-bg.png)
}
#contact{
margin: 20px;
}
#contact li{
list-style-type: none;
}
#contact li.box{
margin-bottom: 10px;
}
#contact li.text{
font-weight: 600;
font-size: 12px;
}
#contact li.resume{
margin-bottom: 10px;
}
#contact span{
color: #AC0000;
}
#contact li#submit input{
color:#333;	
text-decoration:none;		
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(193,193,193,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1', GradientType=0 );
border: 1px solid #333;
padding: 10px 20px;
text-transform: uppercase;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 10px;
width: auto;
margin-top: 10px 0;
}
#contact li#submit input:hover{	
background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff', GradientType=0 );
}
#contact li#submit{
margin: 10px 0;
}

/* Jetpack
--------------------------------------------- */
/*
img#wpstats {
	display: none;
}
*/


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #333;
	/*border-radius: 5px;*/
	box-shadow: none;
	color: #333;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,

textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(193,193,193,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1', GradientType=0 );
border: 1px solid #333;
padding: 10px 20px;
text-transform: uppercase;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 10px;
width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff', GradientType=0 );
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.back-to-top {
position: fixed;
bottom: 23em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(223, 207, 177, 0.70);
font-size: 12px;
padding: 1em;
display: none;
}

.back-to-top:hover {	
background-color: rgba(235, 235, 235, 0.80);
}	

/* Tables
--------------------------------------------- */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;

}

td {
	border-top: 1px solid #ddd;

	padding: 6px 0;
}
*/


/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.soc .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}	

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
#text-4 .one-half.first p,
#text-4 .one-half p{
max-width: 100%;
}
#text-5 .textwidget{
width: 624px;
margin: 0 auto;
}
#text-6 img{
float: left;
margin-right: 20px;
}
#text-6 p{
float: none;
width: 100%;
}
.content {
float: none;
width: 640px;
margin: 0 auto;
}
.sidebar {
float: none;
margin: 0 auto;
width: 50%;
}


}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 100%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

}

@media only screen and (max-width: 414px) {
.header-image .site-header .title-area .site-title a {
	background-size: cover !important;
}
.site-title a{
margin-top: 6%;
}
.site-header .wrap{
}	
#text-3{
width: 100%;
height: auto;
float: none;
margin: 0 auto;
}	
#text-5 .textwidget{
width: 208px;
margin: 0 auto;
}
#text-6 img{
float: none;
margin: 0 auto 20px;
}

#text-6 p{
float: none;
width: 100%;
}
.content {
width: 100%;
padding: 5%;
}
.sidebar {
width: 100%;
padding: 5%;
}
#text-6 h5{
text-indent: 0;
}

}