
/*
Theme Name: Hashtag Website Theme
Theme URI: 
Author: 
Author URI: 
Description: Theme for Hashtag
Version: 1.0

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       
        /*font-family: sans-serif;*/
        
        
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

img{border:0}

/* WYSIWYG DEFAULTS*/


.clear
{
    display: block;
    clear:both;
}
table
{
    
    display: table;
    /*table-layout: fixed;*/
    width: 100%!important;
    height: auto!important;
    
}
table tr
{
    width: 100%;
}

.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*END WYSIWYG DEFAULTS*/
p,table,ul
{
    font-size: 1em;
}
a,ul p
{
    color:inherit;
}
html,body
{
    
    position: relative;
    /*height: 100%;*/
    font-size: 1em;
    color: #aaaaaa;
}
body
{
    -webkit-text-size-adjust: none;
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-family:"Apercu Medium", Calibri, sans-serif; 
    font-size-adjust:0.508; 
    font-weight:normal; 
    font-style:normal; 
    font-size: 15px;
    
    position: static;
    
}
#page,#footer
{
    min-width: 1200px;
    position: relative;
    
}
h1,h2,h3,h4,h5,h6
{
    line-height: 1;
    margin-bottom: 1em;
}
table
{
    min-width: 100%;
    max-width: 100%;
}
h1
{
    font-size: 3.5em;
    margin-bottom: 0.5em;
    line-height: 1;
}
h2
{
    font-size: 2.75em;
    margin-bottom: 0.5em;
    
}
h3
{
    font-size: 1.5em;
    margin-bottom: 0.5em;
    
}
p, ul
{
    margin-bottom: 1em;
    line-height: 1.5;
}

#header
{
    position: fixed;
    height: 60px;
    width: 100%;
    left: 0;
    z-index: 999;
    top:0px;
    background: white;
    overflow: hidden;
    /*font-size: 0.85em;*/
}
.admin-bar #header
{
    top:32px;
}
#header ul
{
    margin: 0;
}
a
{
    text-decoration: none;
}
a:hover
{
    opacity: 0.8;
    text-decoration: none;
}
#main
{
    
    background: transparent;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    min-height: 600px;
}
.page-section
{
    background: white;
    min-height: 100%;
    display: table;
    width: 100%;
    position: relative;
    -webkit-transition: padding .5s, color .5s; 
    transition: padding .5s, color .5s; 
}
.page-section-center
{
    display: table-cell;
    vertical-align: middle;
}
.page-section-inner
{
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    max-width: 1000px;
    margin: auto;
    padding: 100px 40px;
    position: relative;
}
#home-landing-slider
{
    width: auto;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: #282828;
}
#home-landing-overlay
{
    width: 100%;
    height: 600px;
    /*background-size: cover;*/
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
    background-image: url(slidertitle.png);
    
}

