/*
Theme Name: Flying Pig 
Author: Traction
Author URI: http://teamtraction.com/
Version: 1.0
*/

/**
* Universal
*/

html,body{
    height: 100%;
    margin: 0;
}

body{
    overflow-x: hidden;
}

body p{
    font-size: 11px;/*IE 8*/
    font-size: 0.78571429rem;
}   

.rela{
    position: relative;
}

.text-shad-black{
   text-shadow: 1px 1px 2px #000000; 
}

.full-width{
    width: 100%;
}

.pad-r-off{
    padding-right: 0 !important;
}

.pad-l-off{
    padding-left: 0 !important;
}

.table{
    display: table;
    width: 100%;
}

.td{
    display: table-cell;
}

.no-Pad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-Pad-L{
    padding-left: 0 !important;
}

.no-Pad-R{
    padding-right: 0 !important;
}

.float_r{
    float: right;
}

.float_l{
    float: left;
}

.g_text{
    color: #00B1B0;
}

ol li{
    padding: 5px 0;/*IE 8*/
    padding: 0.35714286rem 0;
}

/**
* Top Navigation - Full Screen
*/

#top_nav{
    min-height: 27px;
    min-height: 1.92857143rem;
    background: white;
    border-top: 0.07142857rem #00B1B0 solid;
    border-top: 5px #00B1B0 solid;
}

#top_nav #top_menu{
    float: right;
    padding: 7px 0 6px 0;/*IE 8*/
    padding: 0.5rem 0 0.42857143rem 0;
    margin: 0;
}

#top_nav #top_menu li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0 10px;/*IE 8*/
    padding: 0 0.71428571rem;
    position: relative;
}

#top_nav #top_menu li a{
    border: none;
    padding: 0;
    font-size: .9rem;
    text-transform: uppercase;
    color: #ADAFB2;
    font-weight: 400;
}

#top_nav #top_menu ul.sub-menu{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    visibility: hidden;
    margin: 0;
    padding:0 10px;
}

#top_nav #top_menu ul.sub-menu li a{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    text-align: center;
    color: #231F20;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px #D1D3D4 solid;
}

#top_nav #top_menu li:hover > ul.sub-menu{
    z-index: 150;
    opacity: 1;
    visibility: visible;
}

#top_nav #top_menu li:hover > a, 
#top_nav #top_menu .current_page_item a,
#top_nav #top_menu .current_page_parent a,
#top_nav #top_menu .current-menu-parent a,
#top_nav #top_menu ul.sub-menu li a:hover{
    color: #00B1B0;    
}

/**
* Main Navigation - Full Screen
*/
.pw-small {
	display:none;
}

#head_nav{
   background: #231F20;
   margin-bottom: 5px;/*IE 8*/
   margin-bottom: 0.35714286rem;
   position: relative;
}

#head_nav .off-canvas-list li a{
    display: inline;
    border-bottom: none;
}

.qb_logo_small{
    padding: 5px 0;
    float: left;
}

#head_nav .menu-main-navigation-container{
    float: right;
    padding-top: 19px;
}

.left-off-canvas-menu ul.sub-menu{
    margin-left: 0;
}

.left-off-canvas-menu li{
    text-transform: uppercase;
}

#head_nav .menu-main-navigation-container li{
    text-decoration: none;
    float: left;
    display: inline-block;
    text-transform: uppercase;
}

.left-off-canvas-menu ul.off-canvas-list > li > ul.sub-menu{
    display: none;
    overflow: hidden;
}

#head_nav .menu-main-navigation-container .sub-menu li{
    float: none;
    display: block;
}

.left-off-canvas-menu ul.off-canvas-list > li.menu-item-has-children > a{
    background: #00B1B0 url('images/bg/drop_down.png') no-repeat 90% center;
    padding-right: 17px;
}

.left-off-canvas-menu ul.off-canvas-list > li > a:hover,
.left-off-canvas-menu ul.off-canvas-list > li > a:focus,
.left-off-canvas-menu ul.off-canvas-list > li.current-menu-item > a{
    background: #56C4C5;
}

.left-off-canvas-menu ul.off-canvas-list > li.menu-item-has-children > a:hover,
.left-off-canvas-menu ul.off-canvas-list > li.menu-item-has-children > a:focus,
.left-off-canvas-menu ul.off-canvas-list > li.current-menu-parent > a{
    background: #56C4C5 url('images/bg/drop_down.png') no-repeat 90% center;
}

.left-off-canvas-menu ul.off-canvas-list li a{
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    color: #ffffff;
    border-bottom:none;
    border-top: 5px #8BD2D3 solid;
    background: #00B1B0;
}

.left-off-canvas-menu li a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size:12.6px;/*IE 8*/
    font-size:.9rem;
    font-weight: 400;
    padding: 7px 7px 28px 7px;/*IE 8*/
    padding: 0.5rem 0.5rem 2rem 0.5rem;
}

#head_nav .menu-main-navigation-container li a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    font-size:12.6px;/*IE 8*/
    font-size:.9rem;
    font-weight: 400;
    padding: 7px 7px 28px 7px;/*IE 8*/
    padding: 0.5rem 0.5rem 2rem 0.5rem;    
}

#head_nav .menu-main-navigation-container .sub-menu:after{
    content: "";
    background:url('images/bg/grey_overlay.png') repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    border-left: 9999px solid transparent;
    border-right: 9999px solid transparent;
    border-top: 7px #E6E7E8 solid;
    z-index: -1;
}

#head_nav .menu-main-navigation-container ul.sub-menu{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 25px 0;
    padding: 1.78571429rem 0;
    margin: 0;
}

#head_nav .menu-main-navigation-container li:hover > a, 
#head_nav .menu-main-navigation-container .current_page_item a,
#head_nav .menu-main-navigation-container .current-menu-parent a,
#head_nav .menu-main-navigation-container .current-menu-ancestor a{
    color: #00B1B0;    
}

