﻿/* 

Theme Name: Gates Files v4
Site URI: https://gates-mcfadden.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

============================================================

THIS THEME WAS CREATED EXCLUSIVELY FOR GATES-MCFADDEN.COM
DO NOT REPLICATE OR REDISTRIBUTE AS YOURS

============================================================

*/


/* body */

p:empty:before{content: none!important;}

body {
	background-color: #010101;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 175%;
	color: #4e4e4e;
	overflow-x:hidden!important;
	word-wrap: break-word;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center 0px!important;
	background-attachment: scroll;
}

#wrapper {	
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	max-width: 1500px!important;
	margin: 0 auto;
	background-color: #fff!important;
	float: left;
}

/* header */
#header {
	max-width: 100%;
	min-width: 1920px;
	height: 504px;
	background-image:url('images/header.png'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 0 auto;
}

.head {
	display: none;
}

/* menu */

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1500px;
	position: relative;
	background-image: linear-gradient(to left, #1a1a1a, #070707);
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.navi li:after {
	font-size: 0.65em;
	margin-left: 10px;
	vertical-align: text-top;
	color: #5d7faf;
}

.navi li:last-child:after {
	content: '';
}

.menu {
	display: inline-block;
	line-height: 14px;
	text-transform: uppercase;
	vertical-align: text-bottom;
	text-align: left;
}

.menu a {
	color: #fff!important;
	font-weight: 300!important;
	display: inline-block;
	padding: 7px;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.sociables a {
	color: #c0b19a!important;
	font-weight: 400!important;
	display: inline-block;
	padding: 7px;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu a:hover {
	color: #c0b19a!important;
}


.sociables a:hover {
	color: #fff!important;
}

.sociables a {
    font-size: 0.75em;
}

/* Welcome & Photos */

.welcome {
    font-weight: 300;
	display: block!important;
	width: 100%;
	margin: 8px auto 15px auto!important;
	padding: 0;
}

.text {
    line-height: 21px;
    padding: 18px 8px 0 8px;
	text-align: right;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .93em;
}

.text, .cpmfetch {
	display: table-cell!important;
}

.text b {
    font-size: 1.25em;
    color: #b68660;
    font-style: italic;
    font-weight: 500;
}

.text i {
    font-weight: 500;
    color: #fff;
    background: #02445c;
}

.text span {
    color: #02445c;
    font-weight: 500;
	text-transform: uppercase;
	font-size: .90em;
}

.text u {
    text-decoration: none;
    border-bottom: 1px solid #b68660;
    margin-bottom: 2px;
    color: #02445c;
}

.cpmfetch {
	vertical-align: middle;
}

.cpmfetch-content {
	padding: 15px;
	margin: 0 auto!important;
	line-height: 175%; 
}

.cpmfetch-content a img {
	width: 2.70vw;
	height: 5.60vh;
	object-fit: cover;
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .1);
    margin: 5px;    
    opacity: 0.7;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	border-radius: 200px;
}


.cpmfetch-content a img:hover {
    filter: grayscale(100%);
	box-shadow: 5px 5px 2px 1px rgba(114, 114, 114, .1);
    opacity: 1;
}

/* Gates officials */

.officials-mobile {
	display: none;
}

.officials {
    vertical-align: middle;
    margin: 0.5% auto 8.5% auto!important;
	display: block!important;
	text-align: center;
}

.officials div,
.officials-mobile div {
    display: inline-block!important;
    width: 15.33%;
    vertical-align: text-top;
    text-align: center;
    padding: 8px 3px;
	font-family: 'Fira Sans Condensed', sans-serif;   
}

.officials div img {
    width: 2vw;
}

.officials div b,
.officials-mobile div b {
    color: #181a1a;
    font-style: italic;
}

.officials div a,
.officials-mobile div a {
    background: #eaeaea;
	color: #020202!important;
    padding: 1px 5px;
    display: block;
    font-weight: 500!important;
	font-size: .75em;
	text-transform: uppercase;
}

.officials div a:hover,
.officials-mobile div a:hover {
    background: #cda17e;
}

.officials span img,
.officials-mobile span img  {
	width: 100%!important;
    max-width: 286px!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

/* news content */

#news_all{
	float: right;
	width: 67.33%;
	margin: 0 0 60px 0!important;
}

#news{
	margin-bottom: 3px;
	padding: 10px!important;
}

.news, .comments {
    line-height: 185%!important;
	margin:0px; 
	padding: 12px; 
	background: #fff;
	margin-bottom: 60px;
	z-index: 1;
}

.news-content,
.page-content {
    padding: 0 15px 15px 15px;
	border-bottom: 2px solid #d0d3cd;
	z-index: 1;
}

.page-content {
	border-top: 2px solid #d0d3cd;
	border-bottom: 0px!important;
}

.title,
.title-page {
    margin: 0 auto;
    font-family: 'Bad Script', cursive;
	font-size: 1.40em;
    line-height: 120%;
	color: #020a07;
	display: block;
    text-transform: none!important;
	font-weight: 400;
	background: transparent!important;
}

.title-page {
    margin-bottom: 0px!important;
}

.title span {
    background: #fff;
    padding: 1px 6px;
}

.title a,
.title a:hover {
	color: #020a07!important;
	font-weight: 400!important;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#category {
	border-top: 2px solid #eaeaea;
    margin-top: 1.5%;
}

.category,
.category-archive {
    margin: 0 auto;
	display: block;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 500;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.category {
	margin: -1.7% 0 0 1.5%;
	padding: 5px;
	font-weight: 500;
}

.category span {
    background: #fff;
    padding: 1px 5px;
}

.category-archive {
	margin: 0 auto 8px auto!important;
}

.category-archive span {
	color: #4c84a7;
}

.category a {
	margin-right: 7px;
    padding: 1px 3px;
	font-weight: 500!important;
    color: #1e1e1e!important;
}

.category-archive a {
	font-weight: 500!important;
    color: #1e1e1e!important;
}

.category-page a {
    padding: 1px;
	font-weight: 500!important;
    color: #1e1e1e!important;
}

.category a::before {
	content:'\f292';
	font-family: 'Font Awesome 5 Free';
	font-size: .75em;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: 900;
	color: #ddb18e;
}

.category a:hover,
.category-page a:hover,
.category-archive a:hover,
.category2 a:hover {
	color: #005870!important;
}

.category .fas,
.category2 .fas,
.category-page .fas {
    margin-right: 3px;
    margin-left: 7px;
    color: #ebbe9f;
}

.category2,
.category-page {
	display: block;
	text-transform: none;
	text-align: right;
	margin: -1.3% 1.5% 0 0;
	padding: 0 5px;
	font-weight: 300;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 0.95em;
}
.category-page {	
	text-align: left;
	margin: 0 0 -1.3% 1.5%!important;
}

.category2 span,
.category-page span {
    background: #fff;
    padding: 0 5px;
	z-index: 2!important;
}

.category2 a,
.category-page a {
	padding: 2px 5px;
    margin-right: 2px;
    font-weight: 300!important;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 29.33%;
	padding: 10px!important;
}

.sidebar {
    line-height: 185%!important;
}

.sidebar-content{
	padding: 0 10px 15px 10px;
	margin: 0 0 65px 0;
}

.sidebar-title {
	display: block;
	font-size: 1.35em;
	margin: 2.3% 0 0 0;
	padding: 5px 5px 1px 5px;
	font-weight: 400;
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #00414f;
	text-transform: uppercase;
}

.sidebar-title::before {
	content:'\2807';
	margin: auto 5px auto 0;
    background: -webkit-linear-gradient(#003840, #945f33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: .80em!important;
	vertical-align: middle;
}

.divider {
	display: block;
	position: relative;
	height: 3px;
	width: 18%;
	margin-left: 8%;
	margin-bottom: 1%;
	background-image: linear-gradient(to right, #003840, #945f33);
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 8px;
    padding: 0;
	border: 0px;
	background: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover {
	margin: 5px;
    padding: 0;
	border: 0px;
	background: none;
    box-shadow: none;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover, 
.sidebar-content a img:hover {
	filter: grayscale(100%) brightness(1.1);
}

.news-video-content a img:hover {
    filter: grayscale(100%) brightness(30%)!important;
}

.news img.wp-smiley { 
	border:none; 
	padding: 0px; 
	margin: 0px;
}

a img {
	border: 0px;
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #686868;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


a:hover {
	color: #004060; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */

blockquote{
  width:80%;
  margin:50px auto;
  color: #555555;
  padding:1.2em 30px 1.2em 45px;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201F";
  color:#a87b54;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

input, select, textarea {
	font-family: 'Merriweather', serif;
	font-size:14px; 
	border: 1px solid #dbdbdb;
	background: #eaeaea;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

.forminator-field input,
.forminator-field select,
.forminator-field textarea {
	border: 1px solid #dbdbdb!important;
	background: #eaeaea!important;
	padding: 10px!important;
	color: #565656!important;
	width: 100%!important;
}

.forminator-select .selection .select2-selection--single[role="combobox"] {
	border-color: #dbdbdb!important;
	background: #eaeaea!important;
	color: #565656!important;
	width: 100%!important;
}

.select2-selection__placeholder {
	color: #888888!important;
}

.forminator-checkbox__label p {
    color: #4e4e4e!important;
}

.forminator-design--default .forminator-button-submit,
.forminator-button-submit:hover {
        border: 1px solid #dbdbdb!important;
        background: #eaeaea!important;
        color: #565656!important;
        box-shadow: none!important;
}

.forminator-edit-module {
    display: none!important;
}

#submit {
	width: auto;
}

.blockquote {
	background: #010101 url('images/bg.jpg') top center no-repeat;
	color: #fff;
	width: 80%;
	margin: 8px auto;
	padding: 2.5%;
	border-radius: 3px;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.blockquote strong {
	font-family: 'Bad Script', cursive;
	font-weight: 400;
	font-style: italic;
	font-size: 1.29em;
}

/* Share Buttons */

#share-buttons {
	position: relative;
	margin: 0 auto 0 5px;
    padding: 3px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
	text-align: left;
}

#share-buttons span {
    background: #010101;
	padding: 4px 7px;    
}

#share-buttons span a {
    color: #fff!important;
    margin: auto 5px;
	line-height: 300%!important;
}

#share-buttons span a:hover {
    color: #dbb5a1!important;
}

/* -- Pagination -- */

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #737272;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.disabled {
    background-color: #fff;
	border: 1px solid #ddd;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li.active a {
    background-color: #eaeaea!important;
	border: 1px solid #ddd!important;
    color: #737272!important;
}
 
.pagination li a:hover {
    background-color: #010101;
	border: 1px solid #010101;
	color: #fff;
}


/* -- Footer -- */

#footer {
	padding: 20px;
	margin: 0 auto!important;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 900;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85em;
	color: #fff;
}

.footer {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 15px!important;
	line-height: 195%!important;
}

.footer span {
	border: 1px solid #605749;
	color: #fff;
    padding: 5px;
	font-size: 0.85em;
    clear: both;
}

.footer a {
	text-decoration: none;
	font-weight: 500;
	color: #e3e3e3!important;
	padding-bottom: 3px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer a:hover {
	color: #efc5ac!important;
}

.footer b {
    color: #4e8aac;
}

.footer .footer-socials {
    margin: 0 auto 3px 10px;
    color: #4e8aac;
	border: 0px!important;	
}

.footer .footer-socials a {
	color: #4e8aac!important;
	text-decoration: none;
	margin-right: 7px!important;
}

.footer .footer-socials a:hover {
    color: #efc5ac!important;
}

.footer .disclaimer {
	display: block;
	font-size: 1em!important;
	text-transform: none!important;
	text-align: left;
	font-weight: 400!important;
}

.footer .fab,
.footer .fas {
	font-size: 9px!important;
}
	

/* featured images */

#featured-archive {
	float: left;
	margin-right: 8px;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height:330px!important;
	object-fit: cover!important;
	display: block!important;
	margin: 0 auto!important;
	filter: grayscale(100%) brightness(1.1)!important;
}

#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%!important;
	width: 95%!important;
	height: 125px!important;
	object-fit: cover!important;
}

#featured-archive img.featured-placeholder,
#featured-archive img:hover.featured-placeholder {
	filter: opacity(.8);
}

#featured-mobile {
	display: none;
}


/* Press Library */

.press {
	margin: 20px auto 0 auto!important;
}

.press li {
	display: inline-block;
	width: 15.33%;
	text-align: center;
	margin: 5px;
	list-style: none;
	padding: 8px;
	background: #010101 url('images/bg.jpg') top center no-repeat;
	border: 1px solid #fff;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .95em;
	text-transform: uppercase;
}

.press li a {
    color: #fff!important;
	font-weight: 500!important;
}

.press li:hover {
	background: #06617e;
}

.counter {
    margin: 15px 0;
    background: #e5e5e5;
    padding: 10px;
}

.counter b {
	font-family: 'Bad Script', cursive;
	font-size: 1.75em;
	font-weight: 400!important;
	font-style: italic;
	color: #013c4a!important;
}

/* - Projects Table - */

table.projects {
	width: 100%;
}

.projects-img,
.projects-img-2 {
	width: 23.33%;
}

.projects-img-2 {
    position: relative;
    text-align: center;
    color: white;
    font-weight: 900;
}

.projects-img,
.projects-tv {
	width: 18.33%;
    position: relative;
    text-align: center;
    color: white;
    font-weight: 700;
}

.projects-img img,
.projects-tv img,
.projects-img a img,
.projects-tv a img,
.projects-img img:hover,
.projects-tv img:hover,
.projects-img a img:hover,
.projects-tv a img:hover {
	filter: grayscale(100%) brightness(30%);
    width: 100%;
    height: auto;
    border: 0px!important;
    background: none!important;
}

.projects-img-2 img,
.projects-img-2 a img,
.projects-img-2 img:hover,
.projects-img-2 a img:hover {
	filter: grayscale(100%) brightness(30%);
    width: 100%;
    height: 170px!important;
    border: 0px!important;
    background: none!important;
    object-fit: cover;
}

.projects-img span,
.projects-img-2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 19px;
    padding: 5px;
}

