/*
Theme Name: Online News
Theme URI: http://rigorousthemes.com/downloads/online-news
Author: Rigorous Themes
Author URI: http://rigorousthemes.com/
Description: Online News is clean, well structured, sparkling, user-friendly, flexible, dynamic and attention-grabbing WordPress Magazine Theme with a sleek feel that's perfect for news sites, editorial websites and online magazines. It comes up with the colorful look, built with the latest design trends and highly adjustable theme customizer that lets you customize the appearance of the theme: menu, logo, background and so on.Besides, the theme is packed with myriad features and custom widgets that are really efficient and super user-friendly in order to focus on your job with no coding skills, are some of its strong features and make your news or magazines catch everyone’s eyes and stand out to be the best among others. Online News is fully responsive and looks good on all devices either mobile or desktop. Endless amounts of custom sliders, as well as carousels, can easily be deployed in an instant, showcasing your featured reviews or articles or keeping your pages dynamic with attractive image galleries. The theme offers several layout options for the news section.By Default, Online News includes the social media icons you might expect such as Twitter, Facebook, Google+, Instagram and LinkedIn. This helps to keep your customers or client apprised of your recent happening and reach out to your potential customers.
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 5.5
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-news
Tags: grid-layout, one-column, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, theme-options, threaded-comments, translation-ready,blog,education,news

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions

13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles


--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 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,
span,
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 ospanly 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/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote,
blockquote p {
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
}

blockquote {
    background: #f5f5f5;
    border-left: 4px solid;
    margin: 20px 0px 20px 25px;
    padding: 15px;
    position: relative;
}

blockquote,
q {
    quotes: "" "";
}

a {
    color: #1e435a;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4c4c4c;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin: 0;
}

p,
li {
    color: #4c4c4c;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
    margin-bottom: 15px;
}

mark,
ins {
    background: #fff9c0;
    margin-bottom: 15px;
    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%;
}

caption,
th,
td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item {
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.comments-area ol li {
    list-style: none;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    /*    margin: 10px 0 5px 30px;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Aspanresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #238ac5;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*opacity: 0.7;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    bottom: -16px;
    color: #ff0000;
    display: block;
    font-size: 14px;
    position: absolute;
}

input[type="text"],
input[type="password"],
textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
select {
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    /*margin: 0 0 20px;*/
    padding: 10px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: #238ac5;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7 label {
    margin: 0px 0px 10px 0px;
}

::-webkit-input-placeholder {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #238ac5;
}


/*a:hover{
opacity: 0.7;
}*/


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

.main-navigation {
    /*    width: 60%;*/
}

.main-navigation:before,
.main-navigation:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation ul {
    margin: 0;
    /*    float: right*/
}

.main-navigation ul > li {
    /*border-left: 1px solid #e7e7e7;*/
}

.main-navigation ul > li:last-child {
    /*border-right: 1px solid #e7e7e7;*/
    padding-right: 0;
}

.main-navigation ul > li:hover {
    /*background: #1e435a;*/
}

.main-navigation ul ul {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin: 0;
    min-width: 245px;
    padding: 0px;
    position: absolute;
    top: 30px;
    z-index: 9999;
}

.sticky .main-navigation ul ul {
    top: 59px;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0px;
}

.main-navigation li {
    -moz-box-sizing: border-box;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 0;
    padding: 0 11px;
    position: relative;
    transition-duration: 0.2s;
}

.main-navigation li li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
}

.main-navigation li li li {}

.main-navigation li li li li {}

.main-navigation li:hover ul {
    display: block;
}

.main-navigation li:hover li ul {
    display: none;
}

.main-navigation li li:hover ul {
    display: block;
}

.main-navigation li li:hover li ul {
    display: none;
}

.main-navigation li li li:hover ul {
    display: block;
}

.main-navigation li li li:hover li ul {
    display: none;
}

.main-navigation li li li li:hover > ul {
    display: block;
}

.main-navigation ul li a {
    -moz-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #4e4e4f;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    z-index: 2;
    letter-spacing: 1px;
}

.main-navigation ul li a:hover,
.main-navigation ul > li:hover > a {
    color: #238ac5;
}

.main-navigation ul ul > li > a,
#masthead.site-header.sticky .main-navigation ul ul > li > a {
    padding: 10px 25px;
    font-weight: normal
}

.main-navigation ul li ul li a:hover {
    box-shadow: none;
}

.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation .menu > li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul > li:hover:after,
.main-navigation li.current_page_item:after {
    width: 100%;
}

.main-navigation .menu > li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul > li:after,
.main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}

.main-navigation ul li li:after {
    display: none;
}

.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
    width: 100%;
}

.main-navigation ul li.menu-item-has-children > ul >li.menu-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: relative;
    font-family: FontAwesome;
}


/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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: 1.4rem;
    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 */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignnone{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.global-layout-no-sidebar .alignfull {
    width: 100vw;
    margin-left: calc( 50% - 50vw );
    max-width: none;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear: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 {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content img {
    margin-bottom: 0;
}

.entry-content {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
    /*margin: 0 0 15px;*/
}

.page-content img,
.entry-summary img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    /*display: none;*/
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.byblog-postauthor {
    display: block;
}


/*--------------------------------------------------------------
11.0 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;
}


/*--------------------------------------------------------------
12.0 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;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/


/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

body {
    color: #1e435a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
}


/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

.img-responsive {
    max-width: 100%;
    height: auto;
    width: 100%;
}


/*header css*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pull-left {

    /*for equal height of article*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}


a {
    text-decoration: none;
    /*display: inline-block;*/
}

ul {
    clear: both;
}



.flex-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-item {
    -moz-transition: all 1s ease-in;
    -ms-flex: 0 0 33.3333%;
    -ms-transition: all 1s ease-in;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -webkit-transition: all 1s ease-in;
    flex: 0 0 33.3333%;
    margin-bottom: 50px;
    max-width: 33.3333%;
    min-height: 1px;
    padding: 15px;
    position: relative;
    transition: all 1s ease-in;
}

.module .bottom-space {
    margin-bottom: 0;
}


/*-------------------------
        Top section css
        --------------------------*/

        .top-bar {
            font-size: 12px;
            float: left;
            padding: 5px 0;
            width: 100%;
        }

        .top-bar p {
            font-size: 12px;
            color: #2e2f30;
            margin-bottom: 0;
        }

        .site-branding {
            letter-spacing: 0px;
        }

        .breaking-module {
            display: inherit;
        }

        .breaking-module p strong {
            color: #0c8edc;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            margin-right: 10px;
        }

        .breaking-news {
            display: inline-flex;
        }

        .breaking-news strong {
            background-color: #fff;
            padding: 10px;
        }

        .newsticker {
            padding: 10px;
        }

        .breaking-news li {
            padding-left: 10px;
            display: none;
        }

        .breaking-news li:first-child {
            display: block;
        }

        .breaking-news ul {
            position: static !important;
        }

        .weather-city {
            text-align: right;
        }

        ul.social-icon,
        .news-widget ul,
        .widget ul{
            list-style: none;   
        }

        .social-icon {
            padding-bottom: 5px;
        }

        .social-icon li {
            display: inline-block;  
            width: 28px;
            border-radius: 50%;
            height: 28px;
            border: solid #dce1e4 1px;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        .social-icon li:hover {
            background-color: #fff;
            border: solid #dce1e4 1px;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        .social-icon a i {
            padding: 5px;
        }

        #top-nav .menu {
            background-color: transparent;
            border: none;
            padding-bottom: 5px;
        }

        #top-nav .menu li {
            display: inline;
            padding: 0;
            font-size: 13px;
            padding: 0 8px;
            color: #f96962;
        }

        #top-nav .menu li a {
            color: #4e4e4f;
        }

        #top-nav .menu li a:hover {
            color: #0c8edc;
        }

        .weather-city .search-form input {
            margin-bottom: 0;
        }

        .city-temp i {
            font-size: 22px;
            color: #0c8edc;
        }


