/* 
Theme Name:   spatial
Theme URI:    
Description:  Spatial Source redesign
Author:       Pauline Grech
Author URI:   http://www.intermedia.com.au/
Template:     canvas
Version:      1.0

/* == Add your own styles below this line ==
--------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
ul.nav  { width: initial !important; }
body{
	font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Default: auto */
  -moz-osx-font-smoothing: grayscale; /* Default: auto */
}
a:link, a:visited {
  color: #000;
  font: bold 14px 'Source Sans Pro', arial, sans-serif;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover, .post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
  color: #1EAD3D;
  text-decoration:none !important;
}

#main {
  padding:0 !important;
  margin-top: 30px;
}
#main-sidebar-container{
  display:block;
}
#main-sidebar-container {
  display: inherit !important;
  position: relative;
}

#top .col-full {
  max-width: 100%;
}
#top {
 margin:0 !important; 
 padding:0 !important; 
}
#top ul.nav > li a:hover {
  background: #ffffff !important;
  color: #ddd;
}

ul.nav {
	margin-right: 0 !important; 
  width:initial !important;
}
#top #top-nav {
	width: initial;
}
#top-nav {
	height: 49px;
}
#header {
	text-align: center;
	background: #fff;
	margin: 0;
	box-shadow: 0 -2px 15px 1px rgba(0,0,0,0.50);
	z-index: 9;
 padding: 0 22px !important;
}
.sticky {
	position: fixed !important;
	top: 0;
	right: 0;
}
/*.entry h2, .entry h3 {*/
    /*color: #000 !important;*/
/*}*/
.jscroll-inner {
    clear: both;
    opacity: 0;
}
.eachpost {
    opacity: 0;
}
p.wp-caption-text a {
    font-family: inherit !important;
    font-size: inherit !important;
}
.archive  .category-list.module li {
    margin-bottom: 30px;
}
#navigation { 
	margin: 26px 0;
	display: inline-block !important;
	margin-bottom: 0 !important;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar {
  border:none !important;
  margin-bottom:0 !important;
}

.sticky-wrapper{
  display:block;
}




#header ul.nav li {
  position: relative;
  float: none;
  display:inline-block;
  zoom: 1;
  list-style: none;
  padding: 30px 0;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  padding: 0 14px;
  margin: 0;
  border-right: 2px solid #009539;
}
.navbar-default .navbar-nav li:last-child a {
  border:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
 background-color: transparent !important;
}

li.image-tab img {
    max-width: 108px;
    padding: 15px 8px;

}
/*.event_listJul:nth-child(even) {
    display: none;
}*/
#header ul.nav li a {
  display: block;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#magazine {
    height: 75px;
    overflow: hidden;
    width: 177px;
    padding-right: 80px;
    position: absolute;
    top: 0;
    right: 0;
}
.position {
  width:75px;
  float:right;
  margin-right: 10px;
  margin-top:8px;
  -webkit-transform: rotate(-14deg); 
  -moz-transform: rotate(14deg);  
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
#magazine .the-bar {
  position: absolute;
  background: red;
  padding: 5px 30px;
  /* z-index: 0; */
  right: 3px;
  top: 32px;
  background: rgba(241, 223, 16,0.6);
  padding: 5px 24px 6px 10px;
  font-weight: 700;
  border-radius: 10px 0px 11px 0px;
  -moz-border-radius: 10px 0px 11px 0px;
  -webkit-border-radius: 10px 0px 11px 0px;
}
#navigation ul.nav li a {
  padding-top: 0  !important;
  padding-bottom: 0 !important;
  border-right: 2px solid #1EAD3D;
}
#navigation ul.nav > li {
  height: 20px !important;
  border-right: none !important;
  margin-right: -4px;
}
#navigation ul.nav > li a:hover {
  background: #fff !important;

}
#navigation ul.nav > li:hover {
	background: #fff !important;
 /*  border-bottom: 2px solid #000 ; */
}
#menu-primary-menu {
    margin-left: -163px !important;
}
ul.nav li a, #navigation ul.rss a {
  letter-spacing: 0.05em;
}