.projects-img a span,
.projects-img-2 a span
.projects-tv a span,
.projects-img span,
.projects-img-2 span {
    color: #fff!important;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400!important;
	text-transform: uppercase;
}

.projects-tv span {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 19px;
    padding: 5px;
}

.projects-img-2 img {
	width: 100%!important;
	height: 170px!important;
	filter: grayscale(100%) brightness(50%);
	object-fit: cover!important;
}

.projects-tv {
	width: 18.33%;
	vertical-align: text-top;
	margin: 0 auto!important;
	text-align: center!important;
    position: relative;
    color: white;
    font-weight: 900;
}

.projects-links {
	text-align: center;
	margin: 0 auto!important;
    word-wrap: break-word!important;
	font-family: 'Roboto Condensed';
}

.projects-links a {
	background: #111;
	color: #fff!important;
	padding: 3px;
	margin: 1px;
	font-size: 10.5px;
	text-transform: uppercase;
	font-weight: 400!important;
}

.projects-links a:hover {
	background: #53434d;
}

.projects-info {
	width: 76.33%;
}

.projects .subtitle {
	padding: 5px 2px; 
	font-size: 18px; 
	margin: 8px; 
	text-align: left;
	font-weight: 900; 
}

.projects .subtitle span {
	text-transform: none!important; 
	font-size: 13px; 
	font-weight: 400; 
	font-style: normal; 
}