/*-------------------------------------------
            search css
            ---------------------------------------------*/

            .search {
                position: relative;
            }

            #searchbar {
                display: none;
                float: left;
                width: 100%;
                height: 82px;
                border-top: 1px solid #d8d8d8;
                z-index: 2;
                background: #fff;
                -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
                box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
            }

            #searchbar input[type="search"] {
                display: block;
                width: 100%;
                outline: none;
                padding: 0;
                height: 80px;
                margin-bottom: 0;
                border: 0;
                font-size: 26px;
                font-weight: 300;
            }


/*---------------------------
        header css
        ----------------------------*/

        .site-header,
        .blog .site-header{
            margin-bottom: 30px;
            position: relative;
        }

        .header-main {
            margin-bottom: 0px;
        }

        .menu {
            background: #fff;
            border-top: 1px solid #dee3e7;
            border-bottom: 1px solid #dee3e7;
            width: 100%;
            float: left;
            position: relative;
        }

        .menu a:hover {
            color: #0c8edc;
        }

        .menu li:first-child,
        .menu li a:first-child {
            padding-left: 0;
        }

        .menu ul.sub-menu li {
            padding: 0 25px;
        }



        .menu li.current-menu-item a {
            color: #0c8edc;
        }

        .mega-menu {
            width: 100%;
            float: left;
            padding-top: 70px;
        }

        .mega-menu ul {
            padding-bottom: 15px;
            clear: both;
        }

        .mega-menu a {
            color: #bfbfbf;
        }

        .mega-menu .category h5 {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            text-align: left;
            margin-bottom: 0;
            padding: 0;
            background-color: transparent;
        }

        .mega-menu .category {
            float: left;
            width: 100%;
            padding-bottom: 5px;
            border-bottom: solid #4c4c4c 1px;
            margin-bottom: 15px;
        }

        .mega-menu ul li {
            display: block;
            padding: 0;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .mega-menu li.active a {
            color: #4c4c4c;
        }

        .overlay {
            position: fixed;
            background: rgba(0, 0, 0, 0.9);
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity .35s, visibility .35s, height .35s;
            overflow: hidden;
            z-index: 2;
        }

        .overlay.open {
            opacity: 1;
            visibility: visible;
            height: 85%;
        }

        .close-btn {
            position: absolute;
            top: 0;
            right: 0;
            padding: 20px;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
        }

        .mega-menu .advertising-space,
        .widget .advertising-space {
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
            transition: all 200ms ease-out;
            float: left;
        }

        .mega-menu .advertising-space:hover,
        .widget .advertising-space:hover {
            box-shadow: 0 0 20px rgba(35, 173, 255, 1);
        }

        .search-icon a {
            border-left: 1px solid #e5e5e5;
            font-size: 18px;
            float: right;
            color: #0c8edc;
            line-height: 78px;
            padding-left: 30px;
        }

        .search-icon a .fa-times {
            font-size: 21px;
        }

        .widget_text {
            float: left;
        }

        .advertising-space .widget_text {
            margin-top: 0;
            float: none;
            text-align: center;
        }

        .advertising-space .widget_text img {
            display: initial;
        }

/*---------------------------
        banner css
        ------------------------------*/

        .banner .owl-carousel .item{
            position: relative;
            height: 80vh;
            overflow: hidden;
        }

        #owl-demo .item img {
            display: block;
            width: 100%;
            height: auto;
        }
        .owl-carousel .owl-item{
            min-height: auto;
        }

        .banner-content {
            color: #fff;
            position: absolute;
            width: 100%;
            display: block;
            bottom: 0;
            z-index: 2;
            margin-bottom: 80px;
        }

        .category {
            letter-spacing: 1px;
            margin-bottom: 40px;
        }

        .category h5 a {
            background: #0c8edc;
            border: solid #0c8edc 1px;
            padding: 5px 20px;
            font-size: 12px;
            text-align: center;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 40px;
            color: #fff;
        }

        .banner-content h3 {
            font-size: 30px;
            font-weight: 500;
            line-height: 35px;
            clear: both;
        }

        .banner-content h3 a {
            color: #fff;
        }

        .banner-module p {
            font-size: 14px;
            letter-spacing: 1px;
            padding: 15px 0px;
            line-height: 20px;
            color: #fff;
        }

        .post-meta a {
            font-size: 12px;
            font-weight: 500;
            margin-right: 10px;
        }

        .post-meta .bypostauthor {
            color: #f96962;
        }

        .post-meta .bypostauthor:hover {
            color: #1e435a;
        }

        .post-meta .post-meta-date {
            color: #fff;
        }

        .post-meta .post-meta-date:hover,
        .post .post-meta .post-meta-date:hover,
        .sidebar .entry-date:hover {
            color: #f96962;
        }

        .owl-theme .owl-nav + .owl-dots {
            margin-top: 0px;
            display: none;
        }

        .banner .owl-controls {
            margin-top: 0;
        }

        .owl-carousel .owl-dots,
        .owl-carousel .owl-nav {
            display: block;
            position: absolute;
            bottom: 30px;
            right: 50px;
        }

        .owl-theme .owl-controls .owl-buttons div {
            font-size: 0;
            background-color: transparent;
            position: relative;
            height: 32px;
            width: 40px;
        }

        .owl-prev,
        .owl-next {
            position: relative;
        }

        .owl-prev:before {
            content: "\f104";
        }

        .owl-next:before {
            content: "\f105";
        }

        .owl-prev:before,
        .owl-next:before {
            color: #a0a0a0;
            position: absolute;
            font-family: FontAwesome;
            font-size: 26px;
            margin: -3px -4px;
        }

        .banner .owl-theme .owl-nav [class*='owl-']{
            background-color: #fff;
        }

        .owl-theme .owl-nav [class*='owl-'] {
            font-size: 0;
            background: transparent;
            padding: 0;
            border: solid #4c4c4c 1px;
            border-radius: 4px;
            width: 35px;
            height: 35px;
            margin: 0 10px;
        }

        .banner .owl-theme .owl-nav [class*='owl-']:hover {
            background-color: #fff;
        }

        .owl-prev:hover:before,
        .owl-next:hover:before {
            color: #0c8edc;
        }


        #block-module [class*='owl-'],
        #world-module [class*='owl-'],
        #block-module-money [class*='owl-'] {
            border: none;
            margin: 0;
        }

        .news-slider .owl-nav [class*='owl-']:hover {
            background-color: transparent;
        }

        .owl-carousel .item:before,
        .owl-carousel .owl-item:before,
        .featured-section figure:before {
            content: "";
            position: absolute;
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
            /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
            /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
            /* Standard syntax (must be last) */
            top: 0;
            bottom: 0;
            width: 100%;
            z-index: 1;
        }

        .news-slider .owl-item .module-content {
            margin-bottom: 0;
        }