#head_nav .menu-main-navigation-container li.menu-item-has-children:hover > a{
    background: #E6E7E8;
}

/*change parent index*/
#head_nav .menu-main-navigation-container li:hover > .sub-menu{
    z-index: 150;
}

/*display parent and children*/
#head_nav .menu-main-navigation-container li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.left-off-canvas-menu ul.sub-menu li{
    line-height: 1.42857143rem;
    padding: 0;
}
#head_nav .menu-main-navigation-container ul.sub-menu li{
    padding: 0 4.2px 0 9.8px;/*IE 8*/
    padding: 0 0.3rem 0 0.7rem;
    position: relative;
    line-height: 20px;/*IE 8*/
    line-height: 1.42857143rem;
}

.left-off-canvas-menu ul.sub-menu li a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #EC098D;/*pink*/
    display: block;
    border: none;
    padding: 9.8px;/*IE 8*/
    padding: 0.7rem;
    background:none;
}

#head_nav .menu-main-navigation-container ul.sub-menu li a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #EC098D;/*pink*/
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    border: none;
}

.left-off-canvas-menu ul.sub-menu li a:focus,
.left-off-canvas-menu ul.sub-menu li a:hover,
.left-off-canvas-menu ul.sub-menu .current_page_item > a,
#head_nav .menu-main-navigation-container ul.sub-menu li a:focus,
#head_nav .menu-main-navigation-container ul.sub-menu li a:hover,
#head_nav .menu-main-navigation-container ul.sub-menu .current_page_item > a{
    background: #E6E7E8;
}

/*Second layer submenu*/
#head_nav .menu-main-navigation-container ul.sub-menu ul{
    background: none;
    position: static;
    padding: 0 5px;
    margin-bottom: 15px;
    border-top: none;
}

#head_nav .menu-main-navigation-container ul.sub-menu ul:after{
    display: none;
}

#head_nav .menu-main-navigation-container ul.sub-menu ul li{
    padding: 0;
}

.left-off-canvas-menu ul.sub-menu ul li a{
    font-size:11.6px;/*IE 8*/
    font-size:0.78571429rem;
    color:#231F20;
    background:none;
    padding-left: 1.42857143rem;
}

#head_nav .menu-main-navigation-container ul.sub-menu ul li a{
    font-size:11.6px;/*IE 8*/
    font-size:0.78571429rem;
    color:#231F20;
    padding: 0 5px;/*IE 8*/
    padding: 0 0.35714286rem;
}

.left-off-canvas-menu ul.sub-menu ul li a:focus,
.left-off-canvas-menu ul.sub-menu ul li a:hover,
#head_nav .menu-main-navigation-container ul.sub-menu ul li a:focus,
#head_nav .menu-main-navigation-container ul.sub-menu ul li a:hover{
    color: #EC098D;/*pink*/
}


/**
* Mobile Navigation
*/

/*Change navigation*/
.touch #head_nav .menu-main-navigation-container{
    display: none;
}
.touch .right-small,
.touch .left-small{
    display: block;
    visibility: visible;
}
.touch .qb_logo_small{
    float: none;
}
.touch .qb_logo_link{
    display: block;
    position: absolute;
    left:3.7rem;
    right:3.7rem;
    top:0;
    text-align: center;
}
.touch #head_nav{
   height: 6rem;
}
/*end Change navigation*/


.right-small,
.left-small{
    display: none;
    visibility: hidden;
}

.right-small {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    height: auto;
    z-index: 2000;
    background: url('images/bg/green_overlay.png') repeat;
}

.right-small a.menu-icon{
    width: 100%;
    height: auto;
    padding: .5rem;
    text-align: center;
    text-indent: 0;
}

.left-small {
    background: url('images/bg/m_nav.png') no-repeat center;
    width: 3.7rem;
    height: 3.7rem;
    position: absolute;
    top: 0;
    left: 0;
}

.off-canvas-wrap .left-off-canvas-menu{
    background: url('images/bg/grey_overlay.png') repeat;
}

.off-canvas-wrap .right-off-canvas-menu{
    background: url('images/bg/green_overlay.png') repeat;
}

.off-canvas-wrap .left-off-canvas-menu .menu-top-menu-container{
    margin-bottom: 85px;
}

/**
 * Header
 */
 
.touch #header-wrap{
    position: relative;
}

.home #header-wrap{
    width: 100%;
}

#masthead{
    position: relative; 
    overflow: hidden;
}

.head_img{
    position: absolute;
    top:0;
    z-index: 0;
    width: 100%;
    height: auto;
}

.p_overlay{
    background: url('images/bg/pink_overlay.png') repeat;
    position: absolute;
    top:0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#header-info{
    margin: 30px auto;/*IE 8*/
    margin: 2.14285714rem auto;
}

#header-info #info h1{
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 24px;/*IE 8*/
    font-size: 1.71428571rem;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px;/*IE 8*/
    padding: 0.35714286rem 1.42857143rem;
    background: url('images/bg/black_overlay.png') repeat;
}

#header-info #info .intro{
    background: url('images/bg/white_overlay.png') repeat;
    padding: 10px 25px;
}

#header-info #info .intro h1{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #E467A6;
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px #C1B9BC solid;
}

#header-info #info .intro p{
    padding-top: 5px;
    color: #807F83;
    font-size: 12px;
}


/**
* Body
*/

#container{
    height: 100%;
    width: 100%;
}

.home #main{
    background: #FFF url('images/bg/pigs.png') repeat center top;
}

#main{
    min-height: 700px;
    position: relative;
    height: 100%;
    width: 100%;
}

/**
* PAGE
*/

#page-content{
    
}


/**
* COUNTDOWN
*/