@media (max-width : 550px), (max-width : 220px) {
    
    table.projects {
        width: 95%!important;
        max-width: 95%!important;
}
    
    .projects-img,
    .projects-img-2,
    .projects-tv {
        display: inline-block!important;
        width: 40%!important;
        vertical-align: text-top!important;
}
    
    .projects-img img,
    .projects-img-2 img,
    .projects-tv img {
        min-width: 100%!important;
        height: 130px!important;
        object-fit: cover!important;
}
    
    .projects-img span,
    .projects-tv span,
    .project-2-img span {
        font-size: .70em!important;
		margin: 0 auto;
}
    
    .projects tr {
        display: inline!important;
    }
}

/* search form */

#searchform {
	margin:10px 0; 
	position: relative; 
	text-align:center; 
	max-width: 93%;
	}
	
#searchform #s {
	margin:0; 
	padding: 10px 10px 10px 35px!important; 
	width:93%;
	 background: #f7f7f7 url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style: italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #ddd;
}

/* -- Post Link Gallery -- */

.link,
.vids {
padding: 40px 10px 10px 33px;
border-bottom: 0px;
margin: 10px 18px;
}

.link:before,
.vids:before {
	content: URL("images/gallery.png");
	display: block;
    margin-left: -45px;
}

.link a,
.vids a{
    color: #1f3e53!important;
    font-style: italic;
}

