/*
Theme Name: CreativePress
Theme URI: http://nextwp.com/themes/creativepress
Author: NextWP
Author URI: http://nextwp.com/
Description: Clean Magazine Theme with dynamic color. Create amazing magazine or blog site using widgets and various options. Get Free Support at http://nextwp.com
Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: creativepress
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-menu, custom-colors, threaded-comments, translation-ready, featured-images, theme-options

CreativePress is based on Hybrid Base https://github.com/justintadlock/hybrid-base, (C) 2012-2015.
Hybrid Base is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #3d3d3d;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

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

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

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none;
    color: #3d3d3d;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #a8c54c;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #a8c54c;
    color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #99C54C;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #99C54C;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:after,
.container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:after {
    clear: both;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h3.entry-title,
h1.entry-title,
h2.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    line-height: 30px;
}

h3.entry-title a,
h1.entry-title a,
h2.entry-title a,
.read-more {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}


/*.updated {
    display: none;
}*/

.single .byline,
.group-blog .byline,
.byline,
.posted-on,
.blog-author,
.blog-cat,
.comments-link,
.edit-link .post-edit-link {
    color: #7f7f7f;
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-right: 15px;
}

.entry-meta a {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 600;
}

.entry-meta a i {
    margin-right: 5px;
}

h3.entry-meta a:hover {
    color: #A8C54C;
}

.cat-links {
    margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry h1.entry-title {
    margin-bottom: 15px;
    line-height: 1.5;
}

article.hentry .entry-footer > span {
    margin-right: 15px;
    font-size: 13px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #99C54C
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-exrecpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: right;
}

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

.full-width {
    float: none;
    width: 100%;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}


/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-top: 2px solid #99C54C;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-author {
    float: left;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #99C54C;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01AEFD;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #99C54C;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    color: #141414;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #99C54C;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #99C54C;
}

.logged-in-as a {
    color: #99C54C;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

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

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.column-wrapper {
    margin-left: -3%;
}

.column-1 {
    float: left;
    width: 97%;
    margin-left: 3%;
}

.column-2 {
    float: left;
    width: 47%;
    margin-left: 3%;
}

.column-3 {
    float: left;
    width: 30%;
    margin-left: 3%;
}

.column-4 {
    float: left;
    width: 22%;
    margin-left: 3%;
}

.column-5 {
    float: left;
    margin-left: 3%;
    width: 72%;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

.boxed-layout #page {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px #c7c7c7;
    -moz-box-shadow: 0 0 10px #c7c7c7;
    box-shadow: 0 0 10px #c7c7c7;
    background-color: #ffffff;
}

body.fullwidth-layout #page {
    background: #fff none repeat scroll 0 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.large-post-block .entry-title a,
.container.blog .entry-title a,
.widget-title a,
.main-content-section .widget-title a,
.list-post-block .entry-title a,
.single .loop-title a,
.container.blog .widget-title a .entry-meta span i,
.posted-on time,
.entry-meta span,
.slider-caption .slider-title a {
    color: #333333;
}

.large-post-block .entry-title a:hover,
.container.blog .entry-title a:hover,
.widget-title a:hover,
.main-content-section .widget-title a:hover,
.list-post-block .entry-title a:hover,
.single .loop-title a:hover,
.container.blog .widget-title a:hover,
.posted-on:hover time,
.entry-meta span:hover,
.slider-caption .slider-title a:hover,
.entry-meta span:hover i:before,
.entry-meta span:hover a,
.widget-recent-post .entry-title a:hover,
.widget-stories-post .entry-title a:hover,
#secondary .widget-featured-posts .entry-title a:hover,
h1.entry-title:hover,
.read-more:hover {
    color: #99c54c;
}


/*--------------------------------------------------------------
top header CSS
--------------------------------------------------------------*/

.top-header {
    background: #fafafa none repeat scroll 0 0;
}

.top-left-menu {
    float: left;
}

.top-left-menu ul,
.top-social-icon ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-left-menu li {
    float: left;
    padding-right: 15px;
}

.top-social-icon {
    float: right;
}

.top-social-icon li {
    float: left;
    padding: 0 10px;
}

.top-social-icon li::before {
    cursor: pointer;
    display: block;
    position: relative;
    top: 8px;
}

.top-header {
    padding: 5px 0;
}

.top-left-menu a {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
}

.top-left-menu a:hover,
.top-social-icon a:hover,
.top-social-icon li:hover:before {
    color: #99C54C;
}

.top-social-icon a {
    color: #333;
    font: 0/0px a;
}

.site-branding {
    float: left;
    padding: 15px 0;
}

.site-title {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}

.site-description {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.site-header .widget {
    margin: 0;
    padding-bottom: 0;
}

.google-ad {
    float: right;
}

.site-branding {
    float: left;
}

.middle-header {
    padding: 30px 0;
}

.bottom-header {
    background: #404040 none repeat scroll 0 0;
}

#site-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#site-navigation ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    float: left;
    font-family: inherit;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}

#site-navigation ul li a {
    color: #ffffff;
    display: block;
    padding: 0 25px 0 44px;
}

