/*
Theme Name: Iconica Video Landing Pages
Description:
Version: 2018-5
Author: Iconica Communications
Theme URI: iconica.ca
*/

/*Colors*/
:root {
	--main-color: #ed1c24;
}  

/*General styling*/
body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
}
h1 {
	/* font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "HelveticaNeueLTPro-Bd",Helvetica,Arial,sans-serif;
	/* font-weight:400; */
}
.content-block {
	padding: 50px 0;
}
.content-block img {

    max-width: 100%;
    height: auto;

}
.btn {
    background-color: var(--main-color);
	border-radius:0;
	color:#fff;
	font-weight: bold;
}
.parallax {

    /* Set a specific height */
	padding:50px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ================================= Opening/Resizing panel =================================*/
header.fullscreen-panel {
	overflow:hidden;
	padding:0;
	position:relative;
}
#resizing-panel {
	background-size:cover;
}
#resizing-panel > div.inner {
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 999;
  max-width: 90%;
  margin: 0 auto;
}
#resizing-panel .overlay {
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#resizing-panel h1 {
	font-size:8vh;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.1;
	font-weight:200;
}
#resizing-panel h5 {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	font-size: 1.1rem;
}
@keyframes down-btn {
	0% {background-position-y:0;}
	50% {background-position-y:20px;}
	100% {background-position-y:0;}
}
.down-btn {
	background-image:url("../iconica_video/images/down-button.png");
  display: block;
  height: 80px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 80px auto 0;
	animation-name: down-btn;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

/* ================================= Tabbed panels =================================*/

#panelbox { /*Housing for menu and tab panels*/
	outline:0;
}
#panelbox .content-block {
    padding-bottom: 0;
}

/*Main menu (of tabbed panel) */
ul#menu {
	background-color: #eee;
	list-style-type:none;
}
.nav > li {
	font-weight:bold;
	padding:10px 15px;
	display:inline-block;
}
.nav > li:hover {
	background-color: #000;
	color:#fff;
	-webkit-transition: background-color 0.5s;
  	transition: background-color 0.5s;
}
.nav .selected {
	background-color: var(--main-color) !important;
	color: #fff !important;
}

/*Tab panel content*/
.content-element {
	padding-bottom:30px;
}
.walkscores > div > div {
    padding: 10px;
    border: solid 1px #fff;
    background-color: #ccc;
}
#gallery ul {
	padding: 0;
	display: flex;
	flex-flow: wrap;
	gap: 5px;
}

/*Social media share panel*/
.sm_share {
	padding:0 0 50px;
}
.sm_share .sm_item {
	background-image:url("../iconica_video/images/sm_sprites.png");
	background-color:var(--main-color);
	background-position:top left;
	background-size:auto 30px;
	display:inline-block;
	height:30px;
	width:30px;
	overflow:hidden;
}
.sm_share .sm_item.twitter-share-button {
	background-position:top right;
}
.sm_share .sm_item:hover {
	background-color:#000;
	-webkit-transition: background-color 0.5s;
  	transition: background-color 0.5s;
}
.sm_share iframe {
	visibility:hidden !important;
}

/*Galleries*/
#gallery li {
	list-style: none;
	width: 16.29%;
}
#gallery a.thumbnail {
    overflow: hidden;
    padding: 0;
	border-radius: 0;
	display:block;
}
#gallery a.thumbnail:hover,
#gallery a.thumbnail:focus {
    border-color: none;
	/* box-shadow: 0px 0px 0px 5px #f2f7f9; */
}
#gallery a.thumbnail img {
    width: 100%;
	transition: transform .2s;
}
#gallery a.thumbnail img:hover {
	transform: scale(1.1);
  }

/* ================================= Footer =================================*/
footer {
	background-color:#000;
	background-image:url("../iconica_video/images/footer-BG.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-size: auto 100%;
}
footer .logo {
	display:block;
	margin:0 auto;
	max-width:100%;
	width:240px;
}

/* ================================= Other items =================================*/
.btn:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
.acf-map {
	height:400px;
}
.error404 .logo {
	margin-top:20px;
}
.error404 .logo img {
	width: 240px;
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/* ================================= Responsive items =================================*/
@media (min-width:993px) and (max-width: 1199px) {
}
@media (max-width: 992px) {
	#gallery li { width:19.55% }
}
@media (min-width:768px) and (max-width: 980px) {
	#gallery li { width:19.4% }
}
@media (max-width: 600px) {
	#gallery li { width:19.1% }
}
@media only screen and (max-width: 480px) {
	#gallery li { width:48% }
}