<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************************************************

Theme Name: OriginMag edited
Theme URI: http://www.wpzoom.com/themes/originmag
Version: 1.1.2
Author: WPZOOM
Author URI: http://www.wpzoom.com/
Description: Simple &amp; minimal theme with a responsive layout. Customizable homepage. Powerful Framework and unique widgets.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************

1. Toolbox CSS  -----------------------  All Theme Files
2. Global Styles  ---------------------  All Theme Files
3. Header  ----------------------------  header.php
4. Homepage  --------------------------  index.php
5. Archive Posts ----------------------  loop.php
6. Single Post ------------------------  single.php
7. Sidebar &amp; Widgets ------------------  sidebar.php
8. Comments ---------------------------  comments.php
9. Footer  ----------------------------  footer.php

**********************************************************************************************/


/*********************************************************************************************

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/

/* Reset &amp; General Styling */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
dd { margin: 0 0 0 40px; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
td { vertical-align: top; }

/* Smart clearfix */
.clear, .cleaner { clear: both; height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;  }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.floatleft { float: left; }
.floatright { float: right; }
.sticky, .bypostauthor {}


/* Text Selection Color */
::-moz-selection { background: #05C; color: #fff; text-shadow: none; }
::selection      { background: #05C; color: #fff; text-shadow: none; }
img::-moz-selection { background: transparent; }
img::selection      { background: transparent; }

/* Navigation */
div.navigation { border-top: 1px solid #E5E5E5; text-transform:uppercase; padding-bottom: 15px; text-align:center; margin: 0 0 10px; font-size: 12px; }
div.navigation a { font-weight: normal; padding:0 10px; line-height: 50px; }
div.navigation span.current { padding: 0 10px; color:#ea6c35; font-weight:bold;  }
div.navigation span.pages { margin-right: 10px; display: none; }
div.navigation .alignleft, div.navigation .alignright { margin: 0; }
div.navigation .prev { float:left; }
div.navigation .next { float:right; }


/* Forms */
input, textarea {  font-size: 13px; padding: 7px 6px; border: 1px solid #D9D6D6;  color: #000; background: #fff;  font-family: "Lato", "Myriad Pro", "Arial", sans-serif; }
input:focus, textarea:focus { border-color: #999;  }
button,
input[type=button],
input[type=reset],
input[type=submit] {  background: #848484; padding:8px 10px; border: none 0; color: #fff;   }
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover { background: #222;  cursor: pointer; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }

input#s { float:left; margin:0 5px 0 0; }

/* Meta separator */
.separator {
    color: #e5e5e5;
    font-size: 11px;
    margin:0;
}

/*********************************************************************************************

2. Global Styles

*********************************************************************************************/

body {
    color: #444;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #ffffff;
}


/* Links */
a { color: #191919; text-decoration:none; }
a:hover { text-decoration:none; color:#ea6c35}
a:focus { outline: none; }
a:hover, a:active { outline: none; }

p { margin: 0 0 15px; padding: 0; }

.inner-wrap {
    margin: 0 auto;
    width: 1180px;
    background:#fff;
    padding:0 40px;
}


/*********************************************************************************************

3. Header  -------------------------  header.php

*********************************************************************************************/

#navbar {
    border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
}

#navbarsecond {
    margin-bottom: 25px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 3px solid #191919;
  background-color:#F2F2F2;
}

#logo {
    text-align:center;
    padding: 8px 0;
}

#logo a {
    font-size: 66px;
    font-weight: bold;
    display: block;
    line-height:1.2;
}

#logo span {
    color:#848484;
    font-size:14px;
    display:block;
  /*
    text-align:center;
  */
    text-align:left;
    font-weight:normal;
}

.adv {
    text-align:center;
    padding:0;
}

/* Header Social Icons */
#navsocial {float: right; display: inline; margin-top: 13px; font-size: 12px; }
#navsocial li {float: left; display: inline; margin-left: 13px; line-height: 20px; }
#navsocial li a { color:#848484; }
#navsocial li a:hover { color:#ea6c35; }
#navsocial img { float: left; display: inline; margin-right: 3px; }


/* Dropdown menu */
.dropdown, .dropdown * { margin: 0; padding: 0; list-style: none; }
.dropdown { line-height: 1.0; }
.dropdown ul { position: absolute; top: -999em; width: 170px; /* left offset of submenus need to match (see below) */ }
.dropdown ul li { width: 100%; }
.dropdown li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.dropdown li { float:left; display:inline;  position: relative; }
.dropdown a {  position: relative; }
.dropdown li:hover ul,
.dropdown li.sfHover ul { left: 0; top:43px; /* match top ul list item height */ z-index: 99; }
ul.dropdown li:hover li ul,
ul.dropdown li.sfHover li ul { top: -999em; }
ul.dropdown li li:hover ul,
ul.dropdown li li.sfHover ul { left: 170px; /* match ul width */ top: 0; }
ul.dropdown li li:hover li ul,
ul.dropdown li li.sfHover li ul { top: -999em; }
ul.dropdown li li li:hover ul,
ul.dropdown li li li.sfHover ul { left: 170px; /* match ul width */ top: 0; }

#navbarsecond .dropdown ul { position: absolute; top: -999em; width: 170px; /* left offset of submenus need to match (see below) */ }
#navbarsecond .dropdown li:hover ul,
#navbarsecond .dropdown li.sfHover ul { left: 0; top:47px; /* match top ul list item height */ z-index: 99; }
#navbarsecond ul.dropdown li:hover li ul,
#navbarsecond ul.dropdown li.sfHover li ul { top: -999em; }
#navbarsecond ul.dropdown li li:hover ul,
#navbarsecond ul.dropdown li li.sfHover ul { left: 170px; /* match ul width */ top: -10px; }
#navbarsecond ul.dropdown li li:hover li ul,
#navbarsecond ul.dropdown li li.sfHover li ul { top: -999em; }
#navbarsecond ul.dropdown li li li:hover ul,
#navbarsecond ul.dropdown li li li.sfHover ul { left: 170px; /* match ul width */ top: -10px; }

.dropdown {
    float:left;
}

.dropdown a {
    font-family: "Arial",sans-serif;
    padding: 12px 10px 15px;
    margin:0 5px 0 0;
    text-decoration:none;
    line-height:1.2;
    font-size: 14px;
    color: #848484;
    display:block;
}

#menu-footer-menu li a, #menu-footer1 li a,#menu-footer2 li a {
    font-family: "Arial",sans-serif;
}

.dropdown a:hover {
    background:#ededed;
    color:#ea6c35;
}

.dropdown ul {
    text-align: left;
    margin: 0;
    background:#ededed;
    border-top:none;
    z-index:999;
    padding:10px 0 10px;
}

#navbar .dropdown ul ul {
    top:-10px;
    padding:10px 0 10px;
}

.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a,
.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a {
    outline:0;
    color: #848484;
    font-weight:bold;
 }

.dropdown .current_page_item ul a,
.dropdown .current-cat ul a,
.dropdown .current-menu-item ul a,
.dropdown .current_page_item ul a,
.dropdown .current-cat ul a,
.dropdown .current-menu-item ul a {
    outline:0;
    font-weight:normal;
    color:#c0c0c0;
}

.dropdown li ul li {
    float:left;
    margin:0;
    padding:0;
 }

.dropdown li ul li a {
    color:#ea6c35;
    margin:0;
    padding:3px 10px;
}

.dropdown li:hover a {
    color:#ea6c35;
    background:#ededed;
}

.dropdown li:hover ul a {
    color:#848484;
}

.dropdown li:hover li a:hover {
    color:#ea6c35;
}

.dropdown a.sf-with-ul {
    min-width:1px;
}

.sf-sub-indicator {
    display:block;
    margin:0;
    height:10px;
    width:100%;
    float:left;
    text-indent:-999em;
    overflow:hidden;
    background:url('images/downt.png') no-repeat center;
}

.dropdown li:hover li .sf-sub-indicator {  /* give all except IE6 the correct values */
    background:url('images/rightt.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */
    width:10px;
    float:right;
    margin:5px 0 0 5px;
}

#navbarsecond .sf-sub-indicator {
    display:block;
    margin:0;
    height:10px;
    width:100%;
    float:left;
    text-indent:-999em;
    overflow:hidden;
    background:url('images/down.png') no-repeat center;
}

#navbarsecond .dropdown li:hover .sf-sub-indicator {
    background:url('images/downh.png') no-repeat center;
}

#navbarsecond .dropdown li:hover li .sf-sub-indicator {  /* give all except IE6 the correct values */
    background:url('images/right.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */
    width:10px;
    float:right;
    margin:5px 0 0 5px;
}

#navbarsecond .dropdown a {
    color: #000;
    font-size:16px;
    padding:14px 10px;
    line-height:1.2;
}

#navbarsecond .dropdown a:hover {
    background: #242423;
    color:#fff;
}

#navbarsecond .dropdown ul {
    background: #242423;
    padding:10px 0 10px;
}