/*------------------------------------------
            vertical slide css
            --------------------------------------------*/

            #vertical-news {
                background-color: rgba(0, 0, 0, 0.6);
                position: absolute;
                top: 0;
                z-index: 1;
                right: 0;
                bottom: 0;
                padding: 30px;
            }

            #vertical-news h2 {
                color: #fff;
                border-bottom: solid #4c4c4c 1px;
                padding-bottom: 10px;
                margin-bottom: 20px;
            }

            #vertical-news .entry-title a,
            #vertical-news .small-info a {
                color: #fff;
                font-weight: 500;
            }

            #news {
                width: 250px;
            }


/*---------------------------------------
        Vertigo Style Settings 
        -----------------------------------------*/

        .vertigo {
            padding: 0;
            margin: 0;
            height: 500px;
            overflow: hidden;
        }

        .vertigo li {
            list-style: none;
            display: inline-block;
            position: relative;
        }

        .vertigo li img {
            float: left;
            margin-right: 10px;
        }

        .vertigo li p {
            margin: 0px;
            text-align: justify;
        }

        .btn-pre,
        .btn-next {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            margin: 20px 0;
            padding: 3px;
            background-color: #0c91e0;
            width: 30px;
            height: 30px;
            float: left;
            margin: 10px 1px;
            text-align: center;
        }

        .btn-pre:hover,
        .btn-next:hover {
            background-color: #F6FBFF;
        }


        /*---------------------------
        home-content----------------------*/

        .home-content #primary{
            padding-top: 30px;
        }
        .home-content #secondary{
            padding-top: 37px;
        }




/*-----------------------------
            module css
            -------------------------------*/

            .module {
                margin-top: 50px;
                overflow: hidden;
            }

            .module h2.entry-title,
            .news-listing h2.entry-title{
                background-color: #e4e4e4;
                padding: 5px 10px;
                border-left: solid #0c8edc 5px;
                vertical-align: sub;
                color: #1e435a;
            }

            .module h2.entry-title a {
                vertical-align: sub;   
            }

            section.module:last-child {
                margin-bottom: 20px;
            }


            .banner-content h3 a:hover,
            .owl-carousel .featured-section .featured-section-contain a:hover,
            .featured-section .featured-section-contain .entry-title a:hover,
            .category-link a:hover{
                color: #f96962;
            }
            span.cat-links{
                font-size: 0;
            }

            .entry-title,
            .widget .widget-title {
                font-weight: 600;
            }

            .module-content,
            .module-block-slide,
            .feature-block {
                margin-bottom: 25px;
            }

            .row.module-news .module-content:nth-last-child(2), 
            .row.module-news .module-content:nth-last-child(3), 
            .row.module-news .module-content:nth-last-child(1) {
                margin-bottom: 0;
            }

            .module-block-slide #block-module {
                margin-bottom: -30px;
            }

            .owl-carousel .featured-section-contain {
                width: 75%;
            }


            .module .post-meta-date,
            .sidebar .entry-date {
                color: #4c4c4c;
            }

            .module-content img,
            .module-post img {
                margin-bottom: 10px;
                width: 100%;
            }

            .module-post figure {
                position: relative;
            }

            article.module-post:focus {
                outline: none;
            }

            .module-post:last-child {
                padding-bottom: 0;
            }

            .module-post figure:before {
                content: "\f04b";
                font-family: FontAwesome;
                position: absolute;
                z-index: 1;
                font-size: 22px;
                border: solid #fff 2px;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                color: #fff;
                padding: 6px 16px;
            }

            .module-block-slide .owl-carousel .owl-nav,
            .module-block-slide .owl-nav {
                width: 25%;
                right: 0;
            }

            .world-news-block .module-block-slide,
            .news-block .module-block-slide,
            .world-news-block .pull-left .module-content,
            .news-block .pull-left .module-content,
            .featured-news .pull-left .module-content {
                margin-bottom: 30px;
            }


            .sidebar .widget_media_image,
            .section-layout article.col-4.module-content:nth-child(5n+1),
            .news-block .pull-left article.col-6.module-content:nth-child(2n+1),
            .section-featured article.col-4.module-content:nth-child(3n+1),
            .news-listing .col-6:nth-child(2n+1),
            .module-news article.col-4.module-content:nth-child(3n+0){
                clear: both;
            }

            .news-block .no-margin-botton article.module-content:nth-last-child(2),
            .news-block .no-margin-botton article.module-content:nth-last-child(1) {
                margin-bottom: 0;
            }