#top ul.nav li a {
  font: normal 14px/2.7em 'Source Sans Pro', arial, sans-serif !important;
}



#headerAd {
  margin-top: 20px;
}
.head-subscriber {
  text-align: center;
  margin-top: 22px;
}
.head-subscriber .black {
  width:100%;
  background:#000;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  border:none;
}
.head-subscriber .black:hover {
  color: #FDFDFD;
  background-color: #383838;
  border-color: #000000;
  border: none;
}


#content {
  padding:0 !important;
  margin-top: 25px;
}


/*--------------------------------
Socail icons
*/

.social-icon {
  position:relative;
  display:block;
}
.social-icon ul {
  /* display: inline-block; */
  top: 10px;
  float: left;
  margin-top: 9px;
}
.social-icon li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.social-icon li img {
  width: 30px;
  opacity: 0.6;
}
.social-icon li a:hover img {
  opacity: 1;
}
.social-icon .popover {
  display: none;
  background: #000;
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  z-index: 1;
  left: -27px;
  width: 141px;
  color: #fff;
  z-index: 999999;
}
.social-icon .popover:before {content:"";position: absolute;left:30px;top: -20px;width: 0;height: 0; border: 10px solid transparent;border-bottom: 10px solid #000000;}



.social .popover:before {
    content: "";
    position: absolute;
    left: 35px;
    top: -21px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #000000;
}
.social li {
    display: inline-block;
    position: relative;
    text-align: center;
}

.social-icon .active .popover{display:block;text-align: center;}

.social .active .popover {
    display: block;
    text-align: center;
}
.social .popover {
    display: none;
    background: #000;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    z-index: 1;
    left: -27px;
    width: 141px;
    color: #fff;
    z-index: 999999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-toggle {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}
.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

/*.social-icon .active > a{background:#47E0A4!important;}*/


/*--------------------------------
Search Form
*/
#top .search{
  display: inline-block;
  margin-top: 2px;
  margin-left: 30px;
}
#top .searchform input.submit {
  top: 8px !important;
  right: 9px !important;
  background: transparent !important;
}
#top .searchform {
  border-width: 0 !important;
}
#top .search input.field.s {
  border-radius: 20px;
  background: rgba(225,225,225,0.4);
  color: #fff;
  min-width: 250px;
  padding: 8px 23px;
  font: 600 16px/1em 'Source Sans Pro', arial, sans-serif;
  letter-spacing: 0.04em;
}
/*--------------------------------
AD management
*/
.latest-news .posts:nth-child(10n) {
  display:none;
}
.latest-news .posts:nth-child(11n) {
    display:none;
}
.latest-news .posts:nth-child(12n) {
    display:none;
}
.mrec-1 .post-grid, .mrec-2 .post-grid {
  background: #fff;
  padding: 6px 0;
  text-align: center;
}
.mrec-1 span, .mrec-2 span {
  font: 600 9px/1.5em 'Source Sans Pro', arial, sans-serif;
  letter-spacing: 0.04em;
  color: #525252;
  padding-bottom: 4px;
  display: block;
}
.advertisement {
    font: 600 9px/1.5em 'Source Sans Pro', arial, sans-serif;
    letter-spacing: 0.04em;
    color: #525252;
    padding-bottom: 4px;
    display: block;
}
/*--------------------------------
Featured Article
*/
.featured{
  position:relative;
}
.cat-tag{
  padding: 4px 7px;
  position: absolute;
  font: bold 9px/1.5em 'Source Sans Pro', arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0px 0px 10px;
  top:0;
}
li.cat-style-7{
  background: #00bcd4;
}
li.cat-style-1607{
  background: #007aff;
}
li.cat-style-16 {
  background: #8b572a;

}
li.cat-style-1609 {
  background: #ff3c00;

}
li.cat-style-1608 {
  background: #9013fe;

}
li.cat-style-1600 {
  background: #7B1FA2;

}
li.cat-style-5 {
  background: #009688;

}
li.cat-style-17 {
  background: #616161;

}
li.cat-style-14 {
  background: #388E3C;

}
li.cat-style-6 {
  background: #F57C00;

}
li.cat-style-13 {
  background: #795548;

}
li.cat-style-10 {
  background: #AFB42B;

}
li.cat-style-66 {
  background: #607D8B;

}
li.cat-style-8 {
  background: #536DFE;

}
li.cat-style-15 {
  background: #455A64;

}
li.cat-style-1420 {
  background: #FF5722;

}
li.cat-style-1601 {
  background: #FFA000;

}


