/*
Theme Name: HLH Full Width Violet theme
Theme URI: http://highlifewordpresstest.sfgsoftware.com
Description: Full Width Violet Theme for High Life Highland
Author: Summit Web Solutions
Author URI: https://www.summitweb.net
Template: highlifehighland-fullwidth
Version: 1.0.0
Tags: responsive-layout
Text Domain: highlifehighland-violetfullwidth
*/

@import url("../highlifehighland-fullwidth/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */

body{
	background-image: url('../images/child-background.jpg');
	background-repeat: repeat;
}
article{
	position: relative;
	margin: 0 0 55px 0;
}
section{
	position: relative;
}
article:after{
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 200px;
	background-color: #fff;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
}
#main {
	max-width: none;
}
.featured-slider{
	margin:0 0 20px 0;
}
.header{
	z-index: 1;
    position: relative;
}
.inner-header{
	background-image: url('../images/child-header-smaller.png');
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    min-width: 100%;
    height: 141px;
}
#inner-content{
	background-image: url('../images/child-background.jpg');
	margin: 3.5% auto 0 auto;
}
.site-title{
    position: relative;
    width: 100%;
    min-height: 4%;
    padding: 20px 0 0 3%;
    padding: 10px 0 10px 3%;
    position: relative;
}
.site-title:after {
	content: '';
	position: absolute;
	top: -50%;
	height: 150%;
	right: 0;
	bottom:0;
	display: block;
	width: 100%;
	background-image: url('../images/purple-background.jpg');
}
.site-title span{
	color:#fff;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size: 1.3rem;
	position: relative;
	z-index: 2;
}
.sidebar .nav li a:hover{
	background-image: url('../images/child-menu-hover-background.jpg');
	color:#fff;
}
.sidebar .nav li.current-menu-item a{
	background-image: url('../images/child-menu-background.jpg');
}
.sidebar .nav li.current-menu-item a:hover{
	background-image: url('../images/child-menu-hover-background.jpg');
}
.page-widget1, .page-widget2, .page-widget3{
	width: 100%;
	margin-bottom: 30px;
}
.page-widget2{
	float: left;
}
.page-widget4{
	margin:20px 0 35px 0;
}
.featured-post-widget-header{
	background: url('../images/child-menu-hover-background.jpg');
    background-repeat: repeat;
    width: 60%;
    min-width: 250px;
    height: auto;
    font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.3rem;
    padding-left: 3%;
    line-height: 1.9;
    margin: 0;
    position: relative;
}
.featured-post-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/child-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
.featured-post-widget-featured-image{
	max-height: none;
	overflow: hidden; 
}
.featured-post-more{
	background-image: url('../images/child-slant-widget-bottom.png');
}
.hlh-video-widget-header{
	background-image: url('../images/video-background.png');
}
.hlh-video-widget-iframe{
	background-color: #fff;
	height: auto;
	overflow: hidden;
}
.hlh-video-widget-iframe iframe{
	width:700px!Important;
	height: 170px!Important;
}
.hlh-video-more{
	background-image: none;
}
.hlh-video-widget-header{
	background-image: url('../images/child-menu-hover-background.jpg');
}
.hlh-video-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/child-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
.entry-content .hlh-video-widget a:hover{
	text-decoration: none;
}
.upcoming-activities-widget{
	background:url('../images/video-background.png') top left no-repeat;
}