/*----------------------------
        new tab css
        ------------------------------*/

        ul.resp-tabs-list {
           margin-bottom: 15px;
           overflow: hidden;
           text-align: center;
       }

       .resp-tabs-list li {
        font-weight: 600;
        font-size: 15px;
        float: left;
        display: inline-block;
        padding: 13px 15px;
        list-style: none;
        cursor: pointer;
        color: #7b7c7c;
        text-transform: uppercase;
        transition: all linear 0.15s;
    }

    ul.resp-tabs-list li {
        border-bottom: solid #cdcdcd 1px;
        float: left;
        width: 50%;
    }

    ul.resp-tabs-list li:hover {
        border-bottom: solid #8d9194 1px;
        color: #8d9194;
    }

    .resp-tabs-container {
        float: left;
        overflow: scroll;
        max-height: 582px;
        overflow-x: hidden;
    }

    h2.resp-accordion {
        cursor: pointer;
        padding: 5px;
        display: none;
    }

    .resp-tab-content {
        display: none;
    }

    .resp-tab-content .module-content:last-child {
        margin-bottom: 0;
    }

    #tab-wrapper ul li.resp-tab-active {
        color: #0c8edc;
        border-bottom: solid #0c8edc 1px;
    }

    .resp-content-active,
    .resp-accordion-active {
        display: block;
    }

    .breaking-news-section {
        border: 1px solid #ccc8c8;
        float: left;
        padding: 0 15px;
    }

    .bg-color .module-content,
    .module-tab .module-content {
        border-bottom: 1px solid #ccc8c8;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }


    .module-tab .module-content:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    h2.resp-accordion {
        border: 1px solid #c1c1c1;
        border-top: 0px solid #c1c1c1;
        margin: 0px;
    }

    .resp-tabs-container,
    .bg-color .resp-tabs-container{
        width: 100%;
    }


    h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }


    /*-----------Accordion styles-----------*/

    h2.resp-tab-active {
        background: #DBDBDB;
        /* !important;*/
    }

    .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
        /* !important;*/
    }

    .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .resp-tab-content-active {
        display: block;
    }

    h2.resp-accordion:first-child {
        border-top: 1px solid #c1c1c1;
        /* !important;*/
    }

/*-------------------------------
        module block slider css
        -----------------------------------*/

        .module-block-content {
            position: absolute;
            bottom: 0;
            float: left;
            width: 100%;
        }

        .module-block-content a {
            color: #fff;
        }

        .module-block-content .post-meta-date {
            color: #fff;
        }

        .module-block-slide .owl-buttons {
            bottom: 35px;
            width: 20%;
        }

        .module-block-content .module-content {
            margin: 60px 0;
        }


/*-----------------------------
        widget css
        --------------------------------*/

        .news-widget,
        .module .bg-color {
            background-color: #fff;
            border: solid #eee 1px;
            padding: 20px;
            float: left;
        }

        .bg-color .resp-tabs-container {
            max-height: 626px;
        }

        .widget .module-title {
            border-bottom: 1px solid #000;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        .widget h2.entry-title,
        .news-widget h2.entry-title {
            background-color: transparent;
            padding: 0;
            border-left: none;
        }

        .module-title {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .module-post {
            padding: 0 0 20px;
            float: left;
        }

        .news-widget .module-post figure:before {
            border: none;
            content: "";
        }

        .news-author {
            width: 70px;
            border-radius: 50%;
        }

        .author-img .news-author {
            margin-bottom: 0;
            float: left;
            margin-right: 10px;
            width: auto;
            padding: 3px;
            max-width: 60px;
            border-radius: 0;
            border: 3px solid #cacaca;
        }

        .author-img .post-meta {
            padding-bottom: 10px;
        }

        .article-post li {
            border-bottom: 1px solid #CBCBCB;
            width: 100%;
        }

        .article-post li:last-child {
            border-bottom: none;
        }

        .article-post li:last-child .module-post,
        .article-post li:last-child .module-content {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .article-post .module-content{
            margin-bottom: 10px;
        }

        .widget .news-summary p {
            padding: 7px 0;
        }

        .widget .advertising-space {
            padding: 0;
        }

        .author-info .module-post {
            display: inline-block;
            float: none;
            padding-bottom: 10px;
        }

        .author-info {
            background-color: #e4e4e4;
        }

        .author-info li {
            margin-bottom: 0;
        }

/*------------------------------
            advertising css
            ---------------------------------*/
            .advertising figure{
                height: 230px;
            }

            .advertising-space{
                overflow: hidden;
            }

            .advertising .wp-caption-text{
                bottom: -22px;
            }



/*------------------------------
            world css
            ---------------------------------*/

            #world-module .item,
            #video-module .item {
                position: relative;
            }

            #world-module .item:before,
            #video-module .item:before {
                content: "";
                background-color: rgba(0, 0, 0, 0.6);
                width: 100%;
                top: 0;
                bottom: 0;
                position: absolute;
            }

            .small-module {
                margin: 0 0 20px;
                overflow: hidden;
            }

            .small-image {
                float: left;
                margin-right: 15px;
            }

            .small-info {
                font-size: 15px;
                font-weight: 600;
            }

            .small-module .post-meta {
                width: 100%;
                float: left;
            }


/*----------------------------------
        video css
        ----------------------------------*/

        .module-video .module-title h3 {
            margin-bottom: 0;
        }

        .module-video .owl-pagination {
            display: block;
        }

        .module-video .owl-thumb-item .module-post {
            padding-bottom: 0;
        }

        .module-video .entry-header h3 {
            text-align: left;
            font-size: 12px;
        }

        .module-video .owl-thumbs {
            background-color: #dde5e6;
            padding: 15px;
            position: relative;
        }

        .module-video .owl-video-tn {
            background-size: cover;
        }

        #slider .owl-nav {
            display: none;
        }

        #navigation .owl-nav {
            width: 100%;
            font-size: 0;
            top: 35%;
            position: absolute;
            left: 0;
            right: 0;
        }

        #navigation .owl-prev {
            float: left;
        }

        #navigation .owl-next {
            float: right;
        }

        #navigation .owl-prev,
        #navigation .owl-next {
            background-color: rgba(0, 0, 0, 0.6);
            padding: 10px;
            color: #fff;
        }

        .owl-carousel .owl-video-play-icon {
            background: url(img/play-button.png) no-repeat;
        }

        #navigation .owl-prev:before,
        #navigation .owl-next:before {
            position: static;
            margin: 0;
        }

        .projectitem .module-post {
            padding-bottom: 0;
        }


/*-------------------------------------
            single post css
            ---------------------------------------*/
            .single-article .post {
                border: none;
                padding-bottom: 10px;
            }



/*----------------------------------
        food and health css
        ------------------------------------*/

        .health {
            background-color: #f2f5f8;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
            padding: 20px;
            float: left;
        }

        .health .module-title h3 {
            border-bottom: solid #d1d3d6 1px;
            padding-bottom: 10px;
        }

        .health-content {
            overflow-x: hidden !important;
            overflow: scroll;
            max-height: 635px;
        }

        .sidebar .news-widget,
        .sidebar .health{
         float: none;
         overflow: hidden;
     }


