/*!
Theme Name: iaff-convention-2018
Theme URI: http://iaff.org/
Author: IAFF
Author URI: http://iaff.org
Description: WordPress Theme for IAFF Convention 2018
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iaff-convention-2018

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Alignments
# Accessibility
# Media
	## Captions
	## Galleries
# Convention Styles
	## Navigation
	## Footer
	## Search
	## Home Page
	## Posts & Pages
	## Right Sidebar
	## Footer Sidebar
	## Page Telpates
	## Post Formats
# Pages
	## Sponsors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Color Scheme */
/*

#da2c1b - red
#010101 - black
#003a88 - blue
#f7b249 - yellow
*/

/* Fonts */
@font-face {
  font-family: 'Open Sans Regular';
  src: url(fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans Italic';
  src: url(fonts/OpenSans-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans Semi Bold';
  src: url(fonts/OpenSans-SemiBold.ttf) format('truetype');
}

body, html, h1, h2, h3, h4, h5, h6, p,
span, ul, ol, li, div, span, table, th, tr, td, a {
	font-family: 'Open Sans Regular', 'Arial', sans-serif;
	color: #010101;
}

p, li {
	line-height: 1.7;
}

hr {
	border-top-color: #ccc;
}

a, a span {
	color: #da2c1b;
}

a:focus, a:hover,
a span:hover, a span:focus {
	color: #a52115;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.font-f-italic {
	font-family: 'Open Sans Italic', 'Arial', sans-serif;
}

.font-f-semi-bold {
	font-family: 'Open Sans Semi Bold', 'Arial', sans-serif;
}

.font-blue {
	color: #003a88;
}

.font-red {
	color: #da2c1b;
}

.form-control:focus {
    border-color: #da2c1b;
}

.btn-red {
	background-color: #da2c1b;
	color: #fff;
/* 	padding: 10px 25px; */
}

.btn-red:focus,
.btn-red:hover {
	background-color: #a52115;
	color: #fff !important;
}

.btn-blue {
	background-color: #003a88;
	color: #fff;
	padding: 10px 25px;
}

.btn-blue:focus,
.btn-blue:hover {
	background-color: #065ec7;
	color: #fff;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
table td {
	padding: 5px;
}

big {
	font-size: 125%;
}

.border-block {
	border: 1px solid #ffbb2c; 
	padding: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.pagination a,
.pagination span {
	font-size: 16px;
}
.pagination .current {
	padding: 10px;
}
.content-container.container-gallery .text-block {
	padding-top: 0px;
}
.content-container.container-gallery .image-container .more-link {
	padding: 10px 20px;
}
.font-20 a,
.font-20 p,
.font-20 table,
.font-20 td,
.font-20 li,
.font-20 ol,
.font-20 div
.font-20 span {
	font-size: 20px;
}
.font-18 a,
.font-18 p,
.font-18 table,
.font-18 td,
.font-18 li,
.font-18 ol,
.font-18 div
.font-18 span {
	font-size: 18px;
}
.font-16 a,
.font-16 p,
.font-16 table,
.font-16 td,
.font-16 li,
.font-16 ol,
.font-16 div
.font-16 span {
	font-size: 16px;
}
.post-wrapper p, .post-wrapper span {
	font-family: 'Open Sans Regular', 'Arial', sans-serif !important;
}
.cnvn-hashtag { 
	font-size: 16px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-left: 25px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
iframe {
	max-width: 100%;
}
.textwidget.custom-html-widget iframe {
	max-width: 100% !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Convention Styles
--------------------------------------------------------------*/

.section {
	margin-top: 10px;
	margin-bottom: 20px;
}

.see-all {
	text-align: center;
	/*margin-top: 30px;*/
}

.img-header {
	width: 100%;
}
/*--------------------------------------------------------------
## Navigation Bar
--------------------------------------------------------------*/
.navbar-convention {
	background-color: #010101;
	border-radius: 0px;
	border: none;
}

.navbar-convention .convention-navbar>li>a {
	color: #fff;
	background-color: transparent;
}

.navbar-convention .convention-navbar>li>a:focus,
.navbar-convention .convention-navbar>li>a:hover,
.navbar-convention .convention-navbar>li>a:active{
	color: #fff;
	background-color: #da2c1b;
}

.navbar-convention .convention-navbar>li.active>a {
	color: #fff;
	background-color: #da2c1b;
}

.navbar-convention .navbar-toggle .icon-bar {
	background-color: #fff;
}

.sub-menu {
	display: none;
}
.sub-menu.nav-active {
	display: block;	position: absolute;
    z-index: 3;
    list-style: none;
    padding: 10px 15px;
    background-color: #000;
    margin-left: 20px;
}
.sub-menu.nav-active .menu-item-has-children {
	margin-left: 15px;
}

/* Bootstrap Navbar Toggle tranforms */
button.toggle-cross[aria-expanded=true] span:nth-child(2) {
	transform: translateY(6px) rotate(-45deg);
	-webkit-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	-moz-transform: translateY(6px) rotate(-45deg);
	-o-transform: translateY(6px) rotate(-45deg);

}
button.toggle-cross[aria-expanded=true] span:nth-child(2) {
	transition: transform 1s;
	transition: -ms-transform 1s;
	-webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -o-transition: -webkit-transform 1s;
}

button.toggle-cross[aria-expanded=true] span:nth-child(3) {
	background-color: rgba(255, 255, 255, 0);
}
button.toggle-cross[aria-expanded=true] span:nth-child(3) {
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
}

button.toggle-cross[aria-expanded=true] span:nth-child(4) {
	transform: translateY(-6px) rotate(45deg);
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	-moz-transform: translateY(-6px) rotate(45deg);
	-o-transform: translateY(-6px) rotate(45deg);
	
}
button.toggle-cross[aria-expanded=true] span:nth-child(4) {
	transition: transform 1s;
	transition: -ms-transform 1s;
	-webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

button.toggle-cross[aria-expanded=false] span:nth-child(2) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);

}
button.toggle-cross[aria-expanded=false] span:nth-child(2) {
	transition: transform 1s;
	transition: -ms-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}


button.toggle-cross[aria-expanded=false] span:nth-child(3) {
	background-color: rgba(255, 255, 255, 1);
}
button.toggle-cross[aria-expanded=false] span:nth-child(3) {
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s; 
}

button.toggle-cross[aria-expanded=false] span:nth-child(4) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	
}
button.toggle-cross[aria-expanded=false] span:nth-child(4) {
	transition: transform 1s;
	transition: -ms-transform 1s;
	-webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

.iaff-home-nav-link {
	float: right; 
/* 	display: inline-block; */
	padding: 15px 0px;
	background-color: #ffbb2b;
}

.iaff-home-nav-link a {
	padding: 15px; 
	color: #000;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	background-color: #010101;
	padding: 20px 0px 0px;
	color: #fff;
	margin-top: 20px;
}

footer p, footer label {
	color: #fff;
}

footer .search {/*
	margin-top: 20px;*/
	margin-bottom: 40px;
}

footer .navigation {
	text-align: left;
	margin-bottom: 20px;
}

footer ul.footer-nav  {
	padding: 0px;
}

footer .footer-nav li {
	display: inline-block;
	list-style: none;
	color: #fff;
	padding: 10px 20px;
}

footer .footer-nav li>a {
	color: #fff;
}

footer .footer-nav li>a:focus,
footer .footer-nav li>a:hover {
	color: #f7b249/*#da2c1b*/;
	text-decoration: none;
}

footer .social-media {
	text-align: right;
	margin-bottom: 20px;
}

footer .social-media i {
	color: #fff;
	padding: 5px 15px;
}

footer .search {
	margin-top: 10px;
}

footer .subscribe {
	margin-top: 10px;
}

footer .social-media i:hover {
	color: #f7b249; /*#da2c1b;*/
}

footer .copyright p {
	color: #fff;
	margin-top: 20px;
}

.back-to-top .btn-top {
	position: fixed !important;
	bottom: 80px;
	right: 5px;
	z-index: 50;
	width: 40px;
	height: 40px;
	border: none;
	padding: 6px 12px;
}

/*--------------------------------------------------------------
## Foote sibar containing Subscribe form
--------------------------------------------------------------*/

#wpforms-201 {
	width: 100%;

}

#wpforms-201-field_1-container {
	/*margin-top: 10px;
	margin-bottom: 40px;*/
	position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

/* Input Field */
#wpforms-201-field_1 {
	display: table-cell;
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#wpforms-201-field_1:focus {
	border-color: #db2c1c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 44, 28,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 44, 28,.6);
}

#wpforms-submit-201 {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #da2c1b;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 36px;
    margin-left: -1px;
    vertical-align: middle;
}

#wpforms-201 div.wpforms-container-full .wpforms-form .wpforms-submit-container,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	position: relative;
    display: table;
    border-collapse: separate;
    clear: none !important;
    float: left !important;
    position: absolute !important;
    z-index: 20 !important;
    right: 0 !important;
	padding: 10px 10px 0 0 !important;
}

/* Hidden Container */
#wpform-field-hp, #wpforms-form-201 .wpforms-field-container {
	float: left;
	width: 100%;
}

