/*
	Theme Name: GoodLife Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: goodlife-wp
*/

@import url("../goodlife-wp/style.css");

/*ARVE Video Plugin Padding Fix*/
#html .arve-ar {
	padding-top: 0% !important;
}


/*------------------------------------------------------------------
Change link styling
*/
a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

.post .post-content p a {
  border-bottom: 0px solid #fff !important;
  color: #0000ff !important;
  -moz-box-shadow: inset 0 -5px 0 #fff !important;
  -webkit-box-shadow: inset 0 -5px 0 #fff !important;
  box-shadow: inset 0 -5px 0 #fff !important;
}
.post .post-content p a:hover {
  background: #fff !important;
  color: #688ca6 !important;
}

/*Pages - subacatgory menu ---------------------------------------*/
.subcategory_container .thb-sibling-categories li a {
  line-height: inherit !important;
}

/*------------------------------------------------------------------
Mobile fixes
*/
@media screen and (max-width: 468px) {
#wrapper #content-container {
    width: 100% !important;
  	padding-right: 20px;
  }
.header .logo .logoimg {
    max-height: 200px important;
}
  .columns .vc_column-inner {
    width: 100%;
}
}