.cat-tag:nth-child(2){
  top:25px;
}
.cat-tag:nth-child(3){
  top:50px;
}
.cat-tag a {
  font: bold 9px/1.5em 'Source Sans Pro', arial, sans-serif;
  color:#fff !important;
}
.cat-tag a:hover {
  color:#000 !important;
}
.entry img, img.thumbnail { border:none !important; }











.fet-content {
  position: absolute;
  bottom: 0;
  max-width: 364px;
  background: rgba(225,225,225,0.8);
  margin: 0 0 20px 20px;
  padding: 10px;
}
.fet-content h3 {
  margin-bottom: 5px;
}
.fet-content h3 a{
  color:#000;
  font-size: 19px;
  font-weight: 600;
  -moz-transition: color .3s cubic-bezier(.65,.02,.38,1);
  -webkit-transition: color .3s cubic-bezier(.65,.02,.38,1);
  -o-transition: color .3s cubic-bezier(.65,.02,.38,1);
  transition: color .3s cubic-bezier(.65,.02,.38,1);
}
.fet-content h3 a:hover{
  color:#999;
  text-decoration:none;
}
.fet-content p{
  font: 300 14px/1.5em 'Merriweather', arial, sans-serif;
  color: #000;
  margin-bottom:5px;
}

/*--------------------------------
AD & Skins
*/
.skinActive {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px !important;
}
/*--------------------------------
COOL TOOLS
*/
.cool-tools {
  background: #fff;
  padding: 5px;
}
.cool-tools .ct-header{
  position:relative;
}
.cool-tools h1{
  border-bottom:1px solid #ccc;
}
.cool-tools span {
  position: absolute;
  top: 4px;
  right: 0;
}
.cool-tools .ct-thumb {
  float: left;
  width: 26%;
  height: auto;
  overflow:hidden;
}
.cool-tools .ct-title {
  float: left;
  width: 74%;
  padding-left: 9px;
  font: 600 14px/1em 'Source Sans Pro', arial, sans-serif;
  margin-top: 12px;
}
.cool-tools li.ct-block {
  padding: 7px 0;
}
.cool-tools li.ct-block:last-child {
  padding-bottom: 0;
}
.cool-tools li a {
  display: block;
  color:#000;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.cool-tools li a:hover {
  background: #EDFFD5;
}
.cool-tools li a img{
  -webkit-transition: all 2s ease; 
  -moz-transition: all 2s ease; 
  -ms-transition: all 2s ease; 
  transition: all 2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;

}
.cool-tools li a:hover img { 
 -moz-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.ct-mini {
    margin-bottom: 20px;
}


/*--------------------------------
Posts Grid
*/
.posts {
  margin-bottom:30px;
}



/*
***** Hide posts after  3rd element *****
.posts:nth-child(n+3) {
    display:none;
} 
*/
.post-grid .post-content {
  background: #fff;
  padding: 10px;
  min-height: 146px;
  position:relative;
}
.post-grid .post-title {
  margin-bottom:5px;

}
.post-grid .post-title a{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Merriweather', arial, sans-serif;
  letter-spacing: 0.02em;
  -moz-transition: color .3s cubic-bezier(.65,.02,.38,1);
  -webkit-transition: color .3s cubic-bezier(.65,.02,.38,1);
  -o-transition: color .3s cubic-bezier(.65,.02,.38,1);
  transition: color .3s cubic-bezier(.65,.02,.38,1);
}
.post-grid .post-title a:hover{
  text-decoration:none;
  color: #1EAD3D;
}
.post-grid .post-excerpt {
  letter-spacing: 0.02em;
}
.post-grid .post-footer {
  border-top: 1px solid #f2f2f2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font: 400 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #696969;
}
.post-thumb {
  overflow:hidden;
  position:relative;
  max-height: 171.578px;
  min-height: 172.578px;
  background: #fff;
}
.post-thumb a img{
  -moz-transition: all 1s cubic-bezier(.65,.02,.38,1);
  -webkit-transition: all 1s cubic-bezier(.65,.02,.38,1);
  -o-transition: all 1s cubic-bezier(.65,.02,.38,1);
  transition: all 1s cubic-bezier(.65,.02,.38,1);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width:100%;
}
.post-thumb a:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*--------------------------------
Top Stories
*/
.top-stories .cat-height{
  margin-bottom:30px;
}
/*--------------------------------
Events
*/
#my-events {
  position:relative;
}
#events {
  background: #fff;
  padding: 5px;
}
#events .date {
  width: 47px;
  background: #8eb32e;
  color: #fff;
  text-align: center;
  padding: 20px 2px;
  float:left;
  margin-bottom:5px;

}
#events .date span {
  display: block;
}
#events .date .day {
  font-size: 21px;
}
#events .detail {
  float: left;
  width: 246px;
  padding: 6px;
}
#events .detail a {
  line-height:14px;
  font-size: 16px;
}
#events h3 {
  font: bold 16px/0.9em 'Source Sans Pro', arial, sans-serif;
  margin-bottom:5px;
}
#events .venue {
  font-size:10px;
}
#home-events {
  position:relative;
  display:block;
}
#home-events .viewall {
  position: absolute;
  top: 4px;
  right: 0;
}