.count{
    width: 100%;
}

#time{
    position: relative;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
}

.layout-type_default .countdown_section{
    display: inline-block;
    margin: 5px 5px 0 5px;
    text-align: center;
    color: #fff;
}

.layout-type_default .countdown_amount,
.layout-type_default .countdown_label{
    padding: 5px 3px;
    width: 100%;
    display: block;
    min-width: 54px;
}

.layout-type_default .countdown_amount{
    background: #FFFFFF;
    font-size: 1.5rem;
    color:#E467A6;
}

.layout-type_default .countdown_label{
    font-size: .6rem;
    background: #00B1B0;
    margin-top: 2px;
    text-transform: uppercase;
}


/**
* Race Alert
*/

#alert-wrap{
    overflow: hidden;
    padding: 0 40px;/*IE 8*/
    padding: 0 2.85714286rem;    
}

#alert{
    display: table;
    border-top: 12px #E467A6 solid;
    padding: 10px;
    min-height: 65px;
    background: url('images/bg/green_overlay.png') repeat;
}

#alert-inner{
    cursor: pointer;
    padding: 0 0 0 60px;
    background: url('images/alert/alert_big.png') no-repeat center left;
}

#alert img{
    padding:0 20px 0 10px;
    width: 90px;
    height: 40px;
}

#alert h4, #alert p{
    margin: 0;
    padding: 0;
}

#alert h4{
    color: #EC098D;
    letter-spacing: 2px;
    font-size: 16px;/*IE 8*/
    font-size: 1.14285714rem;
    font-weight: 400;
    text-transform: uppercase;
}

#alert p{
    font-size: 12px;/*IE 8*/
    font-size: 0.85714286rem;
    font-weight: 400;
    color: #00928F;
}

.close{
    cursor: pointer;
}

/**
* Honey Comb boders
*/
.comb{
  height: 11px;
  position: absolute;
  display: table;
  /*Firefox table overflow fix*/
  table-layout:fixed;  
}

.comb div{
   display: table-cell;
   width: 33.3%; 
}

#comb-top{
   margin-top: -4px;
}

#comb-top img{
    vertical-align: top;
}

#comb-bot img{
    vertical-align: top;
}

.r-t-hex{
    text-align: right;
}

/**
* Home Page Featured
*/

#featured{
    padding: 40px 30px 40px 30px;/*IE 8*/
    padding: 2.85714286rem 2.14285714rem 2.85714286rem 2.14285714rem;
}

#featured .bx-controls{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px;
}

body .bx-wrapper .bx-controls-direction a{
    width: 34px;
    height: 34px;
    z-index: 50;
}

#featured .bx-wrapper .bx-prev{
    left: -30px;
}

#featured .bx-wrapper .bx-next{
    right: -30px;
}

a.title-wrap{
    display: block;
}

.no-touch .title-wrap .title img{
    -webkit-transition:all .1s ease-in;
    -moz-transition:all .1s ease-in;
    -ms-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
}

.no-touch .title-wrap:hover .title img, .no-touch .title-wrap:focus .title img{
    
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

#featured .slide{
    padding:0 10px;/*IE 8*/
    padding: 0 0.71428571rem;
}

#featured .slide a{
    display: block;
}

#featured a .feature,
.feature{
    text-align: center;
    background: #EFEFEF;
    border-top: 12px #E467A6 solid;/*IE 8*/
    border-top: 0.85714286rem #E467A6 solid;
    padding:10px;/*IE 8*/
    padding: 0 0.71428571rem;
    height: 154px;/*IE 8*/
    height: 11rem;
    overflow: hidden;
    
    -webkit-transition:all .25s ease-in;
    -moz-transition:all .25s ease-in;
    -ms-transition:all .25s ease-in;
    -o-transition:all .25s ease-in;
    transition:all .25s ease-in;
}

#featured a:hover .feature{
    border-top: 12px #00B1B0 solid;/*IE 8*/
    border-top: 0.85714286rem #00B1B0 solid;
}

#featured h4{
    text-transform: uppercase;
    color: #F16D9A;
    font-size: 13px;/*IE 8*/
    font-size: 0.92857143rem;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 2px #95D6D6 solid;
    border-bottom: 0.14285714rem #95D6D6 solid;
}

#featured p{
    color: #807F83;
    font-size: 11px;/*IE 8*/
    font-size: 0.78571429rem;
    margin:7px 0 10px 0;/*IE 8*/
    margin:0.5rem 0 0.71428571rem 0;
}

/**
* Home Page Summary
*/

#news .inner{
    background: url('images/bg/grey_border.jpg') repeat-y center;
} 

#news .main{
    padding-left:0;
}

#news p{
    color: #807F83;
}

#news .img_wrap{
    border: 5px #E6E7E8 solid;
    margin: 10px 0;
    height: 145px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#news .img_wrap img{
    min-height:145px;
    width: 100%;
}

#news h1{
   color: #00B1B0;
   font-size: 28px;/*IE 8*/
   font-size: 2rem;
   text-transform: uppercase;
   letter-spacing: 6px;/*IE 8*/
   letter-spacing: 0.42857143rem;
}

#news h4{
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 0;
}

#news a{
    font-weight: 400;
}

#news .main h4 a,
#news .secondary h4 a{
    -webkit-transition:all .25s ease-in;
    -moz-transition:all .25s ease-in;
    -ms-transition:all .25s ease-in;
    -o-transition:all .25s ease-in;
    transition:all .25s ease-in;
}

#news .main h4 a{
    color:#EC098D;
}

#news .main h4 a:hover{
    color:#F16D9A;
}

#news .secondary h4 a{
    color: #F16D9A;
}

#news .secondary h4 a:hover{
    color: #EC098D;
}

/**
* Home Page Register
*/

.register{
    position: relative;
}

