/*
	Theme Name: Right Edition
	Theme URI: http://kelowna.website
	Description: Custom designed for Right Edition
	Version: 1.0
	Author: Kelowna Website Design
	Author URI: http://kelownawebsitedesign.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* Dark blue: #2d3e50
 * Bright blue: #265585
 * Dark red: #ad3226 
 * Light red: #c0392b
 * Yellow: #fdc264
 * Orange: #f39c12;
 * Light Grey: #f3f3f3 */

/* Custom Fonts */

@font-face {
  font-family: Georgia Brush;
  src: url('fonts/GeorgiaBrush.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: JennaSue;
  src: url('fonts/JennaSue.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font: 400 15px/1.4 'Inter', Helvetica, Arial, sans-serif;
	color: #333;
	background-color: white;
}

.header {
	background: #265585;
}

h1, h2, h3, h4 {
   font-family: 'Inter', sans-serif;
   color: black;
}

main {
    box-shadow: 2px 2px 9px #0003;
    margin-top:20px;
}

article {
	padding:30px 10px 20px 10px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

article h2 {
	font-size: 20px;
	color: black;
	font-weight: medium;
	font-style: italic; 
}

a {
	overflow-wrap: anywhere;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.white{
	color: white;
}

.nra_ad p {
    text-align: center;
    font-size: 19px;
}

.nra_ad li a {
    color: black;
    font-size: 19px;
    background: #fff;
    padding: 6px;
}
.nra_ad li {
    display: inline-block;
}
.nra_ad ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
.nra_ad h4 {
    color: white;
    font-size: 21px;
    text-align: center;
}
.nra_ad {
    background: #34495e;
    padding: 10px;
    color: white;
}

.hide{
	display:none;
}

.podcast-banner {
	background-color: #f3f3f3;
  	margin-bottom: 20px;
  	padding: 15px 20px;	
}

.podcast-logo {
  height: 40px;
  width: auto;
  margin: 10px 20px;
}

/* post title */
h1.title {
	font-family: 'Roboto Slab', serif;
	color: white;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3em;
	text-align: left;
	padding: 20px;
    background-color: #265585; /* blue */
    margin-top: 0;
	margin-bottom: 20px;
}

span.b_lov {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.single-podcast h1 {
    margin: 20px 0!important;
}

.pod-content {
    padding: 8px 20px;
}
.pod-box {
    border: 1px solid #ececec;
    box-shadow: 1px 2px 5px #f5f5f5;
    background: whitesmoke;
}
a.listen_link {
    color: #c0392c;
    text-decoration: none!important;
}
.pod_date {
    margin-bottom: 0;
    padding: 0 0 5px 0;
}
.blue_box h2 {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;	
    margin: 0;
	clear: both;
}

.blue_box {
    background-color: #265585;
    color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.blue_box a {
    color: white;
    border: none;
    text-decoration: none!important;
    transition: ease-in-out all .2s;
}
.blue_box a:hover {
    color: #ccc;
}
.page-template-nosidebar h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	padding: 20px;
	margin-bottom: 60px;
}

.icon-space, .outer-video {
    max-height: 475px;
    overflow-y: hidden;
}
.home .uk-overlay-scale {
    height: auto!important;
}
p.tags a {
    background: #fdc264;
    color: #333;
    text-decoration: none!important;
    padding: 2px 5px;
    line-height: 29px;
}

.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

a.page-numbers {
    background-color: #f3f3f3;
    color: #333;
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
	margin: 0 3px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}

a.page-numbers:hover {
    background-color: #D6D6D6;
    color: #666;
    outline: 0;
    background-image: none;
}

span.page-numbers.current {
    background-color: #fdc264;
    color: #333;
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}

.hero-grid {
	margin-bottom: 40px;
}

.hero-video {
	padding-bottom: 20px;	
}

/* blue banner */

.blue-banner {
	background-color: #265585;
	height: 40px;
}

/*red box */

.host-box2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ad3226;
	color: white;
	height: 250px;
	padding: 0;
}

.host-box2 div {
	padding: 30px 20px;
}

.host-box2 h4 {
 	font-family: 'Roboto Slab', serif;	
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	color: white;
}

.host-box2 p {
	font-family: 'Georgia Brush', serif;
	font-size: 30px;
	color: white;
	font-weight: normal;
	margin:10px;
}

/* black boxes */
.host-box {
	padding: 0;
}

.host-box div {
	padding: 30px 20px;
}

.host-box h3 {
 	font-family: 'Roboto Slab', serif;	
	font-weight: bold;
	font-size: 22px;
	line-height: 1em;
	color: white;
	margin: 10px;	
}

.host-box h4 {
 	font-family: 'Roboto Slab', serif;	
	font-size: 25px;
	line-height: 1.4em;
	font-weight: bold;
	color: white;
	margin: 10px;
}

.host-box p {
	color: white;
	font-size: 22px;
	line-height: 1.2em;
	margin:10px;
}

.host-image {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.hostbutton {
	position:relative;
}

.hostbutton a {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding:8px;
}

.playbutton {
	display: block;
	margin: 0 auto;
	width: 25px;
}

.nav_button {
    color: white;
    padding: 10px 0;
}
.nav2 {
    float: right!important;
}

.categories_menu {
    color: white;
}

.categories_menu:hover {
	color: lightgrey;
}

.sear{
	color:#fff;
	margin-right:15px;
}

.small-nav a{
	color:#fff;
}

.small-nav {
    background: #c0392b;
    width: 100%;
    height: 60px;
	color:#fff;
	padding:15px;
}

.outer-video a.video-box:first-of-type {
	border-top:none;
}

.video-list {
	padding: 0;
	margin: 0;
}
.video-box {
	overflow:hidden;
	transition:all ease-in-out 0.2s;
    background: #fff;
    border-bottom: 1px solid #CDD1D2;
    padding: 10px 0;
}

.video-box:hover {
	background-color: #f3f3f3;
}

.video-box .uk-grid {
	padding: 0;
	margin: 0;
}

.video-box p {
	color: black;
	font-size: 13px;
	line-height: 1.3em;
	padding-right: 10px;
}

.nav ul {
    padding-left: 0;
}

.home img.uk-overlay-scale, .home .uk-overlay {
    width: 100%;
	height:100%;
}

.single .wp-post-image, .single iframe{
	margin-bottom:30px;
	width:100%;
}

.single h1{
	margin-top: 10px;
	margin-bottom:0px;
}

.socialbar {
	margin: 0;
    padding: 10px 20px;
    background: #f39c12;
}

.socialbar a img {
	width: auto;
	height:25px;
	padding: 0;
	margin: 10px;
}

.social-box2, .home-signup {
    text-align: center;
    padding: 40px 0;
    background: #ad3226;
    color: white;
    text-align: center;
}

.social-box2 h3 {
	color:  white;
}

.social-box2 .uk-button, .home-signup .uk-button {
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	font-weight:bold;
	background-color: orange;
	border-radius:5px;
}

.footer h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color:#333;
}

footer p {
	font-size: 12px;
}	

/* sidebar */

.side-blog-box {
	margin:0;
	padding-bottom: 20px;
}
.side-blog-box li:last-child {
	border: none;
}

.side-blog-box  li {
	list-style:none;
    border-bottom: 1px solid lightgrey;
    padding: 20px 0;
	padding-right: 10px;
}

.side-blog-box img {
	margin-top:20px;
}

.side-blog-box li p {
	margin-bottom:0;
	font-size:12px;
}

.side-title {
	text-align: center;
	background: whitesmoke;
    font-weight: bold;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    color: #265585;
}

.side-blog-box h4 {
	font-size:14px;
	color:black;
	padding:0;
	margin:0;
}	

.side-blog-box h4 a {
	color: #333;
	text-decoration: none;
}

.side-blog-box h4 a:hover {
	color:grey;
}

/* article grid on home page */

.blog-box img {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.article-title {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: 1.4em;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: left;
	max-width: 400px;
	margin: 0 auto 20px auto;
}

.article-title:hover {
	color:grey;
}

.home-signup {
	width: 300px;
	margin: 40px auto 0 auto;
}

.home-signup h3 {
	display: block;
	font-weight: bold;
	font-family: 'Roboto Slab', sans-serif;
	color: white;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.orange-btn, .moreBtn {
	display: block;
	text-align: center;
    transition: all ease-in-out 0.2s;
    background-color: #f39c12;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
	max-width: 400px;
	margin: 40px auto 0 auto;
}

/* on all pages */
.orange-btn:hover, .moreBtn:hover {
    color:#fff;
    background-color: #fdc264;
}

.moreBtn {
	width: 100%;
	max-width: 250px;
	margin: 0;
}

.post-img img {
	max-width: 500px;
	margin: 0;
	padding: 0;
}

.cat-link {
	padding:5px;
	margin-right:5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color:white;
	background-color: #f39c12;
	border-radius:3px;
}

.cat-link:hover {
	color: #333;
	background-color: #f39c12;
}

.cat-img {
	margin:0;
	padding:0;
	width: 190px;
	object-fit:cover;
}

/* Shorts page */

.shorts-section {
	padding-bottom:60px;
}

.shorttxt {
	font-family: 'JennaSue', sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.short {
	padding-bottom: 20px;
}

.short p {
	background-color:#f3f3f3;
	margin:0;
	padding:10px 0;
}

/* Sponsors page */

.trumpblock {
	background-color: #2d3e50; /* #fdc264; /*#fdc264;*/
	color: white;
	padding: 10px 0;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.trumpheading1 {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	color: white;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.trumpblock a {
	color: white;
}

.trumpblock ul {
	font-size: 13px;
	line-height: 1.5em;
	margin:0;
	padding:0;
}

.trumpheading2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: white; /*#ad3226;*/
	background-color: #265585;
	text-align: center;
	padding: 20px;
	margin: 0 0 40px 0;
	border-top: 2px solid white;
}

.contest-form {
	background-color: #c0392b;
}

.form-heading {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	color: white;
	background-color: #f39c12;
	padding: 15px;
	margin:0;
}

.contest-form form {
	padding: 15px 10%;
}

.contest-form input {
	max-width: 100px;
	height: 30px;
	font-size: 12px;
	font-family: 'Inter', sans-serif;
	padding: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid white;
	background-color: white;
}

#gform_submit_button_3 {
	padding: 5px 15px;
	margin:0;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f39c12;
	border-style: none;
}

#gform_submit_button_3:hover {
	background-color: #fdc264;
}

.sponsorimg img {
	display: block;
	background-color: whitesmoke;
	object-fit: contain;
	height: 250px; 
	margin: 10px;
	border-radius: 10px;
}

.sponsorimg img:hover {
	box-shadow: 5px 5px 9px grey;			
}

.sponsorbox {
	background-color: whitesmoke; /*#f39c12*/
	box-shadow: 1px 2px 5px #f5f5f5;
	border-radius: 10px;
	max-width: 450px;
	padding: 20px;
}

/* bottom yellow banner on sponsors page */
.sponsorgrid {
	width: 100%;
	padding: 40px 40px 20px 40px;
  	margin-bottom: 60px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
}

@media screen and (max-width: 767px) {
		
  .sponsorgrid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;	  
  }
}

.sponsorbox h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	font-weight: bold;
	color: #ad3226;
	text-align: center;
	padding:0;
	margin: 0;
	margin-bottom: 20px;
}

.sponsorbox p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: #ad3226;
	text-align: center;
	padding:0;
}

p.copyright {
	font-size: 14px;
	font-style: italic;
}

input#s {
	background-image:url('images/search.png');
    background-color: #265585;
    border: none;
    outline: none;
    padding: 20px 20px 20px 60px;
    width: 100%;
    color: #bdc3c7;
    font-weight: bold;
	background-repeat: no-repeat;
    background-position: 15px center;
    width: 100%;
}

.navigation {
    background-color: #ad3226; /* #c0392b;*/
}

img.logo {
    border-left: 1px solid #40576d;
    border-right: 1px solid #40576d;
    padding: 10px;
	transition: all 0.5s ease;
}

.logo:hover {
    background: #192735;
}

.nav {
    float: left;
}
.nav li {
    float: left;
    list-style: none;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.nav li:first-child a {
    border-left: 1px solid #e74c3c;
}

.nav a {
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0!important;
    border-right: 1px solid #e74c3c;
}

.nav .current-menu-item a {
    background-color: #265585; /*#e74c3c;*/
    color: #fff;
    text-decoration: none;
}

.nav a:hover {
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
}

.navigation nav.uk-visible-large li:last-of-type a {
	font-family: 'Roboto Slab', sans-serif;
	letter-spacing: 1px;
	color: black;
	background-color: #fdc264;
}

.navigation nav.uk-visible-large li:last-of-type a:hover {
	background-color: #f39c12;
}

.uk-offcanvas-bar .current-menu-item a {
    background-color: #E74C3C!important;
}

#mobile_nav .uk-offcanvas-bar{
    background-color: #265585; /*#AD3327!important;*/
	border-left: 1px solid #E74C3C!important;
}
#mobile_nav2 .uk-offcanvas-bar{
    background-color: #265585; /*#283848!important;*/
}

.uk-offcanvas-bar .sub-menu {
    text-align: center!important;
    width: 100%!important;
    display: block!important;
    position: relative;
}
.sub-menu li {
    float: none!important;
    text-align: left;
}
.sub-menu li a{
	display: block;
}
ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #265585; /*#313131;*/
    text-align: center;
    padding: 0;
    min-width: 200px;
}
.sub-menu li:hover{
	background-color: #265585; /*#8FC5EC;*/
}
.menu-item-has-children:hover .sub-menu {
    display: block!important;
}