#navbarsecond .dropdown ul ul {
    top:-10px;
    padding:10px 0 10px;
    background: #242423;
}

#navbarsecond .dropdown li ul li {
    color:#000;
}

#navbarsecond .dropdown li ul li a {
    color:#000;
    padding:4px 10px;
}

#navbarsecond .dropdown li:hover a {
    color:#fff;
    background: #242423;
}

#navbarsecond .dropdown li:hover ul a {
    color:#fff;
}

#navbarsecond .dropdown li:hover li a:hover {
    color:#ea6c35;
}

/*********************************************************************************************

4. Homepage    -------------------------  index.php

*********************************************************************************************/

#content {
    float: left;
    width: 760px;
}

/* Featured Slider -- wpzoom-slider.php */
#slider { margin:10px 0 25px; position:relative; width:980px; height:550px; overflow:hidden; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides &gt; li:first-child {display: block;}

.flexslider {margin: 0 0 15px;   position: relative;   zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 550px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
#slider .flex-direction-nav a {height: 36px; width: 36px;  position: absolute; right: 68px; top: 15px; display: block; cursor: pointer; font-size: 1px;  text-indent: -2000px; background: url("images/arrows_big.png") no-repeat 0 0;   }
#slider .flex-direction-nav .flex-next {background-position: -41px 0;  }
#slider .flex-direction-nav .flex-prev {right: 115px;}
#slider .flex-next:hover { background-position: -41px -40px;}
#slider .flex-prev:hover { background-position: 0 -40px;}





#slider .flex-viewport li .postcontent { height:100%; overflow:hidden;}

#slider .slide_content { padding:30px 25px; overflow: hidden; font-size: 16px; color: #fff; position:absolute; background:url(images/75.png) repeat; bottom:30px; left:30px; width:550px; }
#slider .slide_content p { margin-bottom: 5px; }
#slider h2 { line-height: 1.3; margin: 0 0 7px; }
#slider h2 a { color: #fff; font-size: 36px; font-weight: bold; }
#slider .slides li { list-style-type: none; display:none; position:absolute; top:0; left:0; height:100%; width:100%; }
#slider h3 { text-transform:uppercase; font-size:16px;  }
#slider h3 a { color:#fff; }

#slider.small-size { width: 100%; height:450px; }
#slider.small-size .slide_content { padding:20px 15px; overflow: hidden; font-size: 14px; color: #fff; position:absolute; background-color:black; bottom:0px; left:0px; width:670px; }
#slider.small-size .slide_content h2 a {  color: #fff; font-size: 18px; font-weight: bold;}
#slider.small-size h2 a { color: #fff; font-size: 26px; font-weight: bold; }
#slider.small-size h3 { text-transform:uppercase; font-size:12px;  }




/* Featured Category Widgets on Homepage */
.home_widgets .home_column {
    width:350px;
    margin:0 45px 0 0;
float:left;

}

.home_widgets_2 {
float: left;
width: 100%
}



.home_widgets .home_column.last {
    margin:0;
}

.home_widgets .home_column h4.title {
    border-top: 1px solid #E5E5E5;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding:10px 0 0;
    text-transform:uppercase;
    color: #212121;
    font-weight:normal;
}

.featured-post {
    margin:0 0 20px;
}

.home_column h3 {
    margin:0 0 8px;
}

.home_column h3 a {
    font-size:21px;
}

.home_column .post-thumb {
    margin:0 0 10px;
}


/*********************************************************************************************

5. Archive posts styling -------------------------  loop.php

*********************************************************************************************/

h1.archive_title {
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 15px;
    padding:0 0 15px;
    text-transform:uppercase;
    color:#000;
    border-bottom: 1px solid #E5E5E5;
    float:left;
}

.archiveposts h3.title {
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding:8px 0;
    text-transform:uppercase;
    color: #666;
    font-weight:normal;
}

/* Grid view */
.recent-post {
    /*border-top: 1px solid #E5E5E5;*/
    margin:-1px 25px 20px 0;
    width:216px;
    float:left;
}

.archive .recent-post, .search .recent-post { margin-top:-16px; }

.recent-post.last {
    margin-right:0;
}

.recent-post .post-thumb {
    margin: 0 0 10px;
    position:relative;
}

.recent-post h4.title {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding:0 0 0;
    text-transform:uppercase;
    color: #212121;
    font-weight:normal;
}

.recent-post h2 {
    line-height: 1.2;
    margin-bottom:10px;
    font-weight:bold;
    font-size: 20px;
}
.recent-posts-title-only a{
    font-size: 13px!important;
    font-weight: 0!important;
}

.recent-posts-featured{
    /*border-right: 1px solid #E5E5E5;*/
}
.recent-posts-nonfeatured{
    border-top: 1px solid #E5E5E5;
    margin-left: 20px;
}
.recent-posts-nonfeatured h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.recent-posts-nonfeatured.number-2{
    border-top: 0;
}

.recent-post h2 a {
    font-size: 16px;  
}

.recent-post.featured {
    width:50%!important;
    display:block;
    float:left;
    padding-top:15px;
}

.recent-posts-featured{
    font-size:11px;
}

.two-blocks{
    width:48%;
    float:left;
    margin-top:40px;
}

.two-blocks.number-2{
    float:right;
}
.two-blocks .recent-posts-nonfeatured{
    margin:0;
}
.two-blocks .recent-post.featured{
    width:100%!important;
}
.second-block{
    width:49%;
    display:block;
    float:right;
    border-left: 1px solid #E5E5E5;
    margin-top:10px;
}

.recent-post .post-content {
    padding: 0;
}

.recent-post .entry p {
    font-size:15px;
}

.recent-meta {
    margin:0 0 5px;
    font-size:11px;
    color:#A8A8A8;
}

.recent-meta a {
    color:#A8A8A8;
}

.recent-meta a:hover {
    color:#ea6c35;
}

.recent-meta span {
    margin-right:4px;
}

.recent-posts-category{
    text-transform: capitalize;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    font-family: arial,helvetica,"Times New Roman";
    font-size: 24px;
}

/* List view */
.list-view .recent-post {
    width:100%;
    margin:-1px 0 25px 0;
}

.list-view .recent-post.featured, .list-view .second-block .recent-post, .list-view .two-blocks .recent-post{
    margin:0;
}

.archive .list-view .recent-post {
    margin-top:-16px;
}

.list-view .recent-post .post-thumb {
    float:left;
    margin:0 15px 0 0;
}

/* Read more button */
a.more-link {  margin:5px 0 0;  text-align:left; font-weight:bold; }


/*********************************************************************************************

6. Single Posts Styling  ---------------------------------  single.php, page.php

*********************************************************************************************/

.col_main {
    width:100%;
}

.col_meta {
    width:125px;
    float:right;
    margin-top: 35px;
}

.category_link { text-transform:uppercase; font-size:16px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 12px;
    line-height:1.3;
}
.entry p { margin-bottom: 14px; }

.entry img.alignnone,
.entry img.aligncenter,
.entry img.alignleft,
.entry img.alignright,
.entry img.attachment-fullsize {
    margin-bottom: 10px;
    max-width: 570px;
    width:auto;
    height:auto;
}

.full-width .entry img.alignnone,
.full-width .entry img.aligncenter,
.full-width .entry img.alignleft,
.full-width .entry img.alignright,
.full-width .entry img.attachment-fullsize {
    margin-bottom: 10px;
    max-width: 846px;
    width:auto;
    height:auto;
}

.entry ul, .entry ol { margin: 0 0 14px 14px; }
.entry li ul, .entry li ol { margin-bottom: 0; }
.entry li { list-style-position: inside; }
.entry ul li { list-style-type: square; }
.entry ol li { list-style-type: decimal; }
.entry blockquote {
    color:#8E8E8E;
    border-left: solid 3px #ececec;
    padding:0 15px;
    margin: 10px;
}

h1.title  {
    margin:0 0 10px;
    line-height:1.3;
    font-size:32px;
    font-weight:bold;
}

h1.title a {
    color:#222;
}

.post-meta { margin: 0 0 15px; padding: 0 0 13px; color: #656565; border-bottom: 1px solid #e5e5e5; }

.col_meta h3 { border-top: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0; padding: 10px 0; text-transform: uppercase; color: #666; font-weight: normal; }

.prevnext { margin: 0 0 11px; padding: 5px 0 0; color: #656565; font-size: 12px; font-weight: bold; }
.prevnext .next_link { float: right; }
.prevnext .separator { margin-left:4px; }


/* Related Posts */
.related_posts { margin: 0 0 15px; }
.related_posts ul li { list-style-type: none; padding: 0 0 10px; margin: 0 0 10px; display: block; font-size: 11px; }
.related_posts ul li a { font-weight:bold; display:block; font-size:14px; }

/* Sharing buttons */
.share_box .share_btn { margin:0 0 10px; }

/* Tags */
.tag_list {  margin:0 0 12px; color:#63676A; }
.tag_list a {font-weight:bold; }
.tags_wrap { overflow:hidden; }

/* [gallery] shortcode */
.entry .gallery .gallery-item { max-width:150px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; }
.entry .gallery { clear: both; margin: auto; text-align: center; }
.entry .gallery a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.gallery img { width:150px; height:auto; }

/* Images align */
.entry .aligncenter, div.aligncenter { display: block; clear:both; margin-left: auto; margin-right: auto; }
.alignleft, .entry .alignleft { float: left; margin-right:15px; }
.alignright, .entry .alignright { float: right; margin-left:15px; }

/* Caption for images */
.entry .wp-caption { max-width: 100%; width:auto; text-align:left; }
.entry .wp-caption img { background:none; margin:0; border:0 none; max-width:100%; width:auto; height:auto;}
.entry .wp-caption-text, .gallery-caption { color:#5E5C6C;font-size:12px; margin-bottom:10px; padding:4px 0 0; text-align:left; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

img.wp-smiley { border: none; padding: 0; }

.thumbnails { clear: both; float: left; font-size: 11px; line-height: 1.6em;  }
.thumbnails img { height: 100px; margin:0 20px 15px 0; width: 100px; }
.thumbnails .active img { border:3px solid #FFCB65; }

/* Template: Sidebar on the left */
.side-left #content { float: right; border-right: 0; }
.side-left #sidebar { float: left; }

/* Template: Full-width */
.full-width #content { width: 100%; }
.full-width .col_main { width:100%; }
.full-width h1.archive_title { width:980px; }
.full-width .entry, .page .entry { float: none; display: block; padding-right: 0; }
.full-width .entry img { max-width: 846px; }

/* Template: Archives */
.post .col_arch { float: left; width: 100%; margin: 10px 0; border-bottom: 1px solid #ececec; padding-bottom: 15px; }
.post .col_arch .left { display:block; text-transform: uppercase; font-size:12px; font-weight:bold; }
.post .col_arch .right { float: left; margin-top:12px; }
.post .col_arch .right ul {margin-left:0; }
.post .col_arch .right ul li a { font-weight: normal; }
.post .col_arch .right ul li { width: 30%; float: left; margin: 0 10px 5px 0; list-style-type: none; }
.post .col_arch:last-child { border-bottom:none; }


/*********************************************************************************************

7. Sidebar &amp; Widgets -------------------------  sidebar.php

*********************************************************************************************/

#sidebar {
    float: right;
    width: 380px;
    font-size:13px;
    color:#5C5C5C;
}

.archive #sidebar, .page #sidebar, .search #sidebar {
    margin-top:20px;
}

#sidebar .widget {
    margin-bottom:20px;
}

.widget h3.title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
padding: 0 0 5px 0;
    text-transform:uppercase;
    color: #D64B00;
    font-weight:normal;
}

.home_column .widget h3.title {
    border-top: 1px solid #E5E5E5;
    border-bottom:none;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding:10px 0 0;
    text-transform:uppercase;
    color: #212121;
    font-weight:normal;
}

.widget { float: left; line-height: 1.5; width: 100%; }
.widget ul { clear: both; margin: 5px 0; line-height: 1.7; }
.widget ul li { list-style-type: none; }
.widget ul ul { margin: 0; padding: 0; border-top: none; }
.widget ul ul li { border: none; }
.widget #cat, .widget select { width: 100%; background: #F7F7F7; border: 1px solid #cdcfd4; color: #333333; display: inline; padding: 5px; line-height: 1.5; clear: both; float: left; }
.side_ad { text-align: center; margin:0 0 10px; }

/* Category Widget */
.widget_categories ul li { color: #8B8A8A; text-align: right; font-weight: normal; padding: 2px 0; clear: both; }
.widget_categories ul li li { padding-left:10px; }
.widget_categories ul li a { text-align: left; float: left; }

/* Video Widget */
.wpzoom_media .open .description { margin: 10px 0 5px; font-size: 12px; line-height: 16px; }
.wpzoom_media .hide { display: none; }
.wpzoom_media ul { text-align:center; }
.wpzoom_media li { text-align:center; display:inline;  list-style-type: none; font-size: 14px; padding: 8px 2px; line-height: 20px; }
.wpzoom_media li a { color:#ccc; font-weight: bold;}
.wpzoom_media li a.active { color:#ea6c35; }

/* Recent Comments */
.recent-comments-list .avatar { margin-right: 8px; float: left;}
.recent-comments-list li { padding: 6px 0 10px; margin:0 0 5px; border-bottom: 1px solid #eee; line-height:1.4; }
.recent-comments-list li a { font-weight:bold; }

/* Recent Posts  */
.widget .feature-posts-list br {display: none;}
.widget .feature-posts-list img { margin: 4px 12px 5px 0; float: left;}
.widget .feature-posts-list small { font-size: 12px; color: #8B96A0; margin: 2px 0 4px; display: block; }
.widget .feature-posts-list .post-excerpt { display: block;}
.widget .feature-posts-list li { padding: 6px 0; margin:0; border-bottom:1px solid #ececec; line-height:1.4; }
.widget .feature-posts-list li a { font-weight:bold; }

/* Flickr widget */
.widget .flickr_badge_image {margin-right: 10px; margin-bottom: 12px; float: left; }
.widget .flickr_badge_image img { width: 64px; height: 64px; }
.widget .flickr_badge_image img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}

/* Social widget */
.wpzoomSocial  {margin:10px 0;}
.wpzoomSocial li {float:left; margin:0 0 15px 2px;width:49%;}
.wpzoomSocial li img {margin:0 7px 0 0; float:left;}
.wpzoomSocial li a {  font-size:13px;}

/* Twitter widget */
.widget .twitter-list li { padding: 0 0 7px; margin: 0 0 7px; }
.widget .twitter-list li a { font-weight: normal; }
.widget .twitter-list .twitter-timestamp { display: block; color: #A8A8A8;  font-size: 11px; font-style: normal;}
.widget .follow-user { margin: 0; padding: 5px 0; }

/* Popular Posts Widget */
.popular-news .comments {  color: #A9A9A9; }
.popular-news li {  padding: 0 0 6px; }

/* Tag cloud Widget */
.widget_tag_cloud div a { padding: 0 3px; }

/* Calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-weight:bold;  font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #EFEEEE; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #E8E8E8; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Archive widget */
.widget_archive li { width:49%; float:left; display:block; margin:0;  padding:0 0 6px;}

/*********************************************************************************************

8. Comments  -------------------------  comments.php

*********************************************************************************************/

#comments { clear: both; }
#comments h3 { border-top: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0; padding: 10px 0; text-transform: uppercase; color: #666; font-weight: normal; }

#comments .navigation { padding: 0 0 18px 0; }
.commentlist { list-style: none; margin: 0; }
.commentlist li.comment { border-bottom: 1px solid #dedede; font-size:12px; line-height: 1.7; margin: 0 0 24px 0; padding: 0 0 0 76px; position: relative; }
.commentlist li:last-child { border-bottom: none; margin-bottom: 0; }
#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar { position: absolute; top: 4px; left: 0; }
.comment-author { margin-bottom:3px; }
.comment-author cite { color: #B1B1B1; font-weight: bold; font-style:normal; font-size:14px; }
.comment-author .says {  display:none; }
.comment-meta { font-size: 12px;  margin: 0; float: right; }
.comment-meta a:link, .comment-meta a:visited { color: #888; text-decoration: none; }
.comment-meta a:active, .comment-meta a:hover { color: #333; }
.reply { font-size: 12px; padding: 0 0 24px 0; }
.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, .nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #dedede; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }
.comment-notes { display:none; }

/* Comments form */
#respond { margin: 24px 0; position: relative; }
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
.commentlist #respond { clear: both; display: block; }
#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required_lab {  font-weight: bold;   }
#respond label {   font-size: 14px; }
#respond input { margin: 0 0 9px;   }
#respond textarea { width: 96%; height: 145px;  }
#respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; display:none; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { text-align:left; margin-top:10px; }
#respond .form_fields { float: left; width: 36%; margin-right: 5%; }
#respond .form_fields p { margin-bottom:7px; }
#respond .form_fields input { width:100%; }
#respond .comment-form-comment { width: 80%; float: left; }
#respond .form_fields input, #respond textarea { clear: both; display: block; margin: 3px 0 0; }

/*********************************************************************************************

9. Footer  -------------------------  footer.php

*********************************************************************************************/

#footer {
    padding:15px 0 0;
    width: 1180px;
    margin: 0 auto;
}

#footer div.column {
    display: inline;
    float: left;
    margin-right: 25px;
    width: 370px;
}

#footer div.last {
    margin-right: 0;
}

#footer .widget-area {
    padding:0 0 15px;
    margin:0 0 15px;
    border-bottom:3px solid #ececec;
}

#footer .column .widget {
    width:310px;
    float:left;
    line-height:1.7;
    margin-bottom:15px;
}

#footer .widget h3.title {
    border-top: 1px solid #E5E5E5;
    border-bottom: 0 none;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding:12px 0 0;
    text-transform:uppercase;
    color: #666;
    font-weight:normal;
}

.copyright { font-size: 11px; min-height:80px;  width: 100%; }
.copyright .left { margin: 10px 0; float: left; }
.copyright .right { float: right; margin: 10px 0;}
p.wpzoom { display: inline; float: right; line-height: 16px;  }
p.wpzoom img { display: inline; float: right; padding: 0 0 0 2px; }


.second_banner {margin-left:10px;}

/*********************************************************************************************

9. Media Queries

*********************************************************************************************/

/* Tablet Landscape */
@media screen and (max-width: 1060px) {

    body { min-width:100%; }
    .inner-wrap { width: 90%; padding: 0 3%; }
    #content { width:66%;}
    #navsocial { float:left; }

    #slider {width:100%; height:auto; padding:0; }
    #slider li img { width:100%; }
    #slider li img { width:100%; height:auto;}
    #slider .slide_content {width:60%; }
    #slider.small-size .slide_content {width:100%; padding:0;}
    #slider.small-size .slide_content h2 {padding:15px 15px 0px 15px;}
    #slider.small-size .slide_content p { padding:0px 15px 20px 15px;}

    #slider h2 a { font-size: 22px;  }


    .home_widgets .home_column { margin: 0 2% 0 0;  }
    .home_widgets .home_column img { width:auto; max-width:100%; height:auto; }

    .recent-post { width: 100%; float: left; }
    .recent-post .post-thumb { float:left; margin:0 10px 0 0;}

    .col_main,
    .full-width .col_main { width:80%; }
    .col_meta,
    .full-width .col_meta { width:16%; }

    #sidebar { width:30%; }
    #sidebar .widget {width:100%; margin-right:2%; float:left; }

    .cover { position: relative; padding-bottom: 56.25%; display:block; padding-top: 30px; height: 0; width: 100%; max-width: 100%; }
    .cover iframe,
    .cover object,
    .cover embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

     /* Template: Full-width */
    .full-width #content { width: 100%; }
    .full-width h1.archive_title { width:100%; }
    .full-width .entry img { max-width: 100%; }
    .full-width .entry .wp-caption { max-width:100%;  }

    #footer div.column { margin-right: 2%;  width: 31%; }
    #footer .column .widget {  width:100%; }

    .entry img.alignnone,
    .entry img.aligncenter,
    .entry img.alignleft,
    .entry img.alignright,
    .entry img.attachment-fullsize {
        margin-bottom: 10px;
        max-width: 100%;
        width:auto;
        height:auto;
    }

    .full-width .entry img.alignnone,
    .full-width .entry img.aligncenter,
    .full-width .entry img.alignleft,
    .full-width .entry img.alignright,
    .full-width .entry img.attachment-fullsize {
        margin-bottom: 10px;
        max-width: 100%;
        width:auto;
        height:auto;
    }

    #sidebar{width:40%!important;}
    .second_banner {margin-left:0!important;}
    #content{width:56%!important;}
}

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

    #slider.small-size .slide_content { display:block; }
    #slider.small-size .slide_content p{ display:none; }

    .col_main, .full-width .col_main { width:100%; }
    .col_meta, .full-width .col_meta { width:100%; }
    .share_box .share_btn { float:left; width:30%; }

    .widget_archive li { width:100%;  }

    .share_box .share_btn:after {  content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden;  }

    #content, #sidebar{
        width: 90%!important;
        margin: 0 auto!important;
        float:none;
        display: block;
    }
    #sidebar img{
        max-width:48%;
        height:auto!important;
    }
    .two-blocks, .home_column, .recent-post.featured, .second-block {
        width: 100%!important;
    }
    .second-block{
        border-left: 0;
        margin-left:0;
    }
    #slider.small-size {
        height:250px;
    }
    #slider img{
        max-height:250px;
    }
    .widget{
        margin: 0 auto!important;
        width:100%;
        display: block;
    }

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

    .inner-wrap { width: 94%; padding: 0 3%; }

#logo { /*width:40%*/ }
#logo a img { width:100%; }

    #content { width:100%;}

    #slider .slide_content { display:none; }

    .home_widgets { margin-left:0%;}

    .home_column {width:100%; float:clear;}

    .recent-post .post-thumb { width:100%; margin-right:0;}
    .recent-post .post-thumb img { width:100%; height:auto;}

    #respond .form_fields { width:97%; margin:0; }
    #respond .comment-form-comment {width:99%; }
    #respond .form_fields input { width:98%; }
    .children #respond { margin-right:0; }

    #sidebar { width:100%; margin-left:0%;}
    #sidebar .widget {width:100%; margin-right:0%; float:none; }

    #footer { width: 90%; }

    #footer div.column { margin-right: 0;  width: 100%; }
    #footer .column .widget { width:100%; }

}

/******* CUSTOM *******/

.cat-list .recent-post {
    margin-top: 16px!important;
}

/******* WZSLIDER *******/

.galleria-info-title {
    display: none !important;
}

/* Goran - widget image */ 

.second-block.schools, .second-block.sports {display: none;}

.one {
    width: 47%;
    margin-right: 3%;
    margin-top:20px;
    float: left;
}

.one .post-thumb {
    display: none;
}

.one .recent-post.featured {width: 100%!important;}



/* Fedmich: Fix to display ads nicely on mobile device */
#sidebar .widget_250x2_widget {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  #sidebar .widget_250x2_widget {
  margin-bottom: 10px !important;
  }
}
/* Fedmich: Fix to display ads nicely on mobile device */

/* Fedmich: Make slider width fit the content */
#slider .slides li{
}
#slider .slides li img.featured-small{
  width:100%;
}
#slider.small-size .slide_content{
  width:100%;
}
#slider .flex-direction-nav .flex-prev{
  right: 65px;
}
#slider .flex-direction-nav .flex-next{
  right: 18px;
}
/* Fedmich: Make slider width fit the content */