.register .inner{
    background: #fec75f;
    margin: 0;
    padding-bottom: 50px;
}

.register .inner .top{
    padding: 20px 20px 0 20px;
}

.register .inner img{
    display: block;
    width:165px;
    margin: 0 auto;
}

.dome{
    width: 100%;
    vertical-align: top;
}

.bee_float{
    position: absolute;
    top: -1px;
    right: 15px;
}

.register .r_button a span{
    display: block;
    background: #735EA8;
    padding: 18px 10px 18px 10px;
}

.register .date{
    float: left;
    text-align: center;
    color: #735EA8;
    font-size: 11.2px;/*IE 8*/
    font-size: .8rem;
    padding:6px 5px 6px 0;
    background: url('images/register/fin.png') no-repeat right;
}

.register .date span{
    display: block;
    background: white;
    padding: 14px 10px 14px 2px;
}


/**
* News
*/

.single .news-post-meta{
    padding-bottom: 10px;
    border-bottom: 1px #E6E7E8 solid;
    margin-bottom: 30px;
}

.news-post-meta{
    padding-top: 10px;
    border-top: 1px #E6E7E8 solid;
}

.news-post-meta .date,
.news-post-meta .addthis_toolbox{
    float: left;
}

.news-post-meta .date{
    padding: 10px 9px 9px 0;
    font-size: 10px;
    color: #CECECE;
}

.news-post-meta img{
    border: none !important;
    margin: 0 !important;
}

.news-archive .inner{
    margin:30px 0;
    padding:0 0 0 10px;
    border-left: 5px #00B1B0 solid;
}

.news-archive .inner img{
    margin:10px 0;
}

.news-archive .inner h1{
    margin-top: 10px;/*IE 8*/
    margin-top: 0.71428571rem;
}

.news-archive .inner h1 a{
    color: #F16D9A;
}

#news .register h4{
    color: #5A4099;
}

#news .register .r_button a{
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    padding-right: 11px;
    background: url('images/register/hex.png') no-repeat right;
    position: relative;
    right: -15px;
}

#news .register .r_button a:hover{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #FDBB30;
}


/**
* Grid
*/

.entry-content .grid{
    padding: 5px 0;/*IE 8*/
    padding: 0.35714286rem 0;
    margin-bottom: 25px;/*IE 8*/
    margin-bottom: 1.78571429rem;
}

body .entry-content .grid h5{
    margin-bottom: 7px;/*IE 8*/
    margin-bottom: 0.5rem;
}

.entry-content .grid img{
    border: none;
    padding: 0;
    margin: 0;
}

.entry-content .grid-split{
    padding: 5px;/*IE 8*/
    padding: 0.35714286rem;
}

.entry-content .grid .description{
    min-height: 105px;
    padding: 10px;/*IE 8*/
    padding: 0.71428571rem;
    background: url('images/bg/green_overlay.png') repeat;
}

.entry-content .grid .description p{
    margin-bottom: 0;
    color: #58595B;
}

/**
* Home Page Sponsors
*/

#sponsors .bx-controls{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px;
}

#sponsors .bx-wrapper .bx-controls-direction a{
    width: 34px;
    height: 35px;
}

#sponsors .bx-wrapper .bx-prev{
    left: -31px;
}

#sponsors .bx-wrapper .bx-next{
    right: -31px;
}

#sponsor-special h6{
    text-transform: uppercase;
    font-size: 12px;
    color: #ADAFB2;
    font-weight: 700;
}

#sponsor-special #spotlight{
    margin: 10px 0 0 0;
}

#sponsor-special #charity{
    margin: 30px 0 0 0;
}

#sponsor-special .sponsor-wrap img{
    display: inline;
}

#sponsor-special .bx-controls-direction{
    display: none;
}

.entry-content #sponsors{
    padding: 25px 0 75px 0;
}

#sponsors{
    padding: 30px 0 0 0;/*IE 8*/
    padding: 2.14285714rem 0 0 0;
    position: relative;
}

#sponsors .slide-inner {
    padding: 5px;
    float: left !important;
}

#sponsors h2{
    font-size: 28px;/*IE 8*/
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #EC098D;
    letter-spacing: 6px;/*IE 8*/
    letter-spacing: 0.42857143rem;
    text-align: center;
    margin:25px 0 15px 0;/*IE 8*/
    margin:1.78571429rem 0 1.07142857rem 0;
}

body .entry-content .sponsor-wrap h5,
body .sponsor-wrap h5{
    font-size:10px;
    height:12px;
    text-transform: uppercase;
}

body .sponsor-wrap h5.level{
    color: #F16D9A;
    margin-top: 5px;/*IE 8*/
    margin-top: 0.35714286rem;
}

body .sponsor-wrap h5.event{
    color:#00B1B0;
}

.sponsor-wrap {
    background: #FFF;
    border: 2px #E6E7E8 solid;
    text-align: center;    
}

body #sponsors h3{
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    color: #5A4099;
    text-transform: uppercase;
    margin-bottom: 45px;
}
div.large-4 > div.sponsor-wrap {
	padding-bottom: 3px;
}

/**
* Inner Page
*/

#overlay{
    background: url('images/bg/w_trans.png') repeat;
    height: 100%;
    width: 100%; 
}

.touch #overlay{
    background: none;
    background-color:rgba(255,255,255,0.5);
}

.home #overlay{
   background: none;
}

#content{
    padding-right: 0;
    padding-left: 30px;/*IE 8*/
    padding-left: 2.14285714rem;
}

#main-content{
    padding: 35px 0 35px 0;/*IE 8*/
    padding: 2.5rem 0 2.5rem 0;
}

h1.entry-title{
    font-size: 28px;/*IE 8*/
    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00B1B0;
}

h5.parent-title{
    margin-bottom: 0;
    line-height: 0;
    text-transform: uppercase;
    color: #F16D9A;
}