div#event_month_list_div {float: left; display:none; font: normal 18px/1.2em 'Lato', arial, sans-serif; color: #aaa; position: fixed; margin-top: 10px;}
div#event_month_list_div ul li.month_has_event_li {color: #333; cursor: pointer;}
div#event_month_list_div ul li {padding: 2px;}
div#article .entry a {
  display: inline;
  float:none;
    font: normal 16px/1.5em 'Merriweather', arial, sans-serif;
    text-decoration: underline;
}
ul.single_event_ul {float: right; background: #fff;padding: 10px; width: 100%; margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #aaa;}
ul.single_event_ul li {display: inline-block; float: left;}
h1.event_month_full_h1 {font-size: 40px; color: #aaa !important;margin-top:50px;}
ul.single_event_ul li.event_start_day {width: 10%; position: relative;top: 20px;text-align: center;color: #ccc;font-weight: lighter;}
ul.single_event_ul li.event_indicator {width: 5%; text-align: right;}
ul.single_event_ul li.event_time { margin-top: 15px; height: 0;}
ul.single_event_ul li.event_details {width: 58%;}
li.event_start_day span {font-size: 40px;}
li.event_start_day_divider  { border-left: 1px solid #ccc; position: relative; top: 8px;}
li.event_start_day_divider div {height: 50px;}
div.event_website a:link, div.event_website a:visited {text-decoration: underline !important;}
div.event_website a:hover {text-decoration: none !important;}
li.event_indicator div {display: inline-block; border-top: 10px solid #4d4d4d; border-bottom: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent;}
li.event_indicator {position: relative; top: 25px; cursor: pointer;}
div.event_content {display: none;word-wrap: break-word; margin-top: 5px;}
div.event_website {display: none;}
select.event_month_list_select {position: absolute; top: 0; right: 0; min-width: 200px; display: block;background-color: #fcfcfc; padding: 4px 8px;font-size: 13px;color: #797978;border: 1px solid #d9d9d7;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;}
li.event_start_day span {
  font-family: 'Lato', arial, sans-serif;
}
 div#event_month_list_div ul li.month_has_event_li:hover {
  text-decoration: underline;
}

.event_title {
  font-size: 20px;
  color: #333333;
  font-family: 'Lato', arial, sans-serif;
  font-weight: normal;
}

.event_title {
  margin-bottom: 5px;
}

ul.single_event_ul li.event_time {
  margin-top: 15px;
  height: 0;
  font-family: 'Lato', arial, sans-serif;
}
@media only screen and (max-width:768px) {
  ul.event_month_list_ul {display: none;}
  select.event_month_list_select {display: block; width: 100%; margin-top: 15px;}
}
@media only screen and (max-width: 563px) {
  li.event_start_day_divider {border: none;}
  ul.single_event_ul li.event_details {width: 83%; margin-left: 5%;}
  ul.single_event_ul li.event_time {width: 80%; margin-left: 16%; margin-top: 0; height: 100%;}
  ul.single_event_ul li.event_start_day_divider {width: 0%;}
  div.event_title {margin: 5px 0;}
  li.event_indicator div {display: none;}
  div.event_website {display: block;}
  div.event_content {display: block; margin-top:0;}
  ul.single_event_ul li.event_start_day {margin-right: 5px;}
}

/*--------------------------------
Newsletter subscribe
*/
.nl-wrap {
  border-top: 2px solid #009337;
  border-bottom: 3px solid #009337;
  padding: 80px 0;
  font-family:'Source Sans Pro', arial, sans-serif;
}
.nl-wrap .nl-form {
  margin-top: 14px;
}
.nl-wrap form {
  text-align:right;
}
.nl-wrap form .black, .nl-wrap form #gform_submit_button_3 {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  line-height: 46px;
  padding: 0 29px;
  border-radius: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 5px;
}
.nl-wrap form #fieldEmail, .nl-wrap form #input_3_1 {
  color: #000;
  line-height: 36px;
  border-radius: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 59%;
  background: #ccc;
}
.nl-error {
  text-align:center;
}

/* -----------------------------------------------------------------
Way Point
------------------------------------------------------------------*/
.stuck {
  position:fixed !important;
  top:0;
  width:100%;
}

/* -----------------------------------------------------------------
Single Page
------------------------------------------------------------------*/
.bar-long {
  height: 5px;
  background-color: #009ACF;
  width: 0px;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0;
}
.ad-wraper {
  position:relative;
}
.single-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 11px;
}
/* -----------------------------------------------------------------
Video
------------------------------------------------------------------*/
/* .video-widget-area iframe {
    width: 656px;
    height: 372px;
}
*/
#video .content {
  margin-top: 20px;
}

/* -----------------------------------------------------------------
Category pgae
------------------------------------------------------------------*/
.archive_header {
    font: normal 28px/1.2em 'Merriweather', arial, sans-serif !important;
    color: #222222!important;
    margin: 0 0 1em !important;
    border-bottom:none !important;
    font-size:28px !important;
    padding:0 !important; 
}
.cat-height {
  min-height: 260px !important;
}
.cat-title {
  padding: 5px 0;
}
.cat-title a {
  font-size: 16px;
  line-height: 19px;
}

/* MAGAZINE */
.just-case {
  float: right;
  position:relative;
}
.just-case img {
  width: 144px;
}
.the-mag-bar {
  position: absolute;
  background: red;
  padding: 5px 30px;
  z-index: -1;
  right: 74px;
  top: 140px;
  background: #f1df10;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  padding: 5px 27px 6px 32px;
  font-weight: 400 !important;
  z-index: 9999;
  border-radius: 10px 0px 11px 0px;
  -moz-border-radius: 10px 0px 11px 0px;
  -webkit-border-radius: 10px 0px 11px 0px;
  font-size: 113px;
}

a.the-mag-bar {
  font-size: 19px;
  font-family:'Merriweather', arial, sans-serif;
  text-transform: uppercase;
}


.woo-sc-related-posts ul li {
    list-style: none;
    width: 139px;
    float: left;
    clear: none;
    margin:0 10px;
    min-height: 200px;
}
.woo-sc-related-posts  { margin-bottom:20px; }







#tenders .tdr-block {
    box-sizing: content-box;
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 50px;
    position: relative;
    -webkit-box-shadow: 0 0 20px #e2e2e2;
    -moz-box-shadow: 0 0 20px #e2e2e2;
    box-shadow: 0 0 20px #e2e2e2;
    background: #fff;
    line-height: 23px;
}
#tenders .tdr-closing {
    position: absolute;
    top: -30px;
    right: 0;
    background: #B0C86E;
    padding: 3px 20px;
}