/*-------------------------------
        feature css
        ---------------------------------*/

        .news-summary p {
            font-size: 13px;
            font-weight: 500;
            color: #465761;
            margin-bottom: 0;
        }

        .featured-section {
            position: relative;
        }

        .featured-section figure img {
            margin-bottom: 0;
        }

        .featured-section .featured-section-contain {
            position: absolute;
            bottom: 0;
            margin: 40px 15px;
            z-index: 2;
        }

        .featured-section .class-featured .featured-section-contain {
            position: static;
            margin: 40px 15px;
        }

        .featured-section .class-featured .featured-section-contain .entry-title a {
            color: #1e435a;
        }

        .featured-section .class-featured .featured-section-contain .news-summary p {
            color: #465761;
        }




        .featured-section .featured-section-contain .entry-title a,
        .featured-section .featured-section-contain .news-summary p {
            color: #fff;
        }

        .owl-carousel .featured-section .featured-section-contain a,
        .owl-carousel .featured-section-contain .news-summary p,
        .owl-carousel .featured-section-contain .post-meta .post-meta-author {
            color: #fff;
        }


        .featured-section figure {
            position: relative;
        }


/*----------------------------------------
            inner page css
            ------------------------------------------*/

            .detailed-news .entry-header h3 {
                font-size: 32px;
                font-weight: 600;
            }

            .detailed-news img {
                margin: 20px 0;
                width: 100%;
            }

            .detailed-news p {
                text-align: justify;
            }

            .detailed-news .social-share {
                padding: 10px 0;
                margin-top: 20px;
                border-top: 1px solid #dee3e7;
                border-bottom: 1px solid #dee3e7;
            }

            .detailed-news li:first-child {
                border: none;
            }

            .detailed-news li:first-child:hover {
                background-color: transparent;
                border: none;
            }

            .detailed-news .social-share .module-title {
                margin-bottom: 0;
                padding: 6px 0;
            }



/*--------------------------------------------
            Sidebar widget css
            --------------------------------------------*/
            .sidebar .widget {
                clear: both;
                margin-bottom: 15px;
                padding: 10px;
                border: solid #ccc 1px;
            }

            .sidebar .breaking-news-section, 
            .sidebar .bg-color{
                float: left;
            }


            .sidebar .widget li {
                display: block;
                padding: 8px 0;
                margin-bottom: 0;
                border-bottom: solid #ccc 1px;
            }

            .sidebar .widget li .children li {
                margin-top: 5px;
                font-size: 13px;
                font-weight: 600;
            }

            .sidebar .widget li:last-child {
                border-bottom: 0;
            }

            .sidebar .widget .widget-title {
                background-color: #0c8edc;
                padding: 6px;
                text-align: center;
                color: #fff;
                text-transform: uppercase;
                font-weight: 500;
                margin-bottom: 10px;
                clear: both;
            }

            .sidebar .widget .calendar_wrap #today {
                position: relative;
            }

            .sidebar .widget .calendar_wrap #today:before {
                content: "";
                position: absolute;
                background: #0c8edc;
                height: 7px;
                width: 7px;
                border-radius: 50%;
                bottom: 1px;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

            .sidebar .widget_rss .rsswidget img{
                float: left;
            }

            .sidebar .widget_rss .rsswidget{
                text-align: center;
            }


            .sidebar .widget .menu {
                background-color: transparent;
                float: none;
            }

            .sidebar .bg-color,
            .sidebar .news-widget,
            .sidebar .health,
            .sidebar .breaking-news-section {
                margin-bottom: 20px !important;
            }

            .sidebar .breaking-news-section,
            .sidebar .bg-color {
                border: solid #ccc 1px;
                padding: 0 15px;
            }

            .sidebar .sub-menu {
                margin-left: 0;
            }
/*------------------------------------------
            comment page css
            --------------------------------------------*/
            .comments-area .comments-title {
                background: #fff;
                border: 1px solid #dee3e7;
                padding: 10px;
                text-align: center;
            }

            .comments-area .comment-list {
                padding-top: 30px;
            }

            .comments-area .comment-list li {
                border-bottom: solid #ccc 1px;
                float: left;
            }

            .comments-area .comment,
            .comments-area .comment-content,
            .comments-area .reply {
                width: 100%;
                float: left;
                padding: 10px 0;
            }

            .comments-area .reply a {
                border: solid #0c8edc 1px;
                padding: 2px 15px;
                border-radius: 30px;
            }

            .comments-area .reply a:hover {
                background: #0c8edc;
                color: #fff;
            }

            .comments-area .comment img {
                float: left;
                width: 7%;
                border-radius: 30%;
                margin-right: 10px;
            }

            .comments-area,
            .comment-respond {
                float: left;
                width: 100%;
            }

            .comment-respond .comment-reply-title {
                font-size: 30px;
                padding: 15px 0;
            }


/*---------------------------------
            error-404 css
            -----------------------------------*/
            .error-404 {
                text-align: center;
                min-height: 290px;
                padding: 75px 0;
            }

            .error-404 .search-box-wrap{
                width: 50%;
                margin: 0 auto;
            }

/*------------------------------
        footer css
        --------------------------------*/


        /*top footer css*/

        body.home .footer-top {
            margin-top: 0;
        }

        .footer-top {
            float: left;
            width: 100%;
            margin-top: 30px;
            background-color: #4c4c4c;
        }

        .footer-top .site-info {
            padding: 20px 0;
        }

        .footer-top a {
            font-size: 12px;
        }

        .footer-top ul li{
            display: inline-block;
            margin-bottom: 0;
            padding: 5px 15px;
        }

        .footer-top ul li:first-child{
            padding-left: 0;
        }

        .footer-top ul li a {
            font-weight: 600;
            letter-spacing: 0;
            text-transform: uppercase;
            color: #a8acae;
        }

        .footer-top ul li a:hover {
            color: #e1e7ea;
        }

        .footer-top input[type="email"] {
            margin-bottom: 0;
        }

        .footer-top .copyright {
            color: #a8acae;
            width: 100%;
            float: left;
            padding: 15px 0;
            border-top: 1px solid #636060;
        }

        .footer-top .copyright a {
            color: #a8acae;
        }

        .footer-top .copyright span {
            float: right;
        }

        .footer-top .copyright span a {
            color: #0c91e0;
        }


        /*top footer css*/


        /*bottom footer css*/

        .footer-bottom {
            float: left;
            width: 100%;
            color: #fff;
            margin-top: 30px;
        }

        .footer-bottom .site-info p {
            color: #fff;
            font-size: 12px;
        }

        .footer-bottom li {
            display: block;
            margin-bottom: 2px;
        }

        .footer-bottom a {
            font-size: 12px;
            color: #A4A4A4;
        }

        .footer-bottom ul li a {
            font-weight: 600;
            text-transform: uppercase;
        }

        .footer-bottom input[type="email"] {
            margin-bottom: 0;
        }

        .footer-bottom .site-info {
            background-color: #4C4C4C;
            padding: 40px 0 20px;
            width: 100%;
            float: left;
        }

        .footer-bottom .site-info ul {
            padding-bottom: 15px;
        }

        .footer-bottom .site-info .category {
            width: 100%;
            float: left;
        }

        .footer-bottom .site-info .category h5 {
            background-color: transparent;
            text-align: left;
            margin-bottom: 5px;
            font-size: 15px;
            font-weight: 500;
            padding: 0;
        }

        .newsletter-form {
            width: 100%;
            display: flex;
        }

        .suscribe-form,
        .social-share {
            padding: 0;
        }

        .social-share h2 {
            color: #fff;
        }

        .social-share {
            padding: 30px 0;
            width: 100%;
            float: left;
        }

        .social-share .module-title {
            margin-bottom: 10px;
        }

        .social-share li:first-child {
            margin-left: 0;
        }

        .social-share li {
            display: inline;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: solid #eee 1px;
            margin: 0 10px;
            float: left;
            display: table;
            position: relative;
            text-align: center;
        }

        .social-share li:hover {
            background-color: #238ac5;
            border: solid #238ac5 1px;
        }

        .social-share a:hover {
            color: #fff;
        }

        .social-share a {
            font-size: 18px;
            display: table-cell;
            vertical-align: middle;
        }

        .footer-bottom .copyright {
            color: #a8acae;
            width: 100%;
            float: left;
            padding: 15px 0;
            background-color: #353535;
        }

        .footer-bottom .copyright li {
            display: inline;
            padding: 0 20px;
        }

        .footer-bottom .copyright a {
            color: #a8acae;
        }

        .footer-bottom .copyright span {
            float: right;
        }

        .footer-bottom .copyright span a {
            color: #0c91e0;
        }


        /*bottom footer css*/