.entry-content p{
    color: #807F83;
    margin-bottom: .6rem;
}

.entry-content table{
    background: none;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 5px;/*IE 8*/
    border-spacing: .5rem;
}

.entry-content table th{
    padding:9px;/*IE 8*/
    padding:.7rem;
    background: #00B1B0;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    text-align: center; 
}

.entry-content table tr.border{
    background: none !important;
}

.entry-content table td{
    background-color: #FFF;
    border-top:none;
    border-right: none;
    border-left: none;
    padding: 7px;/*IE 8*/
    padding:.2rem .5rem .5rem .5rem;
    margin: 0 2.8px;/*IE 8*/
    margin: 0 .2rem;
    text-align: center;
    font-weight: 300;
    color: #ADAFB2;
    border-bottom: 2.8px #E6E7E8 solid;/*IE 8*/
    border-bottom: 0.21428571rem #E6E7E8 solid;
}

.inner-sidebar ul,
.entry-content ul{
    margin: .5rem 0 .5rem .5rem;
    font-size: 12px;
}

.inner-sidebar ul li,
.entry-content ul li{
    list-style: none;
    padding-left: 14px;/*IE 8*/
    padding-left: 1rem;
    background: url('images/bg/dash.png') no-repeat left center;
    margin-bottom: 8px;/*IE 8*/
    margin-bottom: .5rem;
    color: #58595B;
}

.entry-content img{
    margin: 7px;/*IE 8*/
    margin: .5rem;
    border: 5px #E6E7E8 solid;
}

.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img{
    /*width: 100%;*/
    margin: 7px 0;/*IE 8*/
    margin: .5rem 0;
    margin-bottom: 0;
}

.entry-content .wp-caption{
    margin: 7px;/*IE 8*/
    margin: .5rem;
}

.entry-content .wp-caption.alignnone{
    /*width: 100% !important;*/
    margin: 7px 0;/*IE 8*/
    margin: .5rem 0;
}

.entry-content .wp-caption p{
    background: url('images/bg/green_overlay.png') repeat;
    padding: 10px;/*IE 8*/
    padding: 0.71428571rem;
    color: #58595B;
    width: 96.5%;
}

/*if just page-child*/
.is-child .entry-content h1,
.is-child .entry-content h2,
.is-child .entry-content h3,
.is-child .entry-content h4,
.is-child .entry-content h5,
.is-child .entry-content h6{
    font-size: 16px;/*IE 8*/
    font-size: 1.14285714rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #F16D9A;
    margin:21px 0 0 0;/*IE 8*/
    margin:1.5rem 0 0 0;
}

/*if page-child and page-parent*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.page-parent .child-page-content h1.title,
.page-parent .entry-content h1,
.page-parent .entry-content h2,
.page-parent .entry-content h3,
.page-parent.page-child .child-page-content h1.title,
.page-parent.page-child .entry-content h1,
.page-parent.page-child .entry-content h2,
.page-parent.page-child .entry-content h3{
    font-size: 16px;/*IE 8*/
    font-size: 1.14285714rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #F16D9A;
    margin:21px 0 0 0;/*IE 8*/
    margin:1.5rem 0 0 0;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-parent .entry-content h4,
.page-parent .entry-content h5,
.page-parent .entry-content h6,
.page-parent.page-child .entry-content h4,
.page-parent.page-child .entry-content h5,
.page-parent.page-child .entry-content h6
{
    color: #00B1B0;
    font-size: 12px;/*IE 8*/
    font-size: 0.85714286rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top:.2rem; 
}

.child-page-content h1,
.child-page-content h2,
.child-page-content h3,
.child-page-content h4,
.child-page-content h5,
.child-page-content h6{
    color: #00B1B0;
    font-size: 12px;/*IE 8*/
    font-size: 0.85714286rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top:.2rem;
}

.post-edit-link{
    color: #00B1B0;
    margin-top: 25px;
    display: block;
}

/**
* Expanable Area  
*/
body .entry-content .button{
    margin: 0 0 18px;/*IE 8*/
    margin: 0 0 1.25rem;
}

.entry-content .hidden-info{
    display: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;/*IE 8*/
    padding-left: 14px;/*IE 8*/
    margin-bottom: 1rem;
    padding-left: 1rem;
}

/**
* Location  
*/
.qb_iframe {
    position: relative;
    padding-bottom: 46.25%; /* 16:9 */
    padding-top: 25px;
    height: 170px;
    min-height: 0;
    border: 7px #E6E7E8 solid;
    margin:5px 0 22px 0;/*IE 8*/
    margin:0.35714286rem 0 1.3rem 0;
    overflow: hidden;
        
}
.qb_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qb_location_text{
    margin-bottom: 28px;/*IE 8*/
    margin-bottom: 2rem;
}

.qb_location_text p{
    margin: 0;
    padding: 0;
} 

/**
* Staff Contact
*/

.entry-content .staff{
    padding: 4.2rem;/*IE 8*/
    padding: 0.3rem; 
}

.staff .inner{
    border-top: 12px #00B1B0 solid;/*IE 8*/
    border-top: 0.85714286rem #00B1B0 solid;
}

.staff .inner .wrap{
    background: #EFEFEF;
    padding: 10px;
    text-align: center;
    min-height: 125px;
}

.staff h4, .staff p{
    color: white;
    margin-bottom: 0;
} 

.staff h4{
    text-transform: uppercase;
    color: #F16D9A;
    font-size: 13px;
    font-size: 0.92857143rem;
    font-weight: 400;
    margin-top: 0;
    padding:0 0 8px 0;/*IE 8*/
    padding:0 0 0.57142857rem 0;
    border-bottom: 2px #95D6D6 solid;
    border-bottom: 0.14285714rem #95D6D6 solid;
}

