/*
Theme Name: WHTVR Child
Theme URI: http://whtvr.co
Description: A child theme of WHTVR V3
Author: Nik Howe // Howe
Author URI: http://whtvr.co
Version: 1.0.0
Template: whtvr
*/
@import url("../whtvr/style.css");

.q_accordion_holder.accordion .ui-accordion-header{
	margin-top:24px
}

.gsimgwrap img, .vc_box_border_grey img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.gsimgwrap img:hover, .vc_box_border_grey img:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.full_width{
position: relative;
}

.full_section_inner{
padding-bottom: 40px;
}

article.even{
background-color:#eaeaea;
}

.blog_holder article{
padding:40px !important;
width:auto !important;
margin:0 0 20px 0 !important;
}

.footer_bottom_holder_inner a, .footer_bottom_holder_inner ul li a{
	text-transform: none;
	font-family: inherit;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

.full_section_inner{
padding-bottom: 30px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

.full_section_inner{
padding-bottom: 0;
}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