#tenders .not-logged {
    background: #fff;
    padding: 3%;
}
#tenders .not-logged p {
  margin:15px 0;
}

#tenders #loginform label {
    min-width: 136px;
}
#tenders #loginform{
    padding: 20px 0;
  }

  #tenders .button-primary {
        width: 327px;
    background:#000;
    color:#fff;
  }
  #tenders .button-primary {
    color:#fff;
        font: bold 14px 'Source Sans Pro', arial, sans-serif;
            line-height: 33px;
  }
  #tenders .button-primary:hover {
    background:#383838;
  }
  #tenders input {
    border: 1px solid #5F5F5F;
}



.blog-card {
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    background: #fff;
    /*background: rgba(3, 169, 244, 0.11);*/
    border-radius: 3px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    margin: 0 auto 1.6%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.45em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 10px;
}
.blog-card .theevent {
     display: block;
     line-height: normal;
     background: #8eb32e;
     font: bold 31px/1.5em 'Source Sans Pro', arial, sans-serif;
     text-align: center;
     position: relative;
 }
.blog-card .description h1 a {
    margin: 0 0 10px 0;
    font: bold 23px/1.5em 'Merriweather', arial, sans-serif;
}
.blog-card .description h2 {
    color: #9b9b9b;
    font-family: "Open Sans";
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    margin: 1.2% 0;
}
.blog-card .description .summary {
    position: relative;
    margin: 0;
    padding-top: 20px;
}
.blog-card .description .summary:after {
    content: "";
    background: #75D13B;
    height: 6px;
    width: 40px;
    /*POSITION*/
    position: absolute;
    top: 6px;
    left: 0;
}
.blog-card .description a.linkme {
    color: #75D13B;
    margin-bottom: 10px;
    float: right;
}
.blog-card .description a.linkme:after {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
}
.blog-card .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}
.blog-card .description h1 span {
    font:bold 16px/1.5em 'Source Sans Pro', arial, sans-serif;
    color: #007d30;
}
a.link-rm {
     padding: 7px 0;
     display: block;
     color: #8eb32e !important;
 }