#button-home
{
    background: white url(toplogo.png) no-repeat center center;
    height: 100%;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
#button-contact
{
    background: white url(topcontact.png) no-repeat center center;
    height: 100%;
    width: 95px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#access
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top:0px;
}
.menu-main-menu-container
{
    display: inline-block;
    text-align: left;
}
#access .menu-item
{
    display: inline-block;
    list-style: none;
}
#access a
{
    line-height: 60px;
    padding: 0px 25px;
    color: #0096d6;
}

.gridblock
{
    
    box-sizing: border-box;
    width: 20%;
    background: #eee;
    position: absolute;
    background: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    padding: 1.5em;
    color: #0096d6;
    display: block;
    
    /*overflow-y: auto;*/
}
.gridblock::-webkit-scrollbar {
    width: 20px;
}

.gridblock.gridsize1x2,.gridblock.gridsize2x2
{
    width: 40%;
}
hr
{
    border:0;
    border-bottom: 1px solid #AAA;
}
.gridblock hr
{
    border:0;
    border-bottom: 1px solid #0096d6;
}
.gridblock.ContentBlue
{
    background-color: #0096d6;
    color:white;
    
}
.gridblock.ContentBlue hr
{
    border-bottom: 1px solid white;
}
#footer-inner
{
    
    width: 1200px;
    margin: auto;
    padding-top: 25px;
    font-size: 0.85em;
}
#footer-left,#footer-middle,#footer-right
{
    padding: 50px;
    width: 33.333%;
    box-sizing: border-box;
    float: left;
    min-height: 220px;
    
}
#footer-left
{
    /*background: url(footerlogo.png) no-repeat center center;*/
}
#footer-right
{
    padding-top: 90px;
}
.widget
{
    list-style: none;
}

#contact
{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    left: 0px;
    top: 0;
    background: #0096d6;
    background: rgba(2,147,209,0.97);
    color: white;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    font-size: 0.9em;
     -webkit-overflow-scrolling: touch;
}
#contact-inner
{
    padding: 5em;
    position: relative;
    height: auto;
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
#contact-social
{
    position: absolute;
    right: 2em;
    bottom: 4em;
}
#contact-social img
{
    padding: 0.5em;
}
#button-contact-close
{
    background-image: url(close.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 33px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}
#contact-left
{
    width: 48%;
    float: left;
}
#contact-right
{
    width: 48%;
    float: right;
}
#contact-inner input,#contact-inner textarea
{
    font-size: 1em;
    width: 100%;
    background:none;
    border: 0;
    border-bottom: 1px solid #bbe2f3;
    border-color: rgba(255,255,255,0.9);
    margin: 15px 0px;
    color: white;
    
    padding: 10px 0px;
}
  
#contact-inner input::-webkit-input-placeholder,#contact-inner textarea::-webkit-input-placeholder {
   color: #bbe2f3;
   color: rgba(255,255,255,0.9);
}

#contact-inner input.wpcf7-submit
{
    width: auto;
    cursor: pointer;
    
}
#contact-inner input.wpcf7-submit:hover
{
    opacity: 0.8;
}
.gridblock.ContentExpandable
{
    background:#1796d3;
    color:white;
    cursor: pointer;
    -webkit-transition: background-color .5s, color .5s; 
    transition: background-color .5s, color .5s; 
}
.gridexpandtitle
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.75em;
    text-transform: uppercase;
    
}
.gridexpandcontent
{
    position: absolute;
    width: 200%;
    /*min-height: 100%;*/
    background: white;
    display: block;
    z-index: 10;
    /*margin-left: -1px;*/
    /*left: 100%;*/
    /*bottom: 0;*/
    color:#a0a0a0;
    cursor: default;
    display: none;
    -webkit-transition: bottom .5s, color .5s; 
    transition: bottom .5s, color .5s;
    top:0;
}
.gridexpandcontent.heightfix
{
    top:auto;
    bottom:0;
}
#gridoverlay
{
    background:rgba(16,133,182,0.8);
    z-index: 20;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.gridexpandcontentinner
{
    padding: 1.5em;
    position: relative;
    padding-bottom: 50px;
}
.gridminimize
{
    /*text-decoration: underline;*/
    color:#0096d6;
    bottom: 1.5em;
    left: 1.5em;
    cursor: pointer;
    position: absolute;
    
}
.ContentExpandable.ContentExpandanded
{
    background:white;
    color:#0096d6;
}
td p
{
    padding-right: 20px;
}
.home-slide
{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*display: none;*/
    opacity: 0;
    
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}
.imagerollover,.imagelink
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.imagerollover
{
 
    opacity: 0;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.gridblock.Image:hover > .imagerollover
{
    opacity: 1;
}
.page-title
{
    color:#0096d6;
}

.gridblock.gridblog
{
    /*display: block;*/
    /*overflow: hidden;*/
}
.gridblogcontent
{
    -webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));    
    height: 100%;
    overflow: hidden;
}
.blogimage
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hasImage .gridblogcontent
{
    opacity: 0;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    
}
.hasImage:hover > .gridblogcontent
{
    opacity: 0.9;
}
.hasImage:hover > .blogimage
{
    opacity: 0.5;
}
.ContentExpandanded .gridexpandtitle
{
/*    opacity: 0!important;
    color: white!important;*/
}
.ContentExpandanded.hasImage .blogimage
{
    opacity: 1!important;
    
    
}
.gridexpandtitlewrap
{
    position: static;
    width: 100%;
    height: 100%;
    top: 1.5em;
    left:1.5em;
    display: table;
  
/*    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;*/
}
.gridblog .gridexpandcontent
{
    height: 100%;   
    overflow: hidden;
}
.gridblog .gridexpandcontentinner
{
    height: 85%;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));   
}
.post-share
{
    bottom: 1.25em;
    position: absolute;
    right: 1.5em;
}
.sharelabel
{
    color: #0096d6;
    /*text-decoration: underline;*/
    display: inline-block;
    vertical-align: top;
    
}
.smlink
{
    margin: 0!important;
    margin-right: 5px!important;
}
#social-feed
{
    color: #aaaaaa;
    padding-top: 10px;
    
    font-size: 0.9em;
    overflow-y: auto;
    max-height: 90%;
}
.feeditem
{
    padding-bottom: 20px;
}
#social-feed p
{
    font-size: 1.1em;
    margin-bottom: 0;
}
#social-feed a
{
    color: #0096d6;
}
.feedfacebook
{
    padding-left: 40px;
    background: url(fbbg.png) no-repeat top left;
}
.feedtwitter
{
    padding-left: 40px;
    background: url(twitbg.png) no-repeat top left;
}
.feedfavs
{
    padding-left: 15px;
    background: url(star.png) no-repeat center left;
    font-size: 0.9em;
}