.staff .person{
   color: #807F83;
   font-size: 12.6px;/*IE 8*/
   font-size: .9rem;
   padding: 4.2px 0;/*IE 8*/
   padding: .3rem 0; 
}

.staff .email,
.staff .phone{
    color: #00B1B0;
    font-weight: 300;
    font-size: 11.2px;/*IE 8*/
    font-size: .8rem;
}

/**
* Q&A 
*/

.qa_wrap{
    margin: 14px 0;/*IE 8*/
    margin: 1rem 0;
}

.qa_wrap .inner{
   margin-bottom: 7px;/*IE 8*/
   margin-bottom: .5rem; 
}

.qa_ques,
.qa_ans{
    padding-left: 29.4px;/*IE 8*/
    padding-left: 2.14285714rem;
}

.qa_ques{
   font-size: 15.68px;/*IE 8*/
   font-size: 1.125rem;
   color: #F16D9A;
   text-transform: uppercase; 
}

.qa_title{
    font-size: 16px;/*IE 8*/
    font-size: 1.125rem;
    color: #F16D9A;
    float: left;
}


/**
* WP Tinymc 
*/

.entry-content blockquote {
    background: #FFD4EC;
    padding: 6px 0;/*IE 8*/
    padding: 0.55714286rem 0;
    border-left: 7px #8BD2D3 solid;
    width: 100%;
    margin: 1rem 0;
}

.entry-content blockquote p{
    padding: 0 10px;/*IE 8*/
    padding: 0 0.71428571rem;
    font-size: 14px;/*IE 8*/
    font-size: 1rem;
    color: #E467A6;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.entry-content blockquote em,
.entry-content blockquote cite,
.entry-content blockquote small,
.entry-content blockquote i{
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    padding-top: 5px;/*IE 8*/
    padding-top: 0.35714286rem;
    font-style: normal;
    display: block;
    font-size: 12px;/*IE 8*/
    font-size: 0.8rem;
}

img.alignright,
.alignright{
    float: right;
}

img.alignleft,
.alignleft{
    float: left;
}

/**
* Charity 
*/

#signup-form{
    padding-top: 2px;
    border-top: 3px #fec75f solid; 
}

#signup-form h4{
    width: 100%;
    padding: 5px 0;
    background: #fec75f;
    color: #735EA8;
    text-align: center;
    text-transform: uppercase;
}

#signup-inner{
    padding: 10px 0;
    background: #FFE7BE;
}

#signup-form textarea{
    height: auto !important;
}

#signup-form p{
    color: #5A4099;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng{
    border: none;
    color: #f00;
    margin: 14px 0;/*IE 8*/
    margin: 1rem 0;
    text-align: left;
    padding-left: 25px;
    min-height: 17px;
    background: url('images/alert/alert_small.png') no-repeat center left;
}

div.wpcf7-mail-sent-ok{
   border: none;
   text-align: center;
   margin: 14px 0;/*IE 8*/
   margin: 1rem 0; 
}

div.wpcf7 img.ajax-loader{
    display: none !important;
} 

#signup-form .submit{
    padding-right: 10px;/*IE 8*/
    padding-right: .73rem;
    background: url('images/register/hex.png') no-repeat top right;
    min-height: 51px;/*IE 8*/
    min-height: 3.6rem;
    display: inline-block;
    -
}

#signup-form input[type="submit"]{
    color: white;
    font-weight: 700;
    text-align: center;
    background: #735EA8;
    padding: 17px 10px 17px 20px;
    border: none;
    outline: none;
    border-radius: 0; 
}



/**
* Gallery 
*/
.slider-box{
    width: 100%;
    display: block;
}

.gallery-slide-wrap {
    overflow: hidden;
    height: 0px;
}

.g-slider .gallery-caption{
    display: block;
    padding: 14px 0;/*IE 8*/
    padding: 1rem 0;
    border: 0;
    color: white;
    font-weight: 300;
    color: #ADAFB2;
    bottom: 0;
}

.g-pager{
    margin: 7px 0;/*IE 8*/
    margin: .5rem 0;
    position: relative;
}

.g-pager .loader{
    background: url('images/bg/w_trans.png') repeat center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.g-pager .loader img{
    max-width: 100%;
    width: auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -16px;
    margin-left: -16px;
}

.g-slider img,
.g-pager img{
    padding:0;
    margin:0;
    width: 100%;
    border: none;
}

.g-slider .flex-video{
    margin-bottom: 0;
}

.g-pager a{
    padding: 7px;/*IE 8*/
    padding: .5rem;
    display: inline-block;
    float: none;
}

.g-pager a .overlay-wrap{
    position: relative;
    display: block;
}

.g-pager a img{
   width: 100%; 
}

.g-pager a img.overlay{
    position: absolute;
    top: 0;
    left: 0;
}

.g-pager a img.purple{
    display: none;
}

.g-pager a.active img.purple{
    display: block;
}

.g-pager a.active img.orange{
    display: none;
}

.entry-content .bx-wrapper .gallery-item{
    padding: 28px 42px;/*IE 8*/
    padding: 2rem 3rem;
}

.entry-content .bx-wrapper .close-gallery{
    width: 30px;
    padding-top: 42px;/*IE 8*/
    padding-top: 3rem;
    position: absolute;
    border: none;
    margin: 0;
    right: 5px;
    cursor: pointer;
    z-index: 500;
}

.entry-content .bx-wrapper .gallery-item > img,
.entry-content .bx-wrapper .gallery-item > div{
    border: 7px #E6E7E8 solid;
}

.entry-content .bx-controls{
    position: absolute;
    top:45%;
    width: 100%;
}

.entry-content .bx-wrapper .bx-controls-direction,
.entry-content .bx-wrapper .bx-controls-direction a{
    margin: 0;
}

.entry-content .bx-wrapper .bx-controls-direction .bx-prev{
    left: 0%;
}

.entry-content .bx-wrapper .bx-controls-direction .bx-next{
    right: 0%;
}

.entry-content .bx-wrapper{
    margin: 10px;
}

/**
* Inner Page Sidebar
*/

.inner-sidebar{
    margin-top: 10px;/*IE 8*/
    margin-top: 0.71428571rem;
    padding-left: 0;
    background: url('images/g_pig.png') no-repeat 50% 90%;
    min-height: 180px;
}

.inner-sidebar .wrap{
    border-top: 12px #E467A6 solid;/*IE 8*/
    border-top: 0.85714286rem #E467A6 solid;
    background: url('images/bg/green_overlay.png') repeat;
    padding: 10px;/*IE 8*/
    padding: 0.71428571rem;
    margin-bottom: 25px;/*IE 8*/
    margin-bottom: 1.78571429rem;
    min-height: 180px;
    word-wrap: break-word;
    overflow: hidden;
}

.inner-sidebar .wrap2{
    margin-bottom: 0;
}

.inner-sidebar .wrap2 p{
    color: #58595B;
}

.inner-sidebar .wrap:last-child{
    margin-bottom: 0;
}

#inner-sidebar-mobile{
    margin-top: 0;
}

