/*
 Theme Name:   Security Canada 2019
 Theme URI:    http://securitycanadaexpo.com/
 Description:  Security Canada 2019 Event Website
 Author:       Cornelius Quiring
 Author URI:   http://www.hirecornelius.com/
 Template:     joints-master
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  sc2019
*/
/* General */
textarea, 
select, 
input, 
button,
a { outline: none; }
.button {
	border-radius: 7px;
}
.padding-top {
	padding-top: 2em;
}
.padding-bottom {
	padding-bottom: 2em;
}
.clear {
	clear: both;
}
/* Fonts */
@font-face {
  font-family: 'security-canada';
  src:  url('assets/fonts/security-canada.eot?oh8p0a');
  src:  url('assets/fonts/security-canada.eot?oh8p0a#iefix') format('embedded-opentype'),
    url('assets/fonts/security-canada.ttf?oh8p0a') format('truetype'),
    url('assets/fonts/security-canada.woff?oh8p0a') format('woff'),
    url('assets/fonts/security-canada.svg?oh8p0a#security-canada') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'security-canada' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-sc-logo:before {
  content: "\e900";
}

body, p, li, input, textarea {
	font-size: 16px;
	line-height: 1.65em;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.menu-button,
.accordion-menu {
	font-family: 'Encode Sans', sans-serif;
	font-weight: 800;
	color: #011545;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;
}
h1,
.h1 {
	font-size: 20px;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 16px;
}
h4,
.h4 {
	font-size: 16px;
}
h5,
.h5 {
	font-size: 16px;
}
h6,
.h6 {
	font-size: 16px;
}
.encode 
.top-bar ul,
.accordion-menu ul,
.dets p,
.button,
#main-nav,
#the_main_menu_attend,
.dropdown.menu .is-active ul a,
ul.accordion-menu ul li a {
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
}
.strong,
strong,
.button,
#main-nav,
#the_main_menu_attend,
ul.accordion-menu li a,
.dropdown.menu a {
	font-weight: 800;
}
/* Colors */
.dark-blue,
.dropdown.menu .is-active ul a {
	color: #011545;
}
.dark-blue-BG, 
.off-canvas,
a.button:hover,
.header,
.top-bar ul,
input.button:hover,
.button,
.gform_button,
.exhlist li.thead:nth-child(odd) {
	background-color: #011545;
}
.white,
.off-canvas a,
.dropdown.menu a,
ul.accordion-menu li a {
	color: #fff;
}
.white-BG,
.is-dropdown-submenu,
.dropdown.menu .is-active ul {
	background-color: #fff;
}
.red,
a:hover,
a,
.dropdown.menu .is-active ul li.current-menu-item a,
.menu .active>a,
.dropdown.menu a:hover,
.dropdown.menu .is-active a,
.dropdown.menu .is-active ul a:hover,
#menu-top-level-nav li.current-menu-item a,
#menu-top-level-nav li.current-page-ancestor a,
.top-level-nav-desktop ul li.current-page-ancestor a {
	color: #ed2324;
}
.red-BG {
	background-color: #ed2324;
}
.grey,
.dets p,
.slick-prev:before, 
.slick-next:before {
	color: #7c7c7c;
}
.light-grey-BG,
.exhlist li:nth-child(even) {
	background-color: #efefef;
}
.exhlist li:nth-child(odd) {
	background: #e5e5e5;
}
.top-bar {
	background-color: transparent;
}
/* Header */
.top-bar {
	padding-top: 0.75em;
}
.icon-sc-logo {
	font-size: 35px;
	-webkit-transition: font-size 0.5s; /* For Safari 3.1 to 6.0 */
    transition: font-size 0.5s;
}
.icon-sc-logo.tiny {
	font-size: 40px;
}
.menu-button {
	text-transform: uppercase;
	font-size: 14px;
}
.header {
	background-image: url(assets/images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: solid 3px #ed2324;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.title-bar {
	background: transparent;
}
.menu-icon {
	margin-top: 15px;
}
.intro {
	background-image: url(assets/images/circle-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.canadaslargest {
	padding: 0.5em 0;
}
.canadaslargest h1 {
	font-size: 14px;
	margin: 0px;
}
.exhibitors {
}
.exhibitors,
.attendees {
	padding: 0.5em 0;
}
.exhibitors h2,
.attendees h2 {
	font-size: 18px;
	margin: 0px;
}
.small {
	font-weight: 400;
	clear: both;
	font-size: 13px;
}
#menu-top-level-nav li a,
.top-level-nav-desktop ul li a {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #fff;
}
.mobile-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
#menu-top-level-nav {
	border-left: solid 1px #162b5e;
}
#menu-top-level-nav li {
	float: left;
	width: 50%;
	text-align: center;
	border-top: solid 1px #162b5e;
	border-right: solid 1px #162b5e;
}
#menu-top-level-nav li:last-child {
	width: 100%;
}
#menu-top-level-nav li a {
	padding-left: 0px;
	padding-right: 0px;
}
.accordion-menu {
border-top: solid 1px #162b5e;
}
.accordion-menu li {
	border-bottom: solid 1px #162b5e;
}
.accordion-menu ul {
	border-top: solid 1px #162b5e;
}
.accordion-menu li li {
	padding-left: 1em;
}
.accordion-menu li:last-child {
	border-bottom: none;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: #fff transparent transparent;
}
.menu .active>a {
	background: transparent;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	border-color: #fff transparent transparent;
}
.is-dropdown-submenu {
	border: solid 1px #dde1e9;
}
.is-dropdown-submenu li {
	border-bottom: solid 1px #dde1e9;
}
.dropdown.menu .is-active ul li.current-menu-item a {
	font-weight: 800;
}
.is-dropdown-submenu li:last-child {
	border-bottom: none;
}
li.menu-item-738,
.page-id-617 li.menu-item-630,
.parent-pageid-617 li.menu-item-630 {
	display: none;
}
.page-id-617 li.menu-item-738,
.parent-pageid-617 li.menu-item-738 {
	display: block;
}
/* Body */
.content {
	padding-top: 62px;
}
.entry-content a {
	text-decoration: underline;
}
body .tabs-title>a {
	font-size: 1em;
	color: #011545;
	text-decoration: none;
}
body .tabs-title>a:hover {
	color: #ed2324;
}
body .tabs-title>a:focus, 
body .tabs-title>a[aria-selected=true] {
	background: #011545;
    color: #fff;
}
/* Homepage */
.shows {
	padding-top: 1em;
}
.show {
	padding-bottom: 1em;
}
.location-image img {
	border-radius: 100px;
	border: solid 3px #fff; 
	margin-bottom: 0.5em;
}
.dets .button {
	margin-right: 0.5em;
}
.dets h2 {
	margin-bottom: 0px;
}
.dets p {
	margin-bottom: 0.25em;
}
.learnmore {
	margin: 0 2%;
}
.learnmore a.button {
	width: 96%;
	margin-bottom: 5px;
}
.shows,
.prospectus,
.signup,
.twentydates {
	background-image: url(assets/images/light-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.prospectus,
.signup {
	background-size: contain;
}
.book {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.link {
	padding-top: 4em;
}
.your-ad {
	background-image: url(assets/images/circle-pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 1em;
    margin-top: 2em;
}
.your-ad p a {
	text-decoration: underline;
}
.slideshow .grid-container {
	padding-left: 2em;
	padding-right: 2em;
}
.footerslide .slick-slide {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.twentydates {
	background-color: #f5f5f5;
	background-image: url(assets/images/grey-gradient.png);
	background-position: right bottom;
	background-size: cover;
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.twentydates .grid-container {
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}
.single-shows .single {
	background-color: #f5f5f5;
	background-image: url(assets/images/grey-gradient.png);
	background-position: right bottom;
	background-size: cover;
	padding-top: 1em; 
}
.single-shows .title {
	background-color: #f5f5f5;
	background-image: url(assets/images/grey-gradient.png);
	background-position: right bottom;
	background-size: cover;
	border-bottom: solid 1px #e5e5e5;
}
.twentydates h3 {
	padding-bottom: 0.45em;
}
.twentydates p {
	padding-left: 1em;
	padding-right: 0.5em;
	font-size: .85em;
	line-height: 1.45em;
}
.twentydates p strong {
	font-size: 1.25em;
}
.menu-item-1429 a:hover,
.menu-item-1436 a:hover {
	cursor: default;
}
/* Pages */
.main-location-image {
	background-size: cover;
	background-position: center center;
}
.show-details {
	background-image: url(assets/images/circle-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.5em 1em 1.75em;
	margin-top: 4em;
	margin-bottom: 2em;
}
.sidebar-menu ul {
	border-top: solid 1px #eee;
}
.sidebar-menu ul li {
	width: 100%;
	border-bottom: solid 1px #eee;
}
.sidebar-menu ul li.current-menu-item a {
	font-weight: 800;
}
label strong {
	padding-bottom: 0.5em;
	float: left;
	width: 100%;
}
#what-show .wpcf7-list-item {
	float: left;
	width: 100%;
	margin: 0px;
}
.promote-buttons div {
	margin-bottom: 1em;
}
.gform_wrapper .top_label .select-a-show select.medium,
.gform_wrapper .top_label .company input.medium  {
	width: 100%;
}
.gform_wrapper.gf_browser_chrome select,
.gform_wrapper.gf_browser_gecko select,
.gform_wrapper select.medium {
	padding-right: 1.65em!important;
}
.print {
	margin-top: 1em;
	display: block;
}
.print img {
	width: 30px;
	height: auto;
	margin-right: 1em;
}
.exhlist {
	list-style: none;
	margin: 0px;
}
.exhlist li div {
	padding: 0.25em .5em 0.3em;
}
.whats-new .logo img {
	max-width: 250px;
	max-height: 250px;
	width: 100%;
	height: auto;
}
/*Non NA Pop Up*/
.nonna-pop.CA,
.nonna-pop.US {
	display: none;
}
.nonna-pop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background-image: url("http://sc2018.wpengine.com/wp-content/uploads/2018/04/blue-bg.png");
	background-repeat: repeat;
	text-align: center;
}
.nonna-pop a {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
.nonna-pop img {
	width: 80%;
	height: auto;
	margin: 2% auto;
}
.closebutton {
    color:  #fff;
    font-weight: bold;
    position: fixed;
    right: 13%;
    width: auto;
    text-align: right;
    top: 10px;
    font-size: 1.25em;
    z-index: 9999999999;
    cursor: pointer;
}
/* Footer */

.footer .border-top {
	border-top: solid 1px #011545;
	padding-top: 3em;
}
.footer .border-bottom {
	border-bottom: solid 1px #011545;
	margin-bottom: 3em;
}
.left-side-ads,
.right-side-ads {
	padding-bottom: 3em;
}
.left-side-ads .g,
.right-side-ads .g {
	margin: 0 auto;
}
.sponsors {
	margin-bottom: 2em;
}
.national-sponsors img {
	padding-bottom: 2em;
	max-width: 225px;
	width: 100%;
	height: auto;
}
.axis img {
	padding-left: 10%;
	padding-right: 10%;
}
.senstar img {
}
.event-sponsors img {
	max-width: 125px;
	width: 100%;
	height: auto;
}
.media-sponsors img {
	max-width: 70px;
	width: 100%;
	height: auto;
}
.ad {
	margin-bottom: 2em;
	width: 100%;
	max-width: 300px;
	height: auto;
}
.red-border-top {
	border-top: solid 3px #ed2324;
}
.inner-footer {
	padding: 1em 0;
}
p.copyright {
	padding: .25rem 0;
	margin-bottom: 0px;
}
p.copyright span {
	font-size: 24px;
}
.footer-menu ul {
	width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
}
.footer-menu ul li {
	display: inline-block;
}
.social {
	margin-right: 0.75em;
}
.footer-copyright {
	text-align: center;
}
@media screen and (max-width:39.995em) {
	#top-bar-menu {
	}
	.dets {
		text-align: center;
	}
}
@media screen and (min-width:40em) {
	h1,
	.h1 {
		font-size: 32px;
	}
	h2,
	.h2 {
		font-size: 28px;
	}
	h3,
	.h3 {
		font-size: 24px;
	}
	h4,
	.h4 {
		font-size: 20px;
	}
	h5,
	.h5 {
		font-size: 18px;
	}
	h6,
	.h6 {
		font-size: 16px;
	}
	.half {
		width: 50%;
		float: left;
		clear: none!important;
	}
	.half input {
		width: calc(100% - 8px)!important;
	}
	.icon-sc-logo {
		font-size: 50px;
	}
	.icon-sc-logo.tiny {
		font-size: 45px;
	}
	.location-image img {
		margin-bottom: 0px;
	}
	.content {
	    padding-top: 77px;
	}
	.canadaslargest {
		border-bottom: none 0px;
	}
	.menu a,
	.dropdown.menu a {
		padding: 0.35em 1em;
	}
	.menu ul a,
	.dropdown.menu ul li a,
	.sidebar-menu ul li a {
		padding: 0.7em 1em;
	}
	.top-level-nav-desktop ul,
	#main-nav,
	#the_main_menu_attend {
		float: right;
	}
	.your-ad {
		padding: 2em 1em;
	}
	#what-show .wpcf7-list-item {
		width: 50%;
	}
	.gform_wrapper .top_label .select-a-show,
	.gform_wrapper .top_label .company {
		width: 50%;
		clear: none;
		float: left;
	}
	.footer-menu ul {
		text-align: left;
	}
	.footer-copyright {
		text-align: right;
	}
	.event-sponsors img {
		max-width: 135px;
	}
	.media-sponsors img {
		max-width: 85px;
	}
}
@media screen and (min-width:64em) {
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size: 32px;
	}
	h3,
	.h3 {
		font-size: 28px;
	}
	h4,
	.h4 {
		font-size: 24px;
	}
	h5,
	.h5 {
		font-size: 20px;
	}
	h6,
	.h6 {
		font-size: 18px;
	}
	.icon-sc-logo {
		font-size: 55px;
	}
	.icon-sc-logo.tiny {
		font-size: 50px;
	}
	.intro .contain {
		max-width: 75em;
		margin: 0 auto;
	}
	.learnmore.register {
		margin-right: 5px;
	}
	.learnmore.more {
		margin-left: 5px;
	}
	.content {
	    padding-top: 81px;
	}
	.canadaslargest,
	.exhibitors,
	.attendees {
		padding: 0.75em 0;
	}
	.canadaslargest h1 {
		font-size: 24px;
	}
	.exhibitors h2, 
	.attendees h2 {
		font-size: 28px;
	}
	.small {
		font-size: 16px;
	}
	.book {
		padding-top: 0px;
	}
	.show-details {
		margin-top: 6em;
		margin-bottom: 3em;
	}
	.prospectus {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.your-ad {
		padding: 2.5em 1em;
	}
	#what-show .wpcf7-list-item {
		width: 33.3%;
	}
	.event-sponsors img {
		max-width: 150px;
	}
	.media-sponsors img {
		max-width: 95px;
	}
}