/*---------------------------------------
    added css on bottom-module 14march 2017
    -----------------------------------------*/

    .search-form {
        position: relative;

        padding-right: 52px;
    }

    .search-form .search-submit {
        font: 14px/1.3 FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .search-wrapper .search-form .search-submit {
        background-color: #fff;
        color: #238ac5;
        padding: 0 2px;
        font-size: 20px;
    }


/*-------------------------------------
        news-listing page css
        ---------------------------------------*/

        .post {
         /*for equal height of post*/
         flex: 1;
         height: 100%;
         border: solid #ccc 1px;
         margin-bottom: 0;
     }

     .post .news-content {
        padding: 10px;
    }

    .post .entry-content {
        margin-bottom: 0;
    }

    .post .news-content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        clear: both;
        padding-bottom: 15px;
    }

    .post .news-content p,
    .post .post-meta-date,
    .post .news-content h3 a {
        position: relative;
    }

    .post .post-meta {
        font-weight: 600;
        position: relative;
    }

    .post .post-meta .post-meta-date {
        color: #1e435a;
    }

    .category-link {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .category-link a{
        background-color: transparent;
        padding: 3px 5px;
        float: left;
        margin: 5px 2px 0;
        font-size: 11px;
        font-weight: 500;
        color: #0c8edc;
        text-transform: uppercase;
        border: 1px solid #0c8edc;
    }

    .post .more-link {
        background-color: #0c8edc;
        padding: 8px 12px;
        color: #fff;
        border: solid #0c8edc 1px;
        margin: 10px 0 0;
        display: inline-block;
        font-size: 12px;
    }

    .post .more-link:hover,
    .category h5 a:hover {
        background-color: transparent;
        border: solid #0c8edc 1px;
        color: #0c8edc;
    }

    .pagination {
        float: left;
    }

    .pagination .page-numbers {
        background-color: #fff;
        width: 35px;
        height: 35px;
        color: #0c8edc;
        float: left;
        margin-right: 10px;
        text-align: center;
        font-weight: 300;
        font-size: 18px;
        padding-top: 4px;
    }

    .pagination .current {
        border: solid #0c8edc 2px;
        background-color: #fff;
        color: #0c8edc;
    }

    .pagination .prev,
    .pagination .next {
        background: #0c8edc;
        width: 50px;
        color: #fff;
    }

    .post-navigation {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }


    .post-navigation .nav-previous a:before {
        content: "\f177";
        font-family: FontAwesome;
        padding-right: 10px;
    }

    .post-navigation .nav-next a:after {
        content: "\f178";
        font-family: FontAwesome;
        padding-left: 10px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 50%;
        float: left;
    }

    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
        background: #fff;
        border-top: 1px solid #dee3e7;
        border-bottom: 1px solid #dee3e7;
        padding: 8px 15px;
        display: inline-block;
    }

    .post-navigation .nav-next {
        text-align: right;
        float: right;
    }


/*--------------------------------------------
        listing page pagination css
        ----------------------------------------------*/

        .news-listing {
            float: left;
            width: 100%;
        }

        .full-blog-post .col-6 {
            width: 100%;
        }

        .posts-navigation {
            width: 100%;
            float: left;
            margin-bottom: 30px;
        }

        .posts-navigation .nav-previous,
        .posts-navigation .nav-next {
            width: 50%;
            float: left;
            position: relative;
        }

        .posts-navigation .nav-previous a,
        .posts-navigation .nav-next a {
            background: #fff;
            border-top: 1px solid #dee3e7;
            border-bottom: 1px solid #dee3e7;
            padding: 8px;
            display: inline-block;
        }

        .posts-navigation .nav-next {
            text-align: right;
            float: right;
        }

        .news-content h3 {
            font-size: 30px;
            font-weight: 500;
            line-height: 35px;
            clear: both;
            padding-bottom: 10px;
        }

        .post-article {
            float: left;
        }

        .post .entry-footer a {
            padding: 2px 8px;
            display: inline-block;
            font-weight: 100;
            font-size: 12px;
        }

        .post .entry-footer .cat-links,
        .post .entry-footer .tags-links {
            float: left;
            padding: 5px 0;
            width: 50%;
            border-top: solid #ccc 1px;
            border-bottom: solid #ccc 1px;
        }

        .post .entry-meta,
        .post .entry-footer {
            padding-bottom: 5px;
            float: left;
            width: 100%;
        }


        /*search page design css*/

        .search .no-results {
            text-align: center;
        }

        .search .no-results .page-title {
            font-size: 42px;
            font-weight: 600;
        }

        .search .no-results .page-content p {
            font-size: 24px;
            padding: 28px;
        }

        .global-layout-left .sidebar-layout{
            float: right;
        }

        .search .post {
            border: none;
        }




/*--------------------------------
            go to top css
            ----------------------------------*/
            .show {
                background-color: #fff;
                position: fixed;
                right: 20px;
                bottom: 50px;
                padding: 10px;
                z-index: 5;
                box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .12);
                height: 42px;
                width: 42px;
                border-radius: 4px;
                text-align: center;
                padding: 5px;
                font-size: 15px;
                cursor: pointer;
                transition: all 200ms ease-out;
            }

            .footer-top .copyright .scroll-top-inner {
                float: none;
            }
            .gallery-item{
                position: relative;
            }
            .gallery-item a img{
                width: 100%;
            }
            .gallery-item .wp-caption-text{
                bottom: 30px;
                width: 91%;
                width: calc(100% - 30px);
                width: -webkit-calc(100% - 30px);   

            }            