.upcoming-activities-widget{
	
}
.online-shop-widget{
	background-image: url('../images/online-shop.png');
	background-repeat: no-repeat;
}
.online-shop-widget a{
	text-decoration: none;
}
.online-shop-widget-header{
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
	font-size: 14px;
    padding-top: 6px;
    padding-left: 10px;
	line-height: 1.9;
	height:44px;
	margin: 0;
	max-width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.google-map-iframe{
	background-color: #fff;
	height: 280px;
	width:100%;
	overflow: hidden;
	margin-bottom: 300px;
}
.google-map-iframe iframe{
	float:left;
	height: 470px;
	/*width:480px;*/
	margin-top: -120px;
	width: 100%;
}
.map-info-panel{
	display:block;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#292355;
	background-color: #fff;
	height:250px;
	width:100%;
	position: absolute;
	top: 300px;
}
.map-info-panel:after{
	content: '.';
	display: block;
}
.map-info-panel-opening-times:before{
	float: left;
	margin-top: -5px;
	margin-left: -40px;
	content: '';
	background-image: url('../images/map-opening-times-icon.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
}
.map-info-panel-opening-times{
	margin-top: 9px;
	padding-left: 50px;
	padding-bottom: 0px;
}
.opening-times{
/*	min-height:17px;
	max-height:17px;*/
}
.map-info-panel-telephone:before{
	float: left;
	margin-top: -5px;
	margin-left: -40px;
	content: '';
	background-image: url('../images/map-telephone-icon.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
}
.map-info-panel-telephone{
	margin-top: 20px;
	margin-left: 50px;
}
.map-info-panel-telephone a{
	text-decoration: none;
	color:#292355;
}
.map-info-panel-telephone a:hover{
	text-decoration: underline;
}
.map-info-panel-emailaddress:before{
	float: left;
	margin-top: -5px;
	margin-left: -40px;
	content: '';
	background-image: url('../images/map-mail-icon.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
}
.map-info-panel-emailaddress{
	margin-top: 22px;
	margin-left: 50px;
}
.map-info-panel-emailaddress a{
	text-decoration: none;
	color:#292355;
}
.map-info-panel-emailaddress a:hover{
	text-decoration: underline;
}
.hlh-sites-dropdown-header,.widget.widget_text h4,.widget.widget_text h2{
	font-size:16px;
	padding:8px 0 0 6px;
	letter-spacing:-0.2px;
	background-image:url('../images/child-widget-header-background.png');
	background-repeat:no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	height:44px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border:0;
	color:#fff;
	font-weight:normal;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}
.widget.widget_text input[type="text"]{
	border-radius: 0;
	width: 100%;
}
.widget.widget_text input[type="submit"]{
  border: 0;
  background: #D4589E;
  color: #fff;
  padding: 5px;
  border-radius:0;
  margin: 5px 0 0 0;
}
.widget.widget_text .widget-title{ margin-top:0;background:url('../images/child-widget-header-background.png') no-repeat;background-size:cover; }
.widget.widget_text a[href="http://capitadiscovery.co.uk/highland/advancedsearch"]{ text-align:right;float:right;clear:both;margin-top:5px; }
.widget.widget_text a[href="http://capitadiscovery.co.uk/highland/advancedsearch"]:hover{
	text-decoration: underline;
}
#sidebar .widget.widget_hlh_sites_dropdown_widget{
	float: none;
}
.sidebar .nav li.current-menu-item a, .widget.widget_nav_menu li.current_page_item a {
    background-image: url('../images/child-menu-hover-background.jpg');
    color: #fff;
}
.sidebar .nav li.current-menu-item a:hover, .widget.widget_nav_menu li.current_page_item a:hover {
    background-image: url('../images/child-menu-background.jpg');
}
.sidebar .nav li a:hover, .widget.widget_nav_menu li a:hover {
    background-image: url('../images/child-menu-background.jpg');
    color: #fff;
}
/*#inner-footer{
	background-image: url('../images/child-footer-background.png');
}*/
#inner-footer{
	height: auto;
	position: relative;
	background-color: #008da1;
}
.latest-news-widget-header{
	background-image: url("../images/child-menu-background.jpg");
	background-repeat: repeat;
}
.latest-news-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/child-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
@media only screen and (min-width: 400px){
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 220px!Important;
	}
}
@media only screen and (min-width: 500px){
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 280px!Important;
	}
	.hlh-jigoshop .products li{
		width: 200px;
		margin: 0 22px 20px 0;
	}
}
@media only screen and (min-width: 600px){
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 325px!Important;
	}
}
@media only screen and (min-width: 768px){
	#inner-footer{
		background-image: url('../images/footer.png');
		width:100%;
		background-position: center top;
		background-repeat: no-repeat;
	    -webkit-background-size: cover; 
	    -moz-background-size: cover; 
	    -o-background-size: cover; 
	    background-size: cover;
	}
}
@media only screen and (min-width: 900px){
	.site-title{
    	padding: 20px 0 0 3%;
	}
	.site-title:after {
		height: 180%;
		right: 0;
		bottom:0;
		display: block;
		width: 100%;
		background-image: url('../images/purple-background.jpg');

		-webkit-transform: skewY(-1.5deg);
		-moz-transform: skewY(-1.5deg);
		-ms-transform: skewY(-1.5deg);
		-o-transform: skewY(-1.5deg);
		transform: skewY(-1.5deg);
		-webkit-backface-visibility: hidden; /*fixing jagged edge*/
		outline: 1px solid transparent; /*fixing jagged edge*/
	}
	.site-title span{
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 1000px){
	.inner-header{
		background-image: url('../images/child-header.png');
		width:100%;
		background-position: center top;
		background-repeat: no-repeat;
	    -webkit-background-size: cover; 
	    -moz-background-size: cover; 
	    -o-background-size: cover; 
	    background-size: cover;
		height: 160px; /*fallback for browsers that don't support vw*/
		-webkit-height: 10vw;
		-moz-height: 10vw;
		-ms-height: 10vw;
		-o-height: 10vw;
		height: 10vw;
	}
	.header-logo{
		background-image: url('../images/high-life-highland-logo.png');
		background-repeat: no-repeat;
		-webkit-background-size: contain; 
	    -moz-background-size: contain; 
	    -o-background-size: contain; 
		background-size: contain;
		background-position: 8%;
		background-position-y: 8%;
    	margin: 1.1% 0 0 0;
		height: 120px; /*fallback for browsers that don't support vw*/
		-webkit-height: 8vww;
		-moz-height: 8vw;
		-ms-height: 8vw;
		-o-height: 8vw;
		height: 8vw;
	}
	.page-widget1, .page-widget2, .page-widget3{
		width: 31.491712705%
	}
	.hlh-video-widget-iframe{
		max-height: 150px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 160px!Important;
	}
	.google-map-iframe{
		margin-bottom: inherit;
	}
	.google-map-iframe iframe {
	    width: 70%;
	}
	.map-info-panel{
		display:inline-block;
		width: 30%;
		position: inherit;
	}
}

@media only screen and (min-width: 1200px){
	.hlh-video-widget-iframe{
		max-height: 168px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 170px!Important;
	}
	.google-map-iframe{
		/*height: 400px;*/
	}
	.google-map-iframe iframe {
	    width: 75%;
	}
	.map-info-panel{
		width: 25%;
	}
}
@media only screen and (min-width: 1300px){
	.page-widget2{
		margin-left: 1%;
	}
	.hlh-video-widget-iframe{
		max-height: 182px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 200px!Important;
		margin-top: -3%;
	}
}
@media only screen and (min-width: 1400px){
	.hlh-video-widget-iframe{
		max-height: 196px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 210px!Important;
		margin-top: -3%;
	}
}
@media only screen and (min-width: 1500px){
	.hlh-video-widget-iframe{
		max-height: 222px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 240px!Important;
		margin-top: -3%;
	}
}
@media only screen and (min-width: 1600px){
	.hlh-video-widget-iframe{
		max-height: 237px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 255px!Important;
		margin-top: -3%;
	}
}
@media only screen and (min-width: 1700px){
	.hlh-video-widget-iframe{
		max-height: 255px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 275px!Important;
		margin-top: -3%;
	}
}
@media only screen and (min-width: 1800px){
	.hlh-video-widget-iframe{
		max-height: 270px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 275px!Important;
		margin-top: 0;
	}
}
@media only screen and (min-width: 1900px){
	.hlh-video-widget-iframe{
		max-height: 285px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 295px!Important;
	}
}
@media only screen and (min-width: 2000px){
	.hlh-video-widget-iframe{
		max-height: 300px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 310px!Important;
	}
}
@media only screen and (min-width: 2099px){
	article:after{
		position: relative;
		background-color: transparent;
	}
}
@media only screen and (min-width: 2400px){
	.hlh-video-widget-iframe{
		max-height: 360px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 370px!Important;
	}
}
@media only screen and (min-width: 2800px){
	.hlh-video-widget-iframe{
		max-height: 420px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 430px!Important;
	}
}
@media only screen and (min-width: 3000px){
	.hlh-video-widget-iframe{
		max-height: 450px;
	}
	.hlh-video-widget-iframe iframe{
		width:700px!Important;
		height: 460px!Important;
	}
}