.link a:hover,
.vids a:hover{
    color: #080808!important;
}

/* Career Pages */

.careertables  li {
	margin: 1% 0 2.5% 0!important;
	color: #6a6a6a;
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: .90em;
}

.careertables a,
.careertables span {	
	font-size: 1.45em;
	text-transform: capitalize!important;
	color: #085c7e!important;
    font-family: 'Boogaloo', cursive;
	font-weight: 400!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.careertables i, .careertables em {
	text-transform: none!important;
	font-family: 'Merriweather', serif;
}

.careertables a::before {
	content: '\2192';
	margin: auto 3px auto 0;
    background: -webkit-linear-gradient(#003840, #945f33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careertables a:hover {
    margin-left: 7px;
    color: #d7a27a!important;
}

.careertables u {
	text-decoration: underline wavy #ffd7bb;
	font-weight: 500;
}

.careertables h3 {
    color: #4e4e4e!important;
    font-weight: 400;
    letter-spacing: 2px;
}

/* more */

.more-link {
	display: block;
	clear: both;
}

/* formats */

.news b, .news strong {color: #a1663c;}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

h1 {
	margin: 0px;
	font-size: 18px;
}


h2 {
	margin: 0px;
	font-size: 19px;
}


h3 {
	margin: 0px;
	font-size: 17px;
	color: #0f6684;
	font-weight: 700;
    font-style: italic;
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/* statistics */

.stats .fas,
.stats .far,
.stats .fab {
	color: #c59a77;
	font-size: 0.80em;
	margin-right: 5px;
	vertical-align: center;
}

/** PC SCREEN **/

@media (max-width : 1366px), (max-width : 1200px) {
	
#wrapper,
#content {
	max-width: 1200px!important;
}

#header,
#header-video {
	min-width: 1366px;
	margin: 0 auto;
}
	
.container {
	width: 1200px!important;
}
	
.cpmfetch-content a img {
	width: 64px!important;
	height: 64px!important;
	object-fit: cover!important;
}
	
.category {
	margin: -2.2% 0 0 1.5%;
}
    
.category2 {
	margin: -2.2% 1.5% 0 0;
}
	
.category-page {	
	text-align: left;
	margin: 0 0 -2.2% 1.5%;
}	
	
.text {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .88em!important;
	line-height: 155%!important;
}
	
.officials div a {
	font-size: .65em!important;
}

}

/** RESPONSIVE **/

.show-menu,
.menu input[type=checkbox] {
	display: none;
}

.menu input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
}
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	} 
	
	.navi li:after {
	content: '';
	margin-left: 0;
}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 5px!important;
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
		width: 100%;
        margin: 0 auto 1.5% auto!important;
		background-image: linear-gradient(to right, #1a1a1a, #070707);
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
		border-right: none!important;
	}
	
	.menu a {
		display: block;
		text-align: left!important;
		padding: 8px!important;
		border-bottom: 0px!important;
	}
    
    #navigation .sociables {
        display: none!important;
    }
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%;
	background-color: #010101;
}
	