#inner-sidebar-mobile .wrap{
    background: #8BD2D3;
}


.inner-sidebar .section_sidebar{
    border-top: 12px #00B1B0 solid;/*IE 8*/
    border-top: 0.85714286rem #00B1B0 solid;
    margin-bottom: 25px;
    position: relative;
    background: #FFF;
    padding: 10px;/*IE 8*/
    padding: 0.71428571rem;

}

.inner-sidebar .add_link{
    background: none;
    padding: 0;
    border-top: 0;
    margin-top: 65px;/*IE 8*/
    margin-top: 4rem;
}

.inner-sidebar .wrap h5,
.inner-sidebar .add_link h5,
.inner-sidebar .event_spon h5,
.inner-sidebar .add_link ul li{
    text-transform: uppercase;
    font-size: 12px;/*IE 8*/
    font-size: 0.85714286rem;
    padding-bottom: 5px;/*IE 8*/
    padding-bottom: 0.35714286rem;
    font-weight: 300;
    margin: 0;
    color: #FFF;
}

.inner-sidebar .event_spon{
    border-top:none;
    background: none;
    padding: 0;
}

.inner-sidebar .event_spon h5{
    padding-bottom: 0;
}

.inner-sidebar .event_spon .bx-wrapper .bx-controls-direction{
    padding-top: 1px;/*IE 8*/
    padding-top: 0.07142857rem;
    margin:25px 0 40px 0;
}

.inner-sidebar .event_spon .bx-wrapper .bx-controls-direction a{
    width: 35px;
    height: 35px;
}

.inner-sidebar .add_link h5{
    color: #EF5091;
    padding: 0;
}

.inner-sidebar .add_link ul{
    margin: 0;
}

.inner-sidebar .add_link ul li{
    background: none;
    list-style: none;
    padding: 5px 0;/*IE 8*/
    padding: 0.2rem 0;
    color: #FFF;
}

.inner-sidebar .add_link ul li a{
    color: #FFF;
    font-weight: 300;
}

#inner-sidebar-mobile .add_link ul li a{
    padding: 0.71428571rem 0;
}

.inner-sidebar .add_link ul li a:hover,
.inner-sidebar .add_link ul li a:focus{
    color: #ADAFB2;   
}

.inner-sidebar .time_chart,
.inner-sidebar .event_loc{
    text-transform: uppercase;
    padding: 10px;/*IE 8*/
    padding: 0.71428571rem;
    text-align: center;
    line-height: 24px;
}

.inner-sidebar .date,
.inner-sidebar .time{
    border-bottom: 1px #F5A4C7 solid;
    color: #ADAFB2;
    padding: 5px;
}

.inner-sidebar .event_loc{
    color: #ADAFB2;
}

.inner-sidebar .time-wrap .time:last-child{
    border-bottom: 0;
}

.inner-sidebar .alert{
    border-top: 0;
    overflow: hidden;
}

.alert .alert-close{
    cursor: pointer;
    margin-bottom: .5rem;
    padding: .5rem;
    background: #00B1B0;
}

.alert .alert-close img{
    width: 10%;
    height: auto;
}

.alert h4{
    text-transform: uppercase;
    font-size: 14px;/*IE 8*/
    font-size: 1rem;
    color: #00B1B0;
}

.alert p{
    font-weight: 300;
    font-size: 10.5px;/*IE 8*/
    font-size: .75rem;
    color: #ADAFB2;
    margin-bottom: 0;
}

/**
* Button
*/
body .button{
    background-color: #E467A6;
    text-transform: uppercase;
    padding: 15px;
    margin: 10px 0;
    color: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

body .button a{
    color: #FFF;
}

body .button:hover{
    background-color: #E085B7;
}

body .button:visited,
body .button:focus{
    background-color: #E467A6;
}

/**
* Footer
*/

#site-footer{
    background: #000;
    border-top: 12px #00B1B0 solid;/*IE 8*/
    border-top: 0.85714286rem #00B1B0 solid;
    position: relative;
}

#site-footer .row{
   padding:0 0 35px 0; 
}

#site-footer ul{
    margin: 0;
}

#site-footer li{
    list-style: none;
    font-weight: 700;
}

#site-footer a{
    color: #ADAFB2;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#site-footer .current-menu-item a,
#site-footer a:focus,
#site-footer a:hover{
    color: #fff;
}

#site-footer li, 
#site-footer p,{
    color: #ADAFB2;
}

#site-footer .footer-L{
    border-right: 1px #A7A9AC solid;
    padding-right: 0;
}