h1.title ,
.widget h3.title
, .recent-post h2 a
, #slider.small-size .slide_content h2 a
, #navbarsecond .dropdown a
{
  font-family: sans-serif;
}

#slider.small-size .slide_content{
  opacity: 0.6;
}
#slider.small-size .slide_content:hover{
  opacity: 1;
}


.post-thumb img.thumbnail{
  width: 210px;
  height: auto;
  max-height: 300px;
}




/* Colorful category titles */
.category_header_u-s-military
, .category_header_u-s-military a
, .category_header_u-s-military a:hover
, h1.category_title_u-s-military

, .category_header_news
, .category_header_news a
, .category_header_news a:hover
, h1.category_title_news
{
  border-bottom-color: #d71921;
  
  background-color:#D71920;
  color:#EDFDFF;
}

.category_header_featured-stories
, .category_header_featured-stories a
, .category_header_featured-stories a:hover
, h1.category_title_featured-stories
{
  border-bottom-color: #568f3e;
  
  background-color:#568F3E;
  color:#F4FBFC;
}

.category_header_lifestyle
, .category_header_lifestyle a
, .category_header_lifestyle a:hover
, h1.category_title_lifestyle
{
  border-bottom-color: #e4a846;
    
  background-color:#E4A846;
  color:#000000;
}

.category_header_announcements-news
, .category_header_announcements-news a
, .category_header_announcements-news a:hover
, h1.category_title_announcements-news
{
  border-bottom-color: #808080;
  
  background-color:#959595;
  color:#000000;
}
/* Colorful category titles */

.home h4.recent-posts-category a{
  margin-left:10px;
  display:block;
  font-family:sans-serif;
}
h1.archive_title {
  width:100%;
  padding: 5px;
  font-family:sans-serif;
}
.adv.first {
    background-color: #bbb;
}

/* Split type of LOGOs */
/* Fedmich 1:28 PM 11/23/2014 */
#logo a img{
  width:50%;
  float:left;
}
@media screen and (max-width: 700px) {  
  #logo a img{
    width:100%;
  }
}
/* Fedmich 1:28 PM 11/23/2014 */
/* Split type of LOGOs */

@media screen and (max-width: 414px) {
    #sidebar img{
        width:100%;
        max-width: 100%;
        height:auto!important;
    }
}</pre></body></html>