a.link-rm:hover {
    color: #374c00 !important;
}
.small-text {
    font: 600 10px/1.5em 'Source Sans Pro', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}




#footer-widgets-container {
  background-color: #ffffff;
  border-color: #009337 !important;
  border-top: 2px solid #009337 !important;
  border-bottom: 3px solid #009337 !important;
}
#footer-widgets.col-full {
  width:100%;
}
#footer-widgets-container .social{
 display:block;
 position:relative;
}
#footer-widgets-container .social li{
  display:inline-block;
}
#footer-widgets-container .footer-wigts {
  padding: 40px 0;
}
#footer-widgets-container .widget  { margin: 0 0 0 0 !important; font-size:12px; }


.addthis-smartlayers-desktop .at-icon-wrapper{
  background:#009438 !important;
}
a.at-share-btn.at-svc-compact .at-icon-wrapper {
  background:#00DCFF !important;
}
/* -----------------------------------------------------------------
MEDIA QUERY BY - AMIT BARAL
-----------------------------------------------------------------*/
@media only screen and (min-width:960px){
  /* styles for browsers larger than 960px; */
}
@media only screen and (min-width:1440px){
  /* styles for browsers larger than 1440px; */
}
@media only screen and (min-width:2000px){
  /* for sumo sized (mac) screens */
}
@media only screen and (max-device-width:667px){
 /* MOBILE TARGET */
 #navigation {
  display:none;
}
#magazine {
  display:none;
}
#header .nav-toggle {
  float:right;
}
#logo {
  max-width: 59% !important;
  background:transparent;
}
.navbar-brand {
  padding:0 !important;
}
#logo img {
  width: 119px;
  padding: 10px 0;
  margin-left: 15px;
}
.featured img{
  width:100%;
}
.post-thumb {
  max-height: inherit;
}
.post-thumb img{
  width:100%;
}
#header {
  padding: 0 !important;
}
#header ul.nav li {
  float: none;
  display:block;
}
ul#menu-primary-menu {
  margin-left:0 !important;
  display: block;
}
#header ul.nav li {
  padding: 15px 0 !important;
  border-bottom: 1px solid #f2f2f2;
}
ul.nav {
  margin: 0;
}
.navbar-default {
    position: relative;
}
.navbar-default .navbar-nav>li>a {
  border:none;
}