body,
#wrapper,
#content,
#footer,
.head {
	overflow-x: hidden!important;
}
	
#wrapper {
	max-width: 100%!important; 
	margin: 0 auto!important;
}

#content {
	max-width: 100%!important;
	margin: 0 auto!important;
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#news_all, .pagination {  
	width: 90%!important; 
	clear: both!important;
    display: block!important;
	margin: 15px auto!important;
    float: none!important;
}

#sidebar-mobile {
	width: 90%!important; 
	clear: both!important;
    display: block!important;
	margin: 3.5% auto 0 auto!important;
}
    
.sidebar-title {
        margin-top: 8px!important;
}

#searchform,
#searchform s {
	width: 100%;
	max-width: 100%;
}

.comments {
	border: 0px!important;
}

.news img {max-width:15vw;}

#sidebar_all, 
#header,
.officials,
.welcome {
	display: none!important;
}

#featured img {
	max-width:20vw!important;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
}

blockquote {
	background-image: none!important;
	padding-right: 10px!important;
}

#featured-mobile {
	display: block;
}
    
.officials-mobile {
    width: 100%;
    margin: 0.5% auto 8.5% auto!important;
	display: block!important;
	text-align: center;
}
	
.officials-mobile div a {
	font-size: 0.60em!important;
}
	
.officials div img {
    width: 1.8vw;
	max-width: 100%;
}

#featured img,
#featured-mobile img {
	max-width:100%!important;
	width: 100%!important;
	height:auto!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
}

.footer {
	width: 100%!important;
}
}

@media only screen and (max-width: 965px), only screen and (max-device-width: 200px) {

#featured-archive {
	float: none!important;
	margin: 0 auto!important;
	width: 100%!important;
	display: block!important;
}
	
#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%!important;
	width: 95%!important;
	height: 250px!important;
	object-fit: cover!important;
}
}

@media only screen and (max-width: 450px), only screen and (max-device-width: 200px) {

.officials-mobile div img {
    width: 80%!important;
}
}