/*------------------------------------
            media query css
            --------------------------------------*/
            @media screen and (max-width:1200px) {
                .resp-tabs-list li {
                    padding: 13px 10px;
                }

                .footer-top ul li{
                    padding: 5px;
                }
            }

            @media screen and (max-width:1024px) {
                .top-bar .weather-city {
                    width: 25%;
                }

                .top-bar .breaking-module {
                    width: 58.33333333%;
                }

                .banner-content {
                    margin-bottom: 40px;
                }

                .news-content h3,
                .banner-module p {
                    padding-bottom: 0;
                }
                .resp-tabs-list li {
                    padding: 13px 0;
                }

                .resp-tabs-container,
                .bg-color .resp-tabs-container {
                    height: auto;
                    max-height: 500px;
                }

                .entry-title, .widget .widget-title {
                    letter-spacing: initial;
                }

                .main-navigation ul li a {
                    padding: 2px;
                }

                .featured-section .featured-section-contain {
                    margin: 30px 15px;
                }

                .small-image {
                    margin-right: 10px;
                }

                .detailed-news .entry-header h3,
                .comment-respond .comment-reply-title{
                    font-size: 22px;
                }

                .main-navigation li{
                    padding: 0 7px;
                }

                .main-navigation ul li.menu-item-has-children > a:after{
                    left: 5px;
                }

                .banner .owl-carousel .item{
                    height: auto;
                }

            }

            @media screen and (max-width:992px) {
                .mean-container a.meanmenu-reveal span {
                    height: 2px;
                    padding-top: 1px;
                }
                .mean-container a.meanmenu-reveal span span {
                    background: #000;
                    height: 2px;
                    width: 100%;
                    margin-top: 7px !important;
                    padding-top: 1px;
                }

                .menu ul.sub-menu li{
                    padding: 0;
                }

                .mean-container .mean-nav ul li a.mean-expand{
                    border-left: 0 !important;
                    border-bottom: 0 !important;
                    height: 26px;
                }

                .module-content img, .module-post img {
                    margin-bottom: 5px;
                }

                .featured-section .featured-section-contain {
                    margin: 20px 15px;
                }

                .author-img .news-author {
                    width: 30%;
                    display: none;
                }

                .module-block-slide #block-module,
                .news-content h3 {
                    margin-bottom: 0;
                }

                .banner-content {
                    margin-bottom: 30px;
                }

                .widget .widget-header .entry-title,
                .health .module-title .entry-title {
                    font-size: 18px;
                }

                .small-image {

                    padding-bottom: 5px;
                    
                }

                .small-image,
                .small-module .post-meta{
                    width: auto;
                }

                .mean-container .mean-bar{
                    background-color: transparent;
                    position: absolute;
                    z-index: 10;
                }

                .mean-container .mean-nav  {
                    background-color: #fff;
                }

                .mean-container .mean-nav {
                    margin-top: 75px;
                }

                .mean-container a.meanmenu-reveal {
                    left: 0 !important;
                    top: 16px;
                    color: #000;
                }

                .search-icon a {
                    z-index: 11;
                    position: relative;
                    border-left: none;
                }

                .mean-container a.meanmenu-reveal span {
                    background: #000;
                }

                .site-footer.footer-top .col-7{
                    width: auto;
                }

                .error-404{
                    padding: 75px 15px;
                }

                .error-404 .search-box-wrap,
                .top-bar .col-2,
                .health,
                .col-4.module-tab,
                .col-8,
                .col-4.newsblock-section-three,
                .col-8.module-block-slide,
                .world-news-block .module-block-slide,
                #search-bar,
                .col-9,
                .col-3{
                    width: 100%;
                }

                .mean-container .mean-nav ul li a {
                    color: #4e4e4f;                                                                                                                           
                }

                .mean-container .mean-nav ul li li a,
                .mean-container .mean-nav ul li a{
                    padding: 10px 5%;
                }

                .mean-container .mean-nav ul li a.mean-expand:hover{
                    background: transparent;
                }

                .col-8.news-block,
                .col-4.module-tab,
                .col-4.newsblock-section-three,
                .col-9.world-news-block,
                #widget-area .news-widget{
                    margin-bottom: 25px;
                }

                .col-9.world-news-block.section-layout{
                    margin-top: 25px;
                }


                .module .bg-color{
                    margin-bottom: 25px !important;
                }

                .module{
                    margin-top: 25px;
                }

                .module.advertising{
                    margin-top: 0;
                }

                .top-bar .col-2 a,
                .top-bar .col-2 a img{
                    margin: 0 auto;
                    text-align: center;
                }

                section.module.featured-news:last-child{
                    margin-bottom: 0;
                }
                .site-description {
                    text-align: center;
                    padding: 4px 0 0;
                }
                .site-branding {
                    text-align: center;
                }
            }


            @media screen and (max-width: 992px) and (min-width: 768px){
                .news-widget .module-post,
                .world-news-block .col-4, 
                .featured-news .col-4 ,
                .news-block .module-news .col-4{
                    width: 50%;
                }

                .news-widget.author-info,
                .news-widget.author-info .module-post{
                    width: 100%;
                }

                .news-widget .module-post:nth-child(2n+2) {
                    padding-right: 10px;
                }

                .news-widget .module-post:nth-child(2n+1) {
                    padding-left: 10px;
                }

                .module-news article.col-4.module-content:nth-child(3n+0){
                    clear: none;
                }

                .health, 
                .news-widget .module-post:nth-child(2n+2),
                .row.module-news .module-content:nth-last-child(2),
                .section-layout article.col-4.module-content:nth-child(5n+1),
                .module-news article.col-4.module-content:nth-child(2n+0){
                    clear: both;
                }

                .col-7.breaking-module{
                    width: 75%;
                }

                .col-3.weather-city{
                    width: 25%;
                }

                .site-footer.footer-top .col-2{
                    padding-bottom: 10px;
                }


            }


            @media screen and (max-width:767px) {
                .col-1,
                .col-2,
                .col-3,
                .col-4,
                .col-5,
                .col-6,
                .col-7,
                .col-8,
                .col-9,
                .col-10,
                .col-11,
                .col-12,
                .top-bar .weather-city,
                .top-bar .breaking-module,
                .module-post,
                .banner-content .col-6,
                .site-footer.footer-top .col-7{
                    width: 100%;
                }

                .banner-content .banner-module p {
                    display: none;
                }

                .module-tab {
                    margin-bottom: 20px;
                }

                .breaking-news-section {
                    padding: 0;
                    border: none;
                }

                .resp-tabs-container, .bg-color .resp-tabs-container {
                    min-height: inherit;
                }

                .author-img .news-author {
                    width: auto; 
                }

                .health {
                    width: 100%;
                    margin: 20px 0;
                }

                .health-content {
                    min-height: auto;    
                }


                .world-news-block .module-block-slide .news-slider {
                    margin-bottom: 20px;
                }

                h2.resp-tab-active {
                    background-color: transparent;
                    color: #0c8edc;
                    font-weight: 600;
                    font-size: 15px;
                    text-transform: uppercase;
                    padding: 10px 15px;

                } 

                .header-main {
                    position: relative;
                }

                #searchbar {
                    position: absolute;
                    bottom: 0;
                    z-index: 10;
                    transition-delay: 5s;

                }

                .mean-container a.meanmenu-reveal span {
                    background: #000;
                }

                .search-wrapper .search-form .search-submit {
                    display: none;
                }

                .mean-nav li {
                    padding: 0;

                }

                ul.resp-tabs-list,
                .mean-nav li{
                    margin-bottom: 0;
                }

                .top-bar .weather-city{
                    text-align: center; 
                }


                .breaking-module {
                    padding: 15px;
                }

                .pull-left article.module-content {
                    margin-top: 0;
                }

                .owl-carousel .owl-dots, .owl-carousel .owl-nav {
                    bottom: 30px;
                }

                .footer-top .copyright span,
                .weather-city span {
                    float: none;
                }

                .owl-carousel .owl-nav {
                    right: 15px;
                }

                .footer-top {
                    text-align: center;
                }

                .footer-top a {
                    display: inline-block;
                    margin-bottom: 10px;
                }  

                .row.module-news .module-content:nth-last-child(2),
                .row.module-news .module-content:nth-last-child(3){
                    margin-bottom: 25px;
                } 

                .detailed-news .entry-header h3,
                .comment-respond .comment-reply-title{
                    font-size: 18px;
                }

                .comment-respond .comment-reply-title{
                    font-weight: 600;
                }
                .col-7.breaking-module,
                .top-bar .breaking-module p{
                    display: inline-block;
                    text-align: center;
                }

                .top-bar .breaking-module .breaking-news li p{
                    text-align: left;
                }

                .news-content h3{
                    font-size: 18px;
                    line-height: 25px;
                }

                .banner .owl-carousel .item{
                    height: auto;
                }

                .breaking-news li{
                    padding-left: 0;
                }

                .show{
                    bottom: 15%;
                }

            }

            @media screen and (max-width:600px) {
                .news-content h3 {
                    padding-bottom: 0;
                }

                .banner-module p {
                    padding: 6px 0px;
                }

                .owl-carousel .owl-dots, .owl-carousel .owl-nav {
                    bottom: 25px;
                }

                .owl-prev:before, .owl-next:before {
                    font-size: 23px;
                }

                .owl-theme .owl-nav [class*='owl-'] {
                    width: 35px;
                    height: 35px;
                }

                .resp-tabs-container .module-content:first-child {
                    padding-top: 20px;
                }

                .resp-tab-content-active {
                    padding: 0 15px;
                }


            }

            @media screen and (max-width:480px) {

                .banner-content {
                    margin-bottom: 50px;
                }

                .banner-module p {
                    font-size: 13px;
                }
                .news-content h3 {
                    line-height: 24px;
                }

                .banner-module p {
                    padding: 0;
                }

                .owl-carousel .owl-dots, .owl-carousel .owl-nav {
                    bottom: 15px;
                }
                .banner .owl-carousel .item {
                    height: auto;
                }

                .banner-content {
                    margin-bottom: 30px;
                }

                .show {
                    bottom: 22%;
                }

            }

            @media screen and (max-width:320px) {

                .news-content h3 {
                    line-height: 21px;
                }

                .news-slider .news-summary {
                    display: none;
                }

                .owl-theme .owl-nav [class*='owl-'] {
                    width: 30px;
                    height: 30px;
                    margin: 0 5px;
                }

                .owl-prev:before, .owl-next:before {
                    font-size: 20px;
                }
            }

            @media screen and (max-width: 551px) {
                .top-bar .col-7.breaking-module p {
                    background: #fff;
                    padding: 10px 5px;
                }

                .top-bar .col-7.breaking-module .breaking-news p{
                    background: transparent;
                }

                .col-7.breaking-module, 
                .top-bar .breaking-module p{
                    display: block;
                }

                .news-content h3{
                    font-size: 14px;
                    line-height: 15px;
                }

                .top-bar .breaking-module .breaking-news li p{
                    padding: 10px 0 0;
                    text-align: center;
                }

            }



            input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
            input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
            input[type="search"]::-webkit-search-decoration,
            input[type="search"]::-webkit-search-cancel-button,
            input[type="search"]::-webkit-search-results-button,
            input[type="search"]::-webkit-search-results-decoration { display: none; }


            .wp-caption{
                position: relative;
            }

            .wp-caption .wp-caption-text{
             margin: 0; 
         }

         .wp-caption-text{
            background: rgba(0,0,0,0.4);
            bottom: 0px;
            color: #fff;
            position: absolute;
            padding: 10px;
            width: 100%;

        }