.fet-content{
  margin:0 auto;
}
.fet-content p{
  display:none;
}
#events .detail {
  float: left;
  width: 233px;
  padding: 6px;
}
.post-grid .post-content {
  min-height: 166px;

}
.nl-wrap form #fieldEmail{
  width:100%;
}
.nl-wrap form .black{
  width:100%;
}
.social-icon ul {
  float: none;
  text-align: center;
}
#top .searchform {
  border-width: 0 !important;
  width: 100%;
}
#top .search {
  display: block;
  margin-top: 2px;
  margin-left: 0;
  margin-bottom: 20px;
  }#top .search input.field.s {
    min-width: 100%;
  }
  #nav-search {
    float:none !important;
  }
  .cat-thumb img{width:100%;}
  #mobileMenu_top-nav {
    display:none !important;
  }
  #footer-widgets-container {
    text-align:center;
    padding: 20px 0;
  }
  #footer-widgets-container .widget {
    width: 100%;
  }
  #footer-widgets-container .footer-wigts {
    padding: 0;
  }

}

@media (min-width:1200px){
  .container{
    width: 1000px !important;
    }
  }

@media only screen and (device-width:768px){
 /* default iPad screens */
 .navbar-brand {
  padding:0 !important;
}
#logo img {
  width: 119px;
  padding: 10px 0;
}
.featured img{
  width:100%;
}
.post-thumb {
  max-height: inherit;
}
.post-thumb img{
  width:100%;
}
#logo img {
    width: 119px;
    padding: 19px 0;
}

}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  #header ul.nav li a {
    display: block;
    padding-top: 0!important;
    padding-bottom: 0!important;
    font-size: 11px;
    padding: 7px;
  }
  #magazine{display:none;}
#top-nav {
  display:none !important;
}
#footer-widgets-container {
  text-align:center;
}
#footer-widgets-container .footer-wigts {
    padding: 7px 0;
}
.social-icon li:first-child {
 display:none;
}
.mrec-1 .post-grid {

    min-height: 344px;
}
.post-grid .post-content {
    min-height: 166px;
  }
 #menu-item-11099{
    display:none;
  }
  #logo img {
    width: 119px;
    padding: 19px 0;
}
#menu-primary-menu {
    margin-left: 0px !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  #magazine{display:none;}
.post-grid .post-content {
    min-height: 166px;
  }
  #events .detail {
    width: 236px;
}
#logo img {
    width: 119px;
    padding: 19px 0;
}
}

@media only screen and (min-width:972px) and (max-width: 1250px)  {
.navbar-default .navbar-nav>li>a {
    padding: 0px 5px;
}
}

div#1f0005b08d81e75c98417e47e68d62fc {display:inline-block;float:right;padding-right:20px;}

#contentSponsor .phoenix-inline-image {
    float: none !important;
}
#contentSponsor .phoenix-inline-image img {
    width: 100%;

    height: auto;
}
.sponsored  {
	position:relative
}
.sponsored .post-content {
	background: #f2f2f2;
}
.sponsored span {
	position:absolute;
		top: -12px;
	    margin-top: 1px !important;
    color: #000;
    z-index: 999;
    font-size: 10px;
    margin-left: 6px;
}

#gform_3 .gform_footer.top_label {text-align:right;margin-top: -122px;}
#gform_submit_button_3 {line-height: 36px !important;width: 125px !important;}