#site-navigation ul li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-navigation ul li.menu-item-has-children > a {
    padding-right: 25px;
}

#site-navigation ul li:hover {
    background: #a8c54c none repeat scroll 0 0;
}

#site-navigation ul.sub-menu {
    min-width: 200px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    background: #404040;
}

#site-navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul.sub-menu li {
    display: block;
    float: none;
    line-height: 40px;
}

#site-navigation ul.sub-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 10px;
}

#site-navigation ul.sub-menu li > a:after {
    display: none;
}

#site-navigation ul.sub-menu ul.sub-menu {
    top: 0;
    left: 110%;
}

#site-navigation ul ul li:hover > ul.sub-menu {
    left: 100%;
    top: 0;
}

.bottom-header .search-wrapper {
    float: right;
    line-height: 50px;
}

.bottom-header .search-icon {
    color: #fff;
    cursor: pointer;
}

.bottom-header .search-icon:hover {
    color: #a8c54c;
}

.bottom-header .search-wrapper .header-search-box {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.bottom-header .search-wrapper .header-search-box .close {
    color: #fff;
    cursor: pointer;
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    right: 60px;
    top: 50px;
}

.bottom-header .header-search-box .searchform {
    left: 50%;
    margin-left: -600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1200px;
}

.bottom-header .header-search-box .search-field {
    border-radius: 10px;
    color: #333;
    font-size: 28px;
    font-weight: 300;
    height: 60px;
    padding: 0 30px;
}

.bottom-header .search-wrapper .header-search-box.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.bottom-header .header-search-box .search-icon {
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

#header {
    margin-bottom: 50px;
}

.home #header {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
slider CSS
--------------------------------------------------------------*/

.home-slider-wrapper .bxslider {
    margin: 0;
    padding: 0;
}

.home-slider-wrapper {
    padding: 30px 0;
}

.slider-block {
    float: left;
    max-width: 690px;
    position: relative;
    overflow: hidden;
}

.slider-caption .slider-title a {
    color: #333;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-caption .category {
    background: #a8c54c none repeat scroll 0 0;
    left: 0;
    padding: 6px 20px;
    position: absolute;
    top: 0;
}

.slider-caption .slider-title {
    margin: 20px 0 5px;
}

.slider-caption .category a,
.category a {
    color: #ffffff;
    text-transform: capitalize;
}

.home-slider-wrapper .bx-prev,
.home-slider-wrapper .bx-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    color: #fff;
    height: 50px;
    left: -25px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    text-indent: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-slider-wrapper .bx-next {
    right: -25px;
    left: auto;
    text-indent: -10px;
}

.home-slider-wrapper .bx-prev:hover,
.home-slider-wrapper .bx-next:hover {
    background: #A8C54C;
}


/*--------------------------------------------------------------
slider-feature-widget CSS
--------------------------------------------------------------*/

.slider-feature-widget {
    float: right;
    width: 41%;
}

.main-content-section .widget-title,
.single .widget-title,
.single .loop-title,
.container.blog .widget-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #333;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.slider-feature-widget .large-post-block {
    width: 40%;
    float: left;
}