.uk-offcanvas-bar ul li a {
    color: white;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    background-color: #AD3327;
    border-bottom: 1px solid #E74C3C;
}
.uk-offcanvas-bar ul li a:hover {
    background-color: #265585; /*#000;*/
    text-decoration: none;
}
.uk-offcanvas-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

form label {
	display:block;
	margin-bottom: 10px;	
}

img {
	vertical-align:bottom;
}

a {
	color: black;
	text-decoration:none;
}

a:hover {
	color: grey;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){
	
 	h1.title {
		height: auto!important;	 
		font-weight: normal;
		font-size: 18px;
		line-height: 1.2em;
		text-align: left;
		padding-left: 40px;
    	padding-top: 15px;
		padding-bottom: 10px;
    	margin-top: 0;
		margin-bottom: 0;
	}

	.categories_menu {
    	color: white;
		padding: 14px 0px;
	}
	
	.home .uk-overlay {
    		background: #313131;
	}
	.home .uk-overlay-panel {
    		position: relative;
	}

	h1 {
		font-size:25px!important;
	}
	.uk-container {
		padding: 0px!important;
	}
	
	header .uk-container {
	    padding: 0 11px 0 0!important;
	}
	
	main {
		margin-top: 0px;
	}
	.right-board img{
		width:100%;
	}
	
	.moreBtn {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.host-box2 {
		height: auto;
	}
	
	.host-image {
		height: auto;
		width: 100%;
	}
	
	.sponsorimg img {
		height: auto;
		max-width:450px;
		margin: 20px auto;
	}
	
 	.article-title {
		text-align: center;
	}
	
	.blog-box img {
		margin-bottom: 20px;
	}
	
	.blog-box p {
		text-align: center;
	}
	
}

@media only screen and (min-width:768px) and (max-width: 959px){

}
@media only screen and (min-width:960px){
	.video-box {
		padding-left:10px;
	}
}

@media only screen and (min-width:960px) and (max-width: 1200px){
	.video-box {
		height: 64px;
		font-size:12px
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}