#site-footer .footer-L,
#site-footer .footer-R{
    margin-top: 20px;
}

#site-footer .footer-L .top{
    padding: 0;
    border-bottom: 1px #A7A9AC solid;
}

#site-footer .footer-L .bottom{
    padding: 0;
}

#site-footer .footer-L .social-media{
    padding: 12.6px 12.6px 12.6px 0;
}

#site-footer .footer-L .contact{
    border-left: 1px #A7A9AC solid;
    padding: 12.6px 0 12.6px 12.6px;
}

#site-footer .contact ul li{
    font-weight: 400;
    font-size: 12px;
}

#site-footer .footer-menu{
    margin:0 0 10px 0;
}

#site-footer .footer-menu li{
    display: inline-block;
}

#site-footer .footer-menu li a{
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 15px;
}

#site-footer .social-media li{
    display: inline-block;
    float: left;
    padding: 2px;
}

#site-footer .cerfs ul{
    clear: both;
}

#site-footer .cerfs li{
    display: inline-block;
    float: right;
}

#site-footer .copywright{
    padding-top: 20px;
    text-align: right;
}

/**
* Media Queries
*/

/* Medium Displays: 641px and up */
@media only screen and (max-width: 64.063em) {
.pw-small {
	display:block;
}
    
    #header-info #info h1{
        margin: 0;
    }
    
    #news .main{
        padding-left: 0.9375rem;
    }
    
    #sponsor-special{
        margin-top: 50px;/*IE 8*/
        margin-top: 3.57142857rem;
    }
    
    #site-footer .footer-L .social-media{
        border-bottom: 1px #A7A9AC solid;
    }
    
    #site-footer .footer-L .contact{
        border: none;
    }
    
    .head_img{
        min-width:180%;
    }
    .register{
        display: none;
    } 
    .qb_location_text{
        padding: 0 !important;
    }
    .entry-content .staff:nth-child(odd){
        padding-left: 0;
    }
    .entry-content .staff:nth-child(even){
         padding-right: 0;
     }
    img.alignright, 
    .alignright,
    img.alignleft, 
    .alignleft{
        float: none;
    }
    .entry-content .img-wrap{
       margin: 7px 0; /*IE 8*/
       margin: .5rem 0; 
    }
    .entry-content .img-wrap img{
        width: 100%;
    }
    
    /*Change main body*/
    #content{
        padding-right: 1.07142857rem;
        padding-left: 1.07142857rem;
    }
    
    #inner-sidebar-desk{
        display: none;
        visibility: hidden;
    }
    
    /*Change navigation*/
    #head_nav .menu-main-navigation-container{
        display: none;
    }
    .right-small,
    .left-small{
        display: block;
        visibility: visible;
    }
    .qb_logo_small{
        float: none;
    }
    .qb_logo_link{
        display: block;
        position: absolute;
        left:3.7rem;
        right:3.7rem;
        top:0;
        text-align: center;
    }
    #head_nav{
        height: 6rem;
    }
    #top_nav{
        display: none;
    }
    
    #site-footer{
        padding-bottom: 85px;
    }
}

/* Between Medium and Small Displays: 728px and up */
@media only screen and (max-width: 52em) {

    #logo{
        display: none;
    }
    
    #info{
        width: 100%;
    }

}


/* Small Displays: 641px and smaller */
@media only screen and (max-width: 40.063em) {
   
   h1.entry-title{
       text-align: center;
   }
   
   /*News*/
   #news .inner{
       background: none;
   }
   
   .news-archive .inner .news-img img{
       width: 100%;
   }
   
   /*Gallery*/
   .entry-content .bx-wrapper .close-gallery{
       right: 10px;
       top: 10px;
       padding-top: 0;
   }
   
   .entry-content .bx-wrapper .gallery-item{
       padding: 0rem;
   }
   
   .entry-content .bx-wrapper .bx-controls-direction .bx-prev{
       left: 5%;
   }
   
   .entry-content .bx-wrapper .bx-controls-direction .bx-next{
       right: 5%;
   }
   
   .g-slider .gallery-caption{
       display: none;
   }
   /*end Gallery*/
   
   #masthead{
       min-height: 0;
   }
   
   #header-info{
       margin:0.7rem 0;    
   }
   
   #header-info #info{
       padding: 0;
   }
   
   #news h1{
       text-align: center;
   }
   
   #sponsor-special h6{
       font-size: 2rem;
       font-weight: 700;
       letter-spacing: 0.42857143rem;
       text-align: center;
       margin: 1.78571429rem 0 1.07142857rem 0;
   }
   
   #sponsor-special #spotlight{
       margin-top:2rem;
   }
   
   #site-footer .footer-L .contact{
       border-bottom: 1px #A7A9AC solid;
   }
   
   #site-footer .footer-L{
       border-right: none;
       padding-right: 0.9375rem;
   }
   
   .head_img{
       min-width:400%;
   }
   
   .entry-content .staff{
       padding: 4.2px 0;/*IE 8*/
       padding: 0.3rem 0;
   }
   #logo{
        display: none;
    } 
    
    #time{
        padding: 0 14px;/*IE 8*/
        padding: 0 1rem;
        margin-bottom: 0;
    }
    .time-wrap .date,
    .count_wrap{
        width: 100%;
        left: 0;
    }
    .count_wrap{
        top:-20px;
    }
    .entry-content table th:before,
    .entry-content table th:after {
        display: none;      
    }  
}

/* Remove dotted border - IE and firefox */
a, img, a:hover, a:active, a:focus, object{
    outline: 0 !important;
}

/* If Lower than IE 8 */

#ie-upgrade{
    display: none;
}

.lt-ie8 #container{
    display: none;
}

.lt-ie8 #ie-upgrade{
    display: block;
    width: 600px;
    margin:100px auto 0 auto;
}