.wp-block-cover, 
.wp-block-cover-image{
    margin: 0;
}        


/*new styleing from here*/
.sidebar .widget_block h2, 
.sidebar .widget_block.widget_search .wp-block-search__label {
    background-color: #0c8edc;
    padding: 10px 6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    clear: both;
    font-size: 16px;
    line-height: 1.2;
}
.widget_block.widget_search .wp-block-search__label {
    display: block;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
}
.wp-block-search .wp-block-search__button {
    display: block;
    width: 100%;
    padding: 13px 10px;
    margin: 0;
    margin-bottom: 10px;
    background: #4C4C4C;
    color: #fff;
}
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button:focus-within {
    opacity: 0.7
}
.wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus {
    outline: 1px dotted;
}
a:focus,
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
    outline: 1px dotted;
}
.main-navigation li:hover ul,
.main-navigation li:focus ul,
.main-navigation li:focus-within ul {
    display: block;
}
.entry-content p a{
    text-decoration:underline
}
.entry-content p a:hover{
    text-decoration:none
}
.wp-block-tag-cloud a {
    font-size: 14px !important;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 4px;
}
.wp-block-tag-cloud {
    margin-top: 15px;
}
.wp-block-tag-cloud a:hover {
    background: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff
}
.site-footer .wp-block-tag-cloud a:hover {
    background: #fff;
    border-color: #fff;
    color: #4C4C4C
}
.custom-logo-link {
    display: block;
}