.slider-feature-widget .large-post-block .single-article,
.widget-recent-post .single-article,
.widget-stories-post .single-article,
.widget-featured-posts .single-article,
.single .single-article,
.container.blog .single-article {
    margin-bottom: 25px;
    position: relative;
}

#secondary .widget.widget-recent-post .single-article:first-child {
    margin: 25px 0 0;
    position: relative;
}

#secondary .widget.widget-recent-post .single-article:first-child {
    margin: 0;
}

#secondary .widget.widget-recent-post {
    margin: 0;
    padding: 0;
}

.widget-recent-post .single-article {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.large-post-block .entry-title a,
.list-post-block .entry-title a,
.container.blog .entry-title a {
    font-size: 18px;
}

.large-post-block .entry-title,
.list-post-block .entry-title {
    line-height: 24px;
    margin: 10px 0;
}

.slider-feature-widget .large-post-block .category,
.widget-recent-post .category,
.widget-stories-post .category,
.widget-featured-posts .category,
.figure-wrap .category,
.single .category,
.container.blog .category {
    background: #a8c54c none repeat scroll 0 0;
    color: #fff;
    left: 0;
    padding: 1px 15px;
    position: absolute;
    top: 0;
}

.slider-feature-widget .list-post-block {
    float: right;
    width: 56%;
}

.list-post-block .category {
    color: #a8c54c;
    font-weight: 600;
    text-transform: capitalize;
    background: none;
    display: block;
    position: relative;
    padding: 0;
}

.list-post-block .entry-title a {
    font-size: 14px;
    display: inline-block;
}

.list-post-block .entry-title {
    line-height: 18px;
    margin: 4px 0;
    text-transform: capitalize;
}

.slider-feature-widget .list-post-block .single-article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.list-post-block .entry-meta a {
    font-size: 12px;
}

#primary {
    float: left;
    width: 72.5%;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 7px 0 0;
}

#secondary {
    float: right;
    width: 25%;
}

.entry-title {
    margin-bottom: 5px;
}

.widget-recent-post .figure-wrap {
    float: left;
    width: 37%;
}

.widget-recent-post .article-content {
    float: right;
    width: 60%;
    padding: 20px 20px 0 0;
}

.widget-recent-post .entry-title a,
.widget-stories-post .entry-title a,
#secondary .widget-featured-posts .entry-title a {
    font-size: 20px;
}

#secondary .entry-content p {
    margin: 0
}

#secondary .widget-featured-posts .entry-title a,
h1.entry-title,
#secondary .widget-recent-post .entry-title a {
    margin: 10px 0;
    display: inline-block;
}

.single-article.column-2 {
    margin-bottom: 3%;
}

.widget-featured-posts .following-post .entry-title a {
    font-size: 18px;
}

.widget-featured-posts .following-post .entry-meta a {
    color: #bcbcbc;
    font-size: 12px;
    font-weight: 600;
}

.widget-ads .large-advertisment {
    text-align: right;
}

#primary .widget-ads .large-advertisment {
    text-align: center;
}

.widget-ads .large-advertisment a img {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.widget-image-posts .bx-controls {
    display: none;
}

.widget-image-posts .blog-img-slider {
    margin: 0;
    padding: 0;
}

#secondary .widget-recent-post .article-content {
    padding: 8px 10px 0 0;
}

#secondary .widget-recent-post .entry-title {
    line-height: 26px;
}

#secondary .widget-recent-post .entry-title a {
    font-size: 20px;
}

#secondary .widget-recent-post .entry-meta a {
    font-size: 9px;
    font-weight: 400;
    font-style: italic;
}

#secondary .figure-wrap img {
    width: 100%;
}

#primary .widget-featured-posts .article-content,
#primary .widget-stories-post .article-content {
    margin-top: 20px;
}

#creativepress-widget-4 figure {
    float: left;
    width: 25%;
}

.widget-300x250-advertisment {
    margin-bottom: 20px;
}

.single .column-1,
.single .column-wrapper {
    float: none;
    margin-left: 0;
    width: 100%;
}


/*--------------------------------------------------------------
    error page  CSS
--------------------------------------------------------------*/