/* Confirmation message field if using it */
#wpforms-confirmation-201 {
	color: #fff;
    margin: 0 0 24px 0;
    background: #010101;
    border: 1px solid #db2c1c;
    padding: 15px 15px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.form-control:focus {
    border-color: #db2c1c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 44, 28,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 44, 28,.6);
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

/* Submenu */
#submenu {
	padding: 0px 15px 15px;
	text-align: left;
}

.home-page-menu {
	margin: 0px;
	padding: 0px;
}

.home-page-menu li {
	list-style: none;
	display: inline-block;
}

.home-page-menu li a {
	margin: 5px;
	background-color: #da2c1b;
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.home-page-menu li a:hover,
.home-page-menu li a:focus {
	background-color: #a52115;
	color: #fff;
}

.section .fa-camera, .section .fa-video-camera {
	margin: 0px 15px 0px 0px;
}
/* === Announcements === */
.announcements {
	border: 1px dashed #da2c1b;
	margin: 0px;
	/*margin-bottom: 20px;*/
	padding: 0px 20px 20px;
}

.announcements .announce-container {
	border-left: 2px solid #da2c1b;
	padding-left: 5px;
	margin-bottom: 15px;
}

/* === News === */

.content-container {
	/*padding: 15px;*/
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.section-title {
	margin-bottom: 30px;
	/*margin-top: 40px;*/
}

.content-container .text-block {
	padding: 15px;
	/*height: 180px;*/
	overflow: hidden;
}

.content-container .fa-clock-o {
	margin-right: 5px;
}

.content-container .fa-camera, .content-container .fa-video-camera {
	margin-right: 15px;
	color: #da2c1b;
}

/* === Photos === */
/*.photo {
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}*/
.photos, .videos {
	margin-bottom: 20px;
}

.photos .photo-wrapper {
	/*margin-bottom: 20px;*/
	padding: 30px;
	padding-bottom: 0px;
}
.photo-container {
	border: 1px solid #ccc;
}
.photo-container .text-block {
	padding: 10px;
}

/* === Videos === */
/*.videos .video-wrapper {
	padding: 30px;
	padding-bottom: 0px;
}

.video-container {
	border: 1px solid #ccc;
}
.video-container .text-block {
	padding: 10px;
}
.video-container i {
	margin-left: 0px;
}*/

/* === Sponsors === */
.logos-container {
	margin: 0px;
}

.logo-wrapper {
	height: 150px;
}

.logo-container {
	width: 100%;
	display: table;
	height: 120px;
	margin-bottom: 30px;
}

.img-sponsor {
	padding: 10px;
	/*height: 150px;
	width: 100%;
	overflow: hidden;*/
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*margin-left: auto;
	margin-right: auto;*/
}

.image-sponsor {
	width: auto;
	max-width: 100%;
	max-height: 120px;
	/*margin-left: auto;
	margin-right: auto;*/
	display: inline-block;
	vertical-align: top;
}


/*--------------------------------------------------------------
## Pages & Posts
--------------------------------------------------------------*/
.convention-article {
	padding-bottom: 20px;
}

.page-title {
	padding: 0px 15px;
}

.page-title h1 {
	margin: 20px 0px 30px;
}
.page-header {
    /*padding-bottom: 9px;*/
     margin: 30px 0 20px; 
    border-bottom: none/*1px solid #eee*/;
}

.grid-sizer {
	width: 0%;
}

.pagination ul {
	padding-left: 0px;
}
.pagination {
	width: 100%;
}
.pagination li {
	list-style: none;
	display: inline-block;
	/*padding: 10px;*/
	font-size: 18px;
}

.pagination li a,
.pagination a {
	padding: 10px;
}

.pagination li .fa,
.pagination .fa {
	vertical-align: middle;
	margin: 5px;
}
article img {
	max-width: 100%;
	height: auto;
}
article table {
	width: 100% !important;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar {
	margin-bottom: 15px;
	margin-top: 10px;
}

.sidebar hr {
	margin: 0px;
	border-color: #db2c1c;
}

.widget-wrapper {
	padding: 15px;
}

.widget-wrapper h3 {
	margin-top: 0px;
}

.widget-wrapper ul {
	padding-left: 10px;
}

.widget-wrapper li {
	list-style: none;
	padding: 5px;
	font-size: 16px;
}

.widget-wrapper li > a {
	color: #222;
	text-decoration: none;
}

.widget-wrapper li > a:focus,
.widget-wrapper li > a:hover {
	/*color: #555;*/
	text-shadow: 0px 0px 1px #999;
}

.sidebar-title {
}

/* ====== Videos Page ======*/
/*#videos-container .video-wrapper {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
#videos-container .video-wrapper .text-block {
	padding: 10px;
}*/

.post-wrapper .fa-camera, .post-wrapper .fa-video-camera {
	margin-right: 15px;
	color: #da2c1b;
}

.post-wrapper {
	margin-bottom: 15px;
}
.post-wrapper i {
	margin-right: 10px;
}

.post-img-container {
	width: 50%;
	float: left; 
	margin: 0px 20px 20px 0px;
}
.post-img-container img {
	width: 100%;
}

.post-wrapper .excerpt-wrapper {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/

/* === Page Full Width === */
.page-full {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Post Formats: Image
--------------------------------------------------------------*/
.post-wrapper .image-container img,
.content-container .image-container img {
	max-width: 100%;
	height: auto;
}
.post-wrapper .text-wrapper {
	padding: 20px 10px;
}

/*--------------------------------------------------------------
## Pages: Sponsors
--------------------------------------------------------------*/
.sponsor-wrapper {
	padding: 20px;
}
.sponsor-wrapper table {
	max-width: 100%;
}
.sponsor-wrapper table td {
	padding: 5px 5px 5px 0px;
}
.sponsor-header {
	/*display: inline-block;
	border: 1px solid #343434;*/
	background-color: #ffbb2c;
	padding: 10px 20px;
	margin-bottom: 30px;
	text-align: center;
}
.sponsor-content table {
	margin: 0px auto;
}

.gala-sponsor {
	font-weight: bold;
	margin-top: 0;
}


@media (min-width: 768px) {

}

@media (min-width: 1200px) {

	html, body {
		max-width: 2000px;
	    margin-left: auto;
	    margin-right: auto;
	}
	html {
		background-color: #eee;
	}

	/* === Post === */
	.post-img-container {
		width: 35%;
	}
	
	/* Home Page */
	.container-gallery, .videos .post-wrapper {
		max-width: 600px;
		margin: 0px auto 15px;
	}

}

@media (max-width: 1024px) {
	.sponsor-wrapper table {
		width: 100% !important;
	}
	table {
		width: 100% !important;
	}
}


/*=========== iPad ===========*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

}
/*=========== iPad 3 & 4  ===========*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {


}
/*=========== iPad 1 & 2  ===========*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {


}

@media (max-width: 991px) {
	/* === Post === */
	.post-img-container {
		width: 100%;
		margin: 0px 0px 20px;
	}

}


@media (max-width: 767px) {
	#convention-navbar {
		text-align: center;
	}

	footer .navigation {
		text-align: center;
	}

	footer .social-media {
		text-align: center;
	}

	/* === News === */
	.content-container .text-block {
		height: auto;
	}
	.photo .photo-wrapper {
		padding: 0px;
		margin-bottom: 20px;
	}
	.iaff-home-nav-link {
		float: none; 
		margin-bottom: 10px;
		display: inline-block;
	}

}

@media (max-width: 480px) {

}