.not-found {
    text-align: center;
}

.not-found .num-404 {
    border-right: 1px solid #dfdfdf;
    color: #99c54c;
    display: block;
    font-size: 120px;
    font-weight: 700;
    margin: 0 50px 0 auto;
    padding: 0 80px 0 0;
    text-align: center;
}

.error-wrap,
.page-header {
    display: inline-block;
    vertical-align: top;
}

.not-found .entry-title {
    color: #333333;
    font-size: 24px;
    padding: 10px 0 0;
    line-height: 84px;
}

.Oops {
    display: block;
    font-size: 100px;
    color: #333333;
    margin-bottom: 20px;
}

.not-found .search-wrapper {
    margin: 0 auto;
    width: 70%;
    padding: 30px 0;
}

.not-found .searchform .search-field {
    display: inline-block;
    height: 40px;
    padding: 5px 20px;
    width: 90%;
}

.not-found .searchform .searchsubmit {
    height: 40px;
    margin-left: -4px;
    width: 10%;
}

.taxonomy-category h2.entry-title a,
.taxonomy-category h1.entry-title a {
    margin: 20px 0 10px;
    display: inline-block;
}


/*--------------------------------------------------------------
    search CSS
--------------------------------------------------------------*/

.search article::after,
.article article::after {
    clear: both;
    content: "";
    display: table;
}

.search #primary article,
.archive #primary article {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.archive-header {
    margin-bottom: 40px;
}

.archive #primary .entry-title {
  margin: 20px 0 10px;
}
/*--------------------------------------------------------------
    Footer CSS
--------------------------------------------------------------*/

#top-footer {
    background: #404040 none repeat scroll 0 0;
    padding: 70px 0 20px;
}

#top-footer .footer-widget {
    margin-bottom: 0;
}

#top-footer .widget-title {
    border-bottom: 1px solid #7d7d7d;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#top-footer .textwidget {
    color: #afafaf;
}

#top-footer .tagcloud a {
    border: 1px solid #cfcfcf;
    color: #cfcfcf;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.footer-widgets ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#top-footer .footer-widgets li {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 0 0 10px;
    position: relative;
}

#top-footer .footer-widgets li a {
    color: #d8d8d8;
    text-transform: capitalize;
    font-weight: 700;
}

#top-footer .footer-widgets li:hover a,
#top-footer .footer-widgets li:hover:before,
.taxonomy-category h2.entry-title a:hover,
.taxonomy-category h1.entry-title a:hover {
    color: #99c54c;
}

#site-footer #bottom-footer {
    background: #303030 none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
}

.social-icons a {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 10px;
    text-align: center;
    width: 30px;
}

.social-icons a:first-child {
    margin: 0 0 0 10px;
}

.social-icons a:hover {
    border-color: #7db34b;
    color: #7db34b;
}

#bottom-footer .copyright {
    color: #888888;
    display: inline-block;
    float: none;
    font-size: 12px;
}

#bottom-footer .copyright a {
    color: #AFAFAF;
}

#bottom-footer .footer-menu {
    float: right;
}

#bottom-footer ul {
    margin: 0;
    list-style: none;
}

#bottom-footer li {
    border-left: 1px solid;
    float: left;
    line-height: 14px;
    margin-left: 15px;
    margin-top: 6px;
    padding-left: 15px;
    font-size: 12px;
}

#bottom-footer li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

#bottom-footer li a {
    color: #888888;
}

#bottom-footer li a:hover,
#bottom-footer .copyright a:hover {
    color: #99c54c;
}

li.fa-home::before,
li.fa-home::before,
li.fa-file::before,
li.fa-user::before,
li.fa-users::before,
li.fa-road::before,
li.fa-align-justify:before,
li.fa-square::before {
    color: #fff;
    display: block;
    font-family: fontawesome;
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 0;
}

.widget-featured-posts .single-article {
    margin-bottom: 20px;
}

.widget-featured-posts .following-post .entry-title {
    line-height: 20px;
    margin-bottom: 0;
}

.widget-featured-posts .following-post .entry-meta a {
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 600;
}

.widget-featured-posts .following-post .entry-title a:hover,
.widget-featured-posts .following-post .entry-meta a:hover {
    color: #99c54c;
}

#top-footer .tagcloud a:hover {
    border-color: #99c54c;
    color: #99c54c;
}

#secondary .widget-recent-post .figure-wrap,
#secondary .widget-recent-post .article-content {
    float: none;
    width: 100%;
    display: block;
}

#secondary .widget-recent-post .single-article {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.menu-toggle,
.single-article .entry-footer,
.sub-toggle {
    display: none;
}


/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 10px;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #A8C54C;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #afb4bd;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #A8C54C;
    border-color: #A8C54C;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget .widget-title {
    border-bottom: 1px solid #f6f7f8;
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.menu-sidebar .widget .widget-title {
    border: none;
}

.widget-profile-image {
    margin: 0;
    padding: 0;
}

.widget-profile-image .image-text-wrapper {
    width: 100%;
    height: 280px;
    position: relative;
}

.widget-profile-img {
    background: url('images/eagle.jpg') no-repeat scroll center top;
    width: 100%;
    height: 280px;
}

.widget-profile-title {
    bottom: 50px;
    color: #fff;
    font-size: 22px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.widget-profile-image-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget_search::after {
    clear: both;
    content: "";
    display: table;
}

.widget .widget-title::after {
    background: #A8C54C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.menu-sidebar .widget .widget-title::after {
    display: none;
}

.single .column-1,
.single .column-wrapper {
    float: none;
    margin-left: 0;
    width: 100%;
}

.entry-meta span a span,
.entry-meta span a,
.entry-meta span,
.entry-meta span time {
    color: #afafaf;
    font-size: 12px;
    font-weight: 600;
}

.entry-meta span i {
    margin-right: 10px;
    color: #7f7f7f;
}

@media (max-width: 1200px) {
    .container {
        width: 96%;
        padding: 0 2%;
    }
    .header-search-box .searchform {
        left: 50%;
        margin-left: -45%;
        position: absolute;
        width: 90%;
    }
    .header-right {
        float: right;
        width: 70%;
    }
    .slider-block {
        max-width: 65%;
    }
    .slider-feature-widget {
        width: 33%;
    }
    .single .byline,
    .group-blog .byline,
    .byline,
    .posted-on,
    .blog-author,
    .blog-cat,
    .comments-link,
    .edit-link .post-edit-link {
        font-size: 10px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .large-post-block .entry-title a,
    .list-post-block .entry-title a {
        color: #333;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .middle-header {
        padding: 30px 0 0;
    }
    .site-branding {
        display: block;
        float: none;
        width: 280px;
        margin: 0 auto;
        text-align: center;
    }
    .header-right {
        float: none;
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .header-search-box .search-field {
        font-size: 18px;
        height: 40px;
    }
    .header-search-box .search-icon {
        font-size: 15px;
        height: 40px;
        width: 40px;
        top: 6px;
    }
    .search-wrapper .header-search-box .close {
        font-size: 40px;
        right: 10%;
    }
    #menu-primary .menu-primary-menu-container {
        display: none;
    }
    #menu-primary .menu-toggle {
        color: transparent;
        cursor: pointer;
        display: block;
        font: 0px/0 a;
        position: relative;
        right: 21px;
        top: 0;
        width: 50px;
        z-index: 9;
    }
    #menu-primary .menu-toggle:before {
        color: #ffffff;
        content: "\f0c9";
        display: block;
        font-family: FontAwesome;
        font-size: 23px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-align: center;
        line-height: 50px;
    }
    #menu-primary .menu-toggle:hover:before {
        color: #A8C54C;
    }
    #site-navigation ul li.menu-item-has-children > a::after {
        display: none;
    }
    #menu-primary ul li {
        float: none;
        margin-right: 0;
        display: block;
    }
    #menu-primary ul.sub-menu::before {
        display: none;
    }
    #menu-primary ul.sub-menu {
        background: #404040 none repeat scroll 0 0;
        display: none;
        border-radius: 0;
        min-width: 100%;
        opacity: 1;
        position: static;
        left: 0;
        top: 0;
        -webkit-transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        visibility: visible;
    }
    #menu-primary ul > li a {
        line-height: 42px;
        padding: 0 15px;
    }
    #menu-primary ul.sub-menu li a,
    #menu-primary ul.sub-menu li >ul.sub-menu li a {
        color: #ffffff;
        display: block;
        font-weight: 600;
        line-height: 42px;
        padding: 0 0 0 20px;
        text-align: left;
    }
    #menu-primary ul li:hover,
    #menu-primary ul li.current-menu-item,
    #menu-primary ul li.current-menu-ancestor,
    #menu-primary ul.sub-menu li.current-menu-item,
    #menu-primary ul.sub-menu li.current-menu-ancestor,
    #menu-primary ul.sub-menu > li:hover {
        background: none;
    }
    #menu-primary ul li:hover> a,
    #menu-primary ul li.current-menu-item> a,
    #menu-primary ul li.current-menu-ancestor> a,
    #menu-primary ul.sub-menu li:hover> a,
    #menu-primary ul.sub-menu li >ul.sub-menu li:hover> a {
        color: #A8C54C;
        display: block;
        -webkit-transition: background 0.5s ease 0s;
        -moz-transition: background 0.5s ease 0s;
        -ms-transition: background 0.5s ease 0s;
        -o-transition: background 0.5s ease 0s;
        transition: background 0.5s ease 0s;
    }
    #menu-primary ul.sub-menu > li:hover:first-child a,
    #menu-primary ul.sub-menu > li:hover:last-child a {
        border-radius: 0;
    }
    .sub-toggle {
        background: #c9e457 none repeat scroll 0 0;
        border: 1px solid #c9e457;
        color: #ffffff;
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 24px;
        line-height: 19px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
        color: #fff;
    }
    .slider-block {
        float: none;
        max-width: 100%;
    }
    .slider-feature-widget {
        float: none;
        width: 100%;
    }
    .slider-feature-widget {
        margin-top: 40px;
    }
    #primary,
    #secondary {
        float: none;
        width: 100%;
    }
    .column-5 {
        width: 60%;
    }
    .column-4 {
        width: 30%;
    }
    .top-footer-wrapper .column-4 {
        width: 100%;
        float: none;
    }
    .top-left-menu li {
        display: inline-block;
        float: none;
        padding-right: 15px;
    }
    .top-left-menu,
    .top-social-icon {
        float: none;
        text-align: center;
    }
    .top-social-icon li {
        display: inline-block;
        float: none;
    }
    .middle-header {
        padding: 20px 0 40px;
    }
    .site-branding {
        margin-bottom: 20px;
    }
    .header-right {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .menu-toggle {
        float: left;
    }
    #site-navigation {
        left: 0;
        position: absolute;
        top: 100%;
        background: #404040;
        width: 100%;
        z-index: 99;
    }
    .bottom-header {
        position: relative;
    }
    li.fa-home::before,
    li.fa-home::before,
    li.fa-file::before,
    li.fa-user::before,
    li.fa-users::before,
    li.fa-road::before,
    li.fa-align-justify::before,
    li.fa-square::before {
        display: none;
    }
    #site-navigation ul li {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .not-found .num-404 {
        border-right: medium none;
        line-height: 40px;
        margin: 50px 0 0;
        padding: 0;
        font-size: 84px;
    }
    .not-found .entry-title {
        line-height: 34px;
        padding: 10px 0 0;
    }
    .Oops {
        margin: 20px 0 70px;
    }
}

@media (max-width: 600px) {
    .slider-feature-widget .large-post-block {
        width: 100%;
        float: none;
    }
    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5 {
        width: 100%;
        margin: 0 auto 20px;
    }
    .slider-feature-widget .list-post-block {
        float: none;
        width: 100%;
    }
    .header-search-box .search-icon {
        height: 40px;
        top: 6px;
        width: 40px;
    }
    .column-wrapper {
        margin-left: 0;
    }
    .widget-recent-post .figure-wrap {
        float: none;
        width: 100%;
    }
    .widget-recent-post .article-content {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {}
