/**
Theme Name: Online News Pro
Theme URI: http://rigorousthemes.com/downloads/online-news-pro
Author: Rigorous Themes
Author URI: http://rigorousthemes.com/
Description: Online News is a clean and responsive magazine theme with elegant design suitable blog, magazine, news, publishing, media houses, tv channels, journal and other editorial websites. It comes with a highly adjustable theme customizer that lets you manage the website in an instant.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-news-pro
Tags: grid-layout, one-column, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, theme-options, threaded-comments, translation-ready,blog,education,holiday,news, custom-header

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;
    letter-spacing: normal;
    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;
    line-height: inherit;
    /*font-size: 15px;*/
    margin-bottom: 15px;
}

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 {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    color: #fff;
    display: block;
    position: absolute; 
    padding: 10px 15px;
}

.gallery-item .gallery-icon{
    position: relative;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;

}

.entry-content .gallery img{
    margin:0;
}

.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;
    position: relative;
    padding: 15px 15px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width:  100%;
}

.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;
}

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;
}

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;
}

.main-navigation ul > li:last-child {
    padding-right: 0;
}

.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: 78px;
    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;
}

.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;
}


/*--------------------------------------------------------------
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: 15px;
}

.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;
}


.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
}


/*-------------------------------------- 
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: #ECF1F5;
    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;
}

ul {
    clear: both;
}

.entry-content ul{
    margin-left: 15px;
}

.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;
}

.pro-top .col-5 span ul{
    float: left;
}

.top-right-wrapper{
    float: right;
}



/*-------------------------
        Top section css
        --------------------------*/

.top-bar {
    font-size: 12px;
    float: left;
    width: 100%;
}

.top-bar.heading-wrapper{
    padding: 5px 0;
}

.top-bar p {
    font-size: 12px;
    color: #2e2f30;
    margin-bottom: 0;
}

.site-branding {
    letter-spacing: 0px;
}

.site-branding h1.site-title{
    font-size: 24px;
}

.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;*/
    text-align: center;
}

ul.social-icon{
    list-style: none;    
}

.social-icon {
    padding-top: 5px;
    text-align: center;
}

.social-icon li {
    border-radius: 50%;
    display: inline-block;  
    height: 28px;
    border: solid #dce1e4 1px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}

.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;
}

.custom-logo-link img{
    width: auto;
}


/*-------------------------------------------
            search css
            ---------------------------------------------*/

.search {
    position: relative;
}

#searchbar {
    display: none;
    float: left;
    width: 100%;
    height: 81px;
    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 {
    padding: 25px 7px;
}

.site-header .menu ul.sub-menu li {
    padding: 3px 0;

}

.site-header .main-navigation li:hover ul,
.site-header .main-navigation li li:hover ul,
.site-header .main-navigation li li li:hover ul{  
    border-left: 2px solid #fff;
    line-height: normal;    
}

.top-right-wrapper span .social-icon,
.top-right-wrapper .search-box-wrap,
.top-right-wrapper span.address,
.top-right-wrapper .header-date,
.top-right-wrapper .rwf-container {
    display: inline-block;
    padding-left: 10px;
}
.top-right-wrapper .rwf-temp-degree {
    position: relative;
    right: 0;
    top: -7px;
}
.menu ul.sub-menu li {
    padding: 0 25px;

}

.menu li.current-menu-item a {
    color: #0c8edc;
}

.menu .mega-menu li.current-menu-item li a{
    color: #fff;
}


.mega-menu {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.mega-menu ul {
    clear: both;
    overflow: hidden;
    padding: 15px;
}

.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;
    z-index: 9999;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.close-btn:before {
    content: ""
}

.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;
}

.advertising-space .widget_text {
    margin-top: 0;
    float: none;
    text-align: center;
}

.advertising-space .widget_text img {
    display: initial;
}

ul.mega-menu-navigation li {
    width: 16%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}

ul.mega-menu-navigation li:nth-child(2n+6){
    padding-right: 0;
}

ul.mega-menu-navigation li .sub-menu li {
    width: 100%;
    float: left;
}


/*---------------------------
        banner css
        ------------------------------*/

.banner {
    position: relative;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    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-time-diff,
.post-meta a,
.post-meta .human-time-diff,
span.views-count ,
.post-meta-author a{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal; 
    margin-right: 5px;

}

.single-post .post-meta-time-diff,
.single-post .post-meta a,
.single-post .post-meta .human-time-diff,
.single-post span.views-count ,
.single-post .post-meta-author a,
.archive .post-meta-time-diff,
.archive .post-meta a,
.archive .post-meta .human-time-diff,
.archive span.views-count ,
.archive .post-meta-author a{
    text-transform: uppercase;  
}


.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;
    width: 55%;
    right: 50px;
}

.banner .owl-carousel:not(.owl-loaded){
    display: block;
}
.banner .owl-carousel:not(.owl-loaded) .item{
    display: none;

}

.banner .owl-carousel:not(.owl-loaded) .item:first-child{
    display: block;

}

.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 {
    font-family: FontAwesome;
    font-size: 25px;
    margin: 5px;
    line-height: 25px;
}

.video-wrapper .owl-prev:before,
.video-wrapper .owl-next:before {
    font-size: 18px;
}

.owl-theme .owl-nav [class*='owl-'] {
    font-size: 0;
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #fff;
    color: #0c8edc;
}

.banner .owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
}

#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,
.featured-section figure:before,
.banner-module-col-right:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.banner-module-col-right:hover:before img {
    moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news-slider .owl-item .module-content {
    margin-bottom: 0;
}


/*------------------------------------------
            vertical slide
            --------------------------------------------*/
.banner .slider-top-news,
.banner #vertical-news {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    padding: 20px;

}

.banner .slider-top-news{
    width: 300px;
    padding: 30px 0 30px;
} 

.slider-top-sidebar-wrapper {
    overflow-y: scroll;
    max-height: 100%;
    padding: 0 30px;
}

.slider-top-news .widget li{
    display: block;
}

.banner #vertical-news h2 {
    color: #fff;
    border-bottom: solid #4c4c4c 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.banner #vertical-news .entry-title a,
.banner #vertical-news .small-info a {
    color: #fff;
    font-weight: 500;
}

.v-news-nav {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.banner .v-news-nav {
    bottom: 20px;
}

#vertical-news {
    background: #fff;
    clear: both;
    color: #000;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.banner #vertical-news {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100% !important;
}

.banner #vertical-news h2 {
    color: #fff;
}

#vertical-news h2 {
    color: #000;
    border-bottom: solid #4c4c4c 1px;

    margin-bottom: 20px;
}

.banner #vertical-news h2 {
    padding-bottom: 10px;
}

.banner #vertical-news .entry-title a,
.banner #vertical-news .small-info a {
    color: #fff;
}

.banner #news {
    width: auto;
}



/*---------------------------------------
        Vertigo Style Settings 
        -----------------------------------------*/

.vertigo {
    padding: 0;
    margin: 0;
    height: 85%;
    overflow: hidden;
}

.vertigo li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin:0;
}

.vertigo li img {
    float: left;
}

.vertigo li p {
    margin: 0px;
    text-align: justify;
}

.btn-pre,
.btn-next {
    background-color: #0c91e0; 
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 30px;
    line-height: normal;
    margin: 10px 1px;
    text-decoration: none;
    text-align: center;
    width: 30px;
    line-height: 32px;

}

.banner .btn-pre,
.banner .btn-next{
    margin: 0 1px;
}

.btn-pre:hover,
.btn-next:hover {
    background-color: #F6FBFF;
}


/*-----------------------------
            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 3px;
    vertical-align: sub;
    color: #1e435a;
}

.module h2.entry-title a {
    vertical-align: sub;
}

section.module:last-child {
    margin-bottom: 20px;
}

.module-title h2.entry-title a:hover,
.banner-content h3 a:hover,
.footer-top .copyright span a:hover,
.news-widget .entry-title a:hover,
.owl-prev:hover:before, .owl-next:hover:before,
#block-module .featured-section .featured-section-contain a:hover,
#world-module .featured-section .featured-section-contain a:hover,
#block-module-money .featured-section .featured-section-contain .entry-title a:hover,
.category-link a:hover {
    color: #f96962;
}

.search-box-wrap .search-submit:hover{
    background: #dd9933;
}

.search-wrapper .search-form .search-submit:hover{
    color: #fff; 
}

.entry-title,
.widget .widget-title {
    font-weight: 600;
}


.sidebar .resp-tab-content .module-content:last-child ,
.module-content,
.module-block-slide,
.feature-block {
    margin-bottom: 15px;
}

.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-content .list-img img{
    margin-bottom: 0;
}

.module-post figure {
    position: relative;
}

article.module-post:focus {
    outline: none;
}

.module-post:last-child {
    padding-bottom: 0;
}
.news-widget .module-post.feature-list {
    padding: 0;
}
.module-post figure:before,
.current .module-post figure:before {
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    font-size: 15px;
    border: solid #fff 2px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 7px 14px;
}

.module-post figure:before {
    content: "\f04b";
}

.module-post figure:hover:before,
.current .module-post figure:before {
    border-color: #0c8edc;
    color: #0c8edc;
}

.playing .module-post figure:before {
    content: "\f04c";
    font-size: 12px;
    padding: 9px 13px;
}

.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;
}


.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 {
    cursor: pointer;
    color: #7b7c7c;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 13px 0;
    text-transform: uppercase;
    transition: all linear 0.15s;
}

ul.resp-tabs-list li {
    border-bottom: solid #ddd 1px;
    float: left;
    width: 50%;

}

.widget ul.resp-tabs-list li{
    padding: 13px 0;  
}

ul.resp-tabs-list li:hover {
    border-bottom: solid #8d9194 1px;
    color: #8d9194;
}

.resp-tabs-container {
    display: block;
    float: left;
    overflow: scroll;
    max-height: 540px;
    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 {
    overflow: hidden;
    padding: 0 15px 15px;
    border: 1px solid #ccc8c8;
}

#tab-wrapper .module-content {
    border-bottom: 1px solid #ccc8c8;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

#tab-wrapper .module-content{ 
    float: left;
    width: 100%;
}


#tab-wrapper .module-content:last-child,
.module-tab .module-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    margin: 0px;
}



h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;
}

.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;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

/*-------------------------------
        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;
    overflow: hidden;
    padding: 20px;
}
#vertical-news,
.module .bg-color{
    margin: 0 0 15px !important;
}

.bg-color .resp-tabs-container {
    max-height: 626px;
}

.vertical-news  h2.entry-title,
.widget h2.entry-title,
.news-widget h2.entry-title {
    background-color: transparent;
    border-left: none !important;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}

.widget h2.entry-title {
    padding: 0 0 10px;
}

.post-meta {
    display: inline-block;
    padding-bottom: 7px;
}

.post .post-meta{
    padding-top: 7px;
}

.news-listing-category .post-meta{
    padding-bottom: 0;
}

.module-title {
    clear: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 13px;
}

.module-post {
    padding-bottom: 15px;
    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;
    display: inline-block;   
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 0;
}

.article-post li:first-child{
    padding-top: 0;
}

.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: 0;
}

.widget .news-summary p {
    padding: 7px 0;
}

.widget .advertising-space {
    padding: 0;
}

.author-info .module-post {
    padding-bottom: 10px;
}

.author-info {
    background-color: #e4e4e4;
}

.author-info li {
    margin-bottom: 0;
}


/*------------------------------
            advertising css
            ---------------------------------*/


.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;
}

.advertising-space img {
    float: right;
}

.advertising .widget.widget_media_image a,
.advertising .widget.widget_media_image,
.advertising figure {
    height: 230px;
    max-height: 230px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.advertising-space .widget-title{
    margin-bottom: 15px;
}
.mega-menu .advertising-space:hover,
.widget .advertising-space:hover {
    box-shadow: 0 0 20px rgba(35, 173, 255, 1);
}

/*------------------------------
            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 15px;
    overflow: hidden;
}

.banner .small-module {
    margin: 0 0 15px;
}

.banner .vertigo li{
    padding: 8px 0;
}

.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 20px;
    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(255, 255, 255, 0.6);
    padding: 10px 5px;
    color: #fff;
    z-index: 9;
}

#navigation .owl-prev:hover,
#navigation .owl-next:hover {
    background-color: #0c8edc;
    color: #fff;
}

#navigation .owl-stage-outer {
    z-index: 9;
}

.owl-carousel .owl-video-play-icon {
    border: solid #fff 3px;
    border-radius: 50%;
}

.owl-carousel .owl-video-play-icon:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 6px;
    margin: 0 auto;
    color: #fff;
}

#navigation .owl-prev:before,
#navigation .owl-next:before {
    position: static;
    margin: 0;
}

.projectitem .module-post {
    padding-bottom: 0;
}

.projectitem {
    display: inline-block;
}

.video-wrapper .owl-item:before {
    background: none;
}

.video-wrapper .projectitem header.entry-header {
    position: relative;
    z-index: 1;
}

.video-wrapper .owl-carousel .owl-video-wrapper {
    width: 100% !important;
}


/*-------------------------------------
            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;
}

/*-------------------------------
        feature css
        ---------------------------------*/

.news-summary p {
    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;
}

.owl-carousel .featured-section .featured-section-contain .entry-header .entry-title a {
    color: #fff;
}

.featured-section figure {
    position: relative;
}


/*----------------------------------------
            inner page css
            ------------------------------------------*/

.detailed-news .entry-header h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    border-left: 3px solid #0c8edc;
    padding-left: 10px;
    margin-bottom: 30px;
    display: block;
}

.detailed-news img {
    margin: 10px 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 {
    margin-bottom: 15px;
    padding: 10px;
    border: solid #ccc 1px;
}

.sidebar .widget_nav_menu,
.sidebar .breaking-news-section,
.sidebar .bg-color {
    float: left;
    width: 100%;
}

.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;
    padding: 8px 0 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;
}

.widget_rss .rsswidget img {
    display: inline-block;
    margin: 0 auto;
}

.sidebar .widget_rss a.rsswidget{
    color: #fff;
}


.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;
}

.module .widget {
    margin-bottom: 15px;                
}

.module .widget li {
    display: block; 
    padding: 8px 0;
    margin-bottom: 0;
    border-bottom: solid #ccc 1px;
}

.module .widget li:first-child{
    padding: 0 0 8px;
}

ul.article-post li{
    float: left;
    list-style: none;
}

.module .widget li .children li {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}

.module .widget li:last-child {
    border-bottom: 0;
}

.module .widget .widget-title {
    background-color: #0c8edc;
    padding: 6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    clear: both;
}

.module .widget .calendar_wrap #today {
    position: relative;
}

.module .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;
}

.module .widget .menu {
    background-color: transparent;
    float: none;
}

.module .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-body {
    background: #f3f3f3;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
}

.comments-area .comment-list li {
    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 {
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.footer-top a {
    font-size: 12px;
}

.footer-top .copyright a {
    font-size: 11px;
}

.footer-top ul{
    list-style: none;   
}

.footer-top ul li {
    display: inline-block;  
    margin-bottom: 0;
    padding: 5px 15px;
}

.footer-top ul li a {
    font-weight: 600;
    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;
}

.copyright ul{
    list-style: none;   
}

.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;
}

.site-footer .widget_nav_menu ul {
    background-color: transparent;
    margin-left: 0;
    border: none;
}

.site-footer .widget_nav_menu ul li {
    display: block;
}

/*bottom footer css*/

/*---------------------------------------
    added css on bottom-module 14march 2017
    -----------------------------------------*/

.search-form {
    position: relative;
}

.site-info .search-form{
    padding-right: 52px
}

.search-form .search-submit {
    font: 14px/1.3 FontAwesome;
    float: right; 
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    padding: 13px;
}
.search-wrapper .search-form .search-submit {
    position: absolute;
}

.search-wrapper .search-form .search-submit {
    background-color: #fff;
    color: #238ac5;
    padding: 0 2px;
    font-size: 20px;
}

.search-box-wrap .search-field{
    width: 75%;
    width: calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -ms-calc(100% - 52px);
    width: -o-calc(100% - 52px);
}


/*-------------------------------------
        news-listing page css
        ---------------------------------------*/

.post {
    border: solid #ccc 1px;
    flex: 1;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.single .post {
    border: none;
}

.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;
    border: 1px solid #0c8edc;
    color: #0c8edc;
    float: left;
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.news-listing-category .category-link {
    float: none;
    width: auto;
}


.owl-carousel .featured-section .featured-section-contain a.categories-pro,
.category-link a.categories-pro{
    background: #000;
    color: #fff;
    margin-right: 3px;
    margin-top: 3px;
}
.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;
    width: 100%;
    padding: 0 15px;
}

.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;
}

.prev.page-numbers,
.next.page-numbers{
    font-size: 0;
}

.nav-links .prev.page-numbers:before,
.nav-links .next.page-numbers:before{
    color: #fff;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 27px;
}

.nav-links .prev.page-numbers:before{
    content: '\f177';
}

.nav-links .next.page-numbers:before{
    content: '\f178';
}

.post-navigation {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.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: 1px solid #dee3e7;
    padding: 8px 15px;
    display: inline-block;
}

.post-navigation .nav-next {
    text-align: right;
    float: right;
}

.news-listing-category .col-6.module-content:nth-child(2n+3),
.news-listing-category .col-4.module-content:nth-child(4n+0){
    clear: both;
}




/*--------------------------------------------
        listing page pagination css
        ----------------------------------------------*/

.news-listing {
    float: left;
}

.full-blog-post .col-6 {
    width: 100%;
}

.posts-navigation {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.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;
    border-radius: 4px;
    bottom: 65px;
    box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .12);
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    padding: 10px;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 200ms ease-out;
    width: 42px;
    z-index: 5;
}

.footer-top .copyright .scroll-top-inner {
    float: none;
}

/*---------------------------------
        pro-banner-wrapper css
        -----------------------------------*/

.pro-design .feature-block {
    margin-bottom: 0;
}

.pro-more-article a {
    font-weight: 500;
}

.pro-more-article a .more-icon {
    float: right;
}

.pro-design .banner-content {
    margin-bottom: 30px;
}

.banner.pro-design .owl-carousel .owl-nav {
    width: 30%;
    right: 0;
}

.banner-pro-wrapper .post-meta .post-meta-date {
    color: #0c9ce5;
}

.close-news {
    width: 25%;
    float: left;
    margin: 20px 0;
}

.close-news .module-content {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.close-news .module-content figure img,
.banner-module-col .feature-block figure img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0;
}

.close-news .module-content figure:hover img,
.banner-module-col .feature-block figure:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.close-news .featured-section-contain {
    position: absolute;
    bottom: 0;
    padding: 25px;
}

.banner-module-col {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner-module-col-right {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.banner-module-col .module-block-content .module-content {
    margin: 20px 0;
    z-index: 1;
}

.site-content {
    clear: both;
}

.left-block article.module-content figure,
.left-block article.module-content figcaption {
    float: left;
}

.left-block article.module-content figure{
    width: 30%;
    padding-right: 15px;
}

.left-block article.module-content figcaption {
    width: 70%;
}

.weather-city span.date{
    display: block;
}

.top-bar .search-form{
    padding-right: 0;
}

.favourite{
    left: 5px;
    padding: 5px 4px;
    position: absolute;
    top: 2px;
    z-index: 9;
}

.favourite:before, 
.favourite:after {
    border: 2px solid #0c8edc;
    box-sizing: border-box;
    content: '';
    height: 100%;
    position: absolute;
    top: -3px;
    width: 50%;
    z-index: -1;
    background: #0c8edc;

}

.favourite:before {
    left: 0;
    transform-origin: 0 0;
    transform: skewY(-20deg);
    border-width: 0 0 4px 3px;
}

.favourite:after {
    right: 0;
    transform-origin: 100% 0;
    transform: skewY(20deg);
    border-width: 0 3px 4px 0;
}

.favourite i {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

.sidebar .vertigo li img{
    float: none;    
    margin: 0 auto;
}


.menu-mega-menu-container ul li a {
    color: #fff;
}

/*------------- mega-menu -------------*/

.mega-menu ul li li {
    display: block;
}

.mega-menu ul li .sub-menu {
    clear: both;
    margin: 0;
    padding: 0;
}

.mega-menu ul li .sub-menu li {
    padding: 0;
    margin: 0;
}

.widget-area .menu-mega-menu-container ul li a {
    color: #000;
}

.mega-menu ul.mega-menu-navigation > li > a {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.menu .mega-sub-menu li.menu-item-inner-mega {
    background: none !important;
    position: relative;
}

.menu ul.sub-menu.mega-sub-menu {
    background: #2D2D2D;
    width: 1170px;
}

.main-navigation ul li:hover > ul.sub-menu.mega-sub-menu {
    left: 0px;
}

.main-navigation.home-nav-icon ul li:hover > ul.sub-menu.mega-sub-menu {
    left: -57px;
}

.main-navigation ul li:hover > ul.sub-menu.mega-sub-menu + ul.sub-menu {
    top: 100%;
}

.mega-sub-menu .pm-mega-menu-cat-wrap .mega-cat-menu {
    width: 100%;
}

.mega-sub-menu .pm-mega-menu-cat-wrap {
    background: #000000;
    float: left;
    padding: 20px 0;
    width: 18%;
}

.mega-sub-menu .pm-mega-menu-con-wrap {
    float: left;
    padding: 20px 0 20px;
    width: 100%;
}

.mega-sub-menu.mega-cat-menu .pm-mega-menu-con-wrap {
    padding: 20px 0 20px;
    width: 82%;
}

.mega-sub-menu .menu-post-block {
    float: left;
    padding: 0 15px;
    width: 25%;
}

.mega-sub-menu.no-mega-cat-menu .menu-post-block {
    width: 20%;
}

.mega-sub-menu .menu-post-block h2 {
    color: #ffffff !important;
    margin-top: 10px;
}

.mega-sub-menu .menu-post-block h2 a {
    color: #ffffff !important;
    line-height: 1;
}

.mega-sub-menu .menu-post-block a {
    padding: 0 !important;
    width: 100%;
}

.mega-sub-menu .menu-post-block .mega-img-thumb img {
    vertical-align: top;
    width: 100%;
}

.pro-top {
    background-color: #dbddde;
    color: #eee;
    overflow: hidden;
}
.pro-top .row.flex-wrapper {
    flex-direction: row-reverse;

}

.pro-top p,
.pro-top ul li a {
    color: #797c88;
}

.pro-top ul {
    text-align: center;
}

.pro-top ul li {
    margin-bottom: 0;
    padding: 0 5px;
    border: none;
    height: auto;
    width: auto;
}

.pro-top ul li:hover {
    background-color: transparent;
    border: none;
}

.pro-top ul li a:hover {
    color: #fff;
}


.pro-top .breaking-news p {
    font-weight: 600;
    text-align: left;
    padding: 5px 20px;
}

.pro-top .breaking-news-title {
    position: relative;
    background-color: #fff;
    padding: 15px 10px;
    z-index: 0;
}

.pro-top .breaking-news-title:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    height: 26px;
    right: -6px;
    top: 11px;
    transform: rotate(45deg);
    -ms-traansform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
}

.pro-top p{
    display: inline-block;
    vertical-align: sub;
}

.rwf-loc-name{
    margin-bottom: 0;
}

/*---------------------------------------------
        news-listing-category css
        -----------------------------------------------*/

.news-listing-category h2.entry-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
}

.right-border {
    border-right: 1px solid #dee3e7;
}

.bottom-border {
    border-top: 1px solid #dee3e7;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.short-article ul li {
    border-bottom: 1px solid #dee3e7;
}

.short-article ul li:last-child {
    border-bottom: none;
}

.short-article .advertising-space {
    margin-top: 0;
}

.short-article .small-module {
    margin: 0 0 10px;
}

.left-block {
    float: left;
}

.news-listing-category .listing-title h2.entry-title {
    font-size: 20px;
    line-height: 26px;
}

.news-listing-category .listing-title p {
    margin-bottom: 0;
}

.news-listing-category .module-title {
    clear: both;
}

.owl-carousel .owl-video-play-icon {
    background: transparent;
}

.col-12.video-wrapper {
    padding: 0;
}

#slider .owl-carousel.owl-loaded {
    padding: 0 15px;
}

.news-section-5 .news-widget h2.entry-title {
    padding: 0 0 10px;
    line-height: 20px;
}

.post-meta-author a {
    padding-right: 5px;
}

.site-header .mega-menu ul li .sub-menu li ul.sub-menu{
    padding: 0;
}

.mega-menu ul li .sub-menu li ul.sub-menu{
    padding-left: 10px;
}

.widget .menu-mega-menu-container ul li a{
    color: #000;

}

.site-footer .widget .menu-mega-menu-container ul li a,
.site-footer .widget-title,
.site-footer .textwidget,
.site-footer a.rsswidget{
    color: #a8acae;
}


.widget .menu-mega-menu-container ul li{
    padding: 0 10px;
}

/*change for pro desing*/


.rwf-loc-name{
    font-size: 14px;
}


.single-post  figcaption{
    background: rgba(0,0,0,0.7);
    bottom: 0px;
    color: #fff;
    position: absolute;   
    padding: 20px 15px;
    text-align: left;

}

.single-post .entry-content-wrapper .entry-content figcaption,
figcaption{
    width: 100%;
}

.single-post .entry-content-wrapper .entry-content figcaption{
    left: 0;
}

.single-post .entry-content-wrapper figcaption{
    left: 15px;
}

.gallery-caption,
.single-post .entry-content-wrapper figcaption{
    width: 90.5%;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
}

.archive .module-content img,
.single-post .post .entry-content.detailed-news img{
    margin: 0;
}

.archive .post .news-content{
    padding: 0 10px 10px;
}

.top-bar .breaking-news-title{
    display: inline-block;
}

.entry-date.published{
    font-size: 12px;
}

.wp-caption .wp-caption-text{
    margin: 0;
}

/*related-posts-main*/

.related-posts-main{
    float: left;
}

.related-posts-main .entry-title{
    border-left: 3px solid #000;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-left: 10px;
}

.related-posts-total .entry-title{
    border-left: transparent;
    font-size: 16px;
    margin-top: 0;
    padding-left: 0;
    padding-top: 15px;
}

.news-listing-category .entry-header h2.entry-title{
    border-bottom: 1px solid #d6d6d6;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.news-listing-category .entry-header h2.entry-title a{
    border-bottom: 2px solid #00a9e0;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.single-post .post .entry-content.detailed-news,
.entry-content .wp-caption,
.sidebar .vertical-news,
.site-footer .widget_media_image .wp-caption,
.site-info .widget_media_image,
.widget.widget_media_image,
.advertising .widget_media_image,
#widget-area .widget_media_image .wp-caption,
.col-3 .widget_media_image .wp-caption,
.col-4 .widget_media_image .wp-caption{
    position: relative;
}

.widget.widget_media_image .wp-caption{
    width: 100% !important;
}


.widget_media_image figure.wp-caption figcaption{
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    position: absolute;
    padding: 8px 15px;
    width: 100%;
}


.widget.widget_media_image,
.advertising .widget_media_image{
    float: left;
}

.widget.widget_media_image{
    display: inline-block;
}


.row-wrapper{
    width: 100%
}

.top-bar .pro-top .col-5{
    float: right;
}

.site-footer .widget_media_image > img,
#widget-area .news-widget{
    margin-bottom: 15px;
}

.site-info .row.flex-wrapper li{
    display: inline-block;
}

.site-info .row li{
    display: block;
}

.vertical-news.scroll-layout .vertigo-news.vertigo {
    overflow: scroll;
    overflow-x: hidden;
}

.vertical-news.scroll-layout .v-news-nav{
    display: none;
}

.sidebar #news{ 
    width: 100%;
}

.sidebar .v-news-nav{
    bottom: 0;
}

.video-wrapper #navigation .owl-prev:hover:before,
.video-wrapper #navigation .owl-next:hover:before{
    color: #fff;
}

.article-post .module-content figure{
    padding-bottom: 10px;
}

.top-bar h3.rwf-loc-name,
.top-bar span,
.pro-top span.address{
    color: #000;
}


/*------------------------------------
            media query start
 --------------------------------------*/

@media screen and (max-width:1199px) {
    .resp-tabs-list li {
        padding: 13px 0;
    }

    #news{
        width: 100%;
    }

    .top-bar.heading-wrapper .col-7.breaking-module{
        width: 52%;
    }

    .top-bar.heading-wrapper .col-3{
        width: 31%;
    }
    .advertising .widget.widget_media_image a,
    .advertising .widget.widget_media_image,
    .advertising figure {
        height: auto;
    }
}

@media screen and (max-width:1200px) and (min-width: 768px){

    .scroll-layout-one .small-image a img{
        float: none;
        margin: 0 auto;
    }

}

@media screen and (max-width:1024px) {

    .advertising .widget_media_image .wp-caption{
        width: 100% !important;
    }

    .top-bar.heading-wrapper .weather-city {
        width:  auto;   
    }

    .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;
    }

    .left-block article.module-content figure{
        width: 40%;
    }

    .left-block article.module-content figcaption {
        width: 60%;
    }

    .top-bar .pro-top  .col-3,
    .top-bar .pro-top  .col-2{
        padding-top: 10px;
        width: 50%;    
    }

    .top-bar .pro-top .col-5{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .top-right-wrapper .rwf-container{
        padding-left: 0;
    }

    .top-bar .pro-top ul{
        text-align: left;
    }

    .top-bar .pro-top .breaking-news-title{
        margin: 0;
    }

    .news-widget{
        height: auto !important;
    }

    .menu li {
        padding: 25px 5px;
    }

    .module{
        margin-top: 30px;
    }

    .module.news-section-5{
        margin-top: 0;
    }

    .mega-menu ul.mega-menu-navigation > li > a{
        font-size: 18px;

    }

    .close-btn img{
        margin-top: 5px;
        width: 25px;
    }

    .footer-top ul li{
        padding: 5px 13px;
    }

}

@media screen and (max-width:1024px) and (min-width: 768px){
    .top-bar .col-2.site-branding{
        width: 100%;
    }

    .top-bar .col-2.site-branding img{
        margin: 0 auto;
    }

    .top-bar .col-2.site-branding,
    .widget_media_image figure.wp-caption figcaption{
        text-align: center;
    }

    .post .news-content h3{
        font-size: 18px;
    }

    .comment-respond .comment-reply-title,
    .detailed-news .entry-header h3{
        font-size: 25px;
    }
}

@media screen and (max-width:1150px){
    .top-bar .pro-top .top-right-wrapper .header-date{
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width:1150px) and (min-width: 991px){
    .top-bar .pro-top .col-5{
        width: 35%;
    }

    .top-bar .pro-top .col-7.breaking-module {
        width: 65%;
    }

    .top-bar.heading-two-wrapper .pro-top span{
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) {
    .banner .owl-carousel .owl-nav{
        right: 25%;
    }
}

@media screen and (max-width:992px) {

    .top-right-wrapper{
        float: left;
    }

    .module-content img,
    .module-post img {
        margin-bottom: 5px;
    }

    .featured-section .featured-section-contain {
        margin: 11px 15px;
    }

    .author-img .news-author {
        width: 30%;
    }

    .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;
    }

    .news-section-5 .row .col-3 {
        width: 50%;
        padding-bottom: 20px;
    }

    .news-section-5 .row .col-3:nth-child(2n+3) {
        clear: left;
    }

    .footer-top ul li {
        padding: 5px 2px;
    }

    .search-form {
        padding-right: 0;
    }

    .news-content h3 {
        font-size: 20px;
    }

    .top-bar .col-6.breaking-module,
    .left-block article.module-content figure,
    .left-block article.module-content figcaption {
        width: 50%;
    }

    .banner.pro-design .owl-carousel .owl-nav{
        right: -14px;
    }

    .featured-news .col-9{
        margin-bottom: 0;
    }

    .banner-module-col .feature-block figure img{
        height: auto;
        display: block;
    }

    .banner-module-col .feature-block figure img,
    .banner-module-col,
    .top-bar .pro-top .col-5,
    #widget-area .news-widget,
    .col-8.module-block-slide{
        width: 100%;
    }

    .-one .small-image,
    .-one .small-info,
    .health .small-image,
    .health .small-info {
        vertical-align: middle;        
    }

    .site-footer .widget_media_image,
    #widget-area .widget_media_image .wp-caption{
        float: left;
    }

    .-one .small-image,
    .health .small-image,
    .footer-top .flex-wrapper .col-2,
    .footer-top .flex-wrapper .col-7{
        width: auto;
    }

    #searchtoggl {
        z-index: 999;
    }

    .mean-container a.meanmenu-reveal span {
        background: #000;
    }

    .mean-container .mean-bar {
        background-color: transparent;
        position: absolute;
        z-index: 10;
    }

    .search-icon a {
        z-index: 11;
        position: relative;
    }

    .mean-container .mean-nav {
        background-color: #fff;
    }

    .mean-container .mean-nav {
        margin-top: 75px;
    }

    .mean-container a.meanmenu-reveal {
        left: 5px !important;
        top: 16px;
        color: #000;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 24px;
    }

    .mean-nav li {
        padding: 0;
        margin-bottom: 0;
    }

    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav ul li a {
        color: #4e4e4f;
        padding: 10px 5%;
    }

    .col-1.mega-menu-wrapper {
        display: inline-block;
        padding-top: 0;
        position: absolute;
        right: 85px;
        width: auto;
        z-index: 9999;
    }

    .search-icon.col-1 {
        display: inline-block;
        width: 100%;
    }

    .col-8.news-block{
        margin-bottom: 30px;
    }

    .mega-menu ul.mega-menu-navigation > li > a {
        font-size: 16px;
    }

    ul.mega-menu-navigation li{
        padding: 0 35px;
    }

}

@media screen and (max-width:992px) and (min-width: 768px){

    #widget-area .widget_media_image > img,
    #widget-area .widget_media_image .wp-caption {
        padding: 0 15px;
    }

    .site-footer .widget_media_image figure.wp-caption figcaption.wp-caption-text,
    #widget-area .widget_media_image figure.wp-caption figcaption {
        width: 75%;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: -o-calc(100% - 30px);
    }

    .health{
        float: none;
    }

    .-one .small-image,
    .health .small-image{
        width: auto;   
    }

    caption, th, td{
        padding: 4px;
    }

    .news-widget .module-post.feature-list,
    .top-bar .pro-top .col-7.breaking-module ,
    .col-8.news-block,
    .col-4.article-section,
    .news-section-5 .news-widget .module-post,
    .col-9,
    .col-3{
        width: 100%;
    }

    .col-12.news-block{
        margin-bottom: 30px;
    }

    #vertical-news, 
    .module .bg-color{
        margin-bottom: 30px !important;
    }

    .module.advertising{
        margin: 0;
    }

    .news-widget .module-post,
    .world-news-block .col-4,
    .featured-news .col-4{
        width: 50%;
    }

    .col-4.article-section .news-widget .module-post{
        width: auto;
    }

    .module-news article.col-4.module-content:nth-child(3n+0){
        clear: none;
    }

    .health,
    .news-widget .module-post:nth-child(2n+2),
    .sidebar .vertigo li:nth-child(2n+3),
    .row.module-news .module-content:nth-last-child(2){
        clear: both;
    }

    .news-widget .module-post:nth-child(2n+2){
        padding-right: 10px;
    }

    .news-widget .module-post:nth-child(2n+1){
        padding-left: 10px;
    }

    .news-section-5 .news-widget .module-post:nth-child(2n+2),
    .news-section-5 .news-widget .module-post:nth-child(2n+1){
        padding: 0;
    }

    .module.advertising .widget,
    .col-9.breaking-module,
    .news-block .pull-left .module-content:nth-last-child(1),
    .news-block .pull-left .module-content:nth-last-child(2){
        margin-bottom: 0;
    }

    .module .widget .feature-list ul li{
        display: inline-block;
    }

    .sidebar .vertigo li{
        float: left;   
        width: 50%;
    }

    .site-identity .col-3{
        width: 25%;    
    }

    .site-identity .col-9{
        width: 75%;
        margin: 0;
    }

    .site-footer aside.widget_media_image > img,
    .site-footer .widget_media_image figure.wp-caption{
        padding: 0 15px;
    }

    .site-footer .news-widget,
    .site-footer .health{
        margin-bottom: 15px;
    }

    .vertigo{
        height: 69%;
    }

    .vertigo li{
        display: block;
    }

    .top-bar.heading-wrapper .breaking-news li{
        padding-left: 0;
    }

    ul.mega-menu-navigation li{
        width: 24%;
    }

    .col-4.article-section #tab-wrapper{
        margin-bottom: 15px !important;
    }

}

@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,
    .footer-top .flex-wrapper .col-2,
    .footer-top .flex-wrapper .col-7,
    .banner .slider-top-news,
    .module-post,
    ul#news,
    .news-section-5 .row .col-3,
    .top-bar .pro-top .breaking-module,
    .top-bar.heading-wrapper .col-3,
    .top-bar.heading-wrapper .col-7.breaking-module,
    .health,
    .left-block article.module-content figcaption,
    .left-block article.module-content figure {
        width: 100%;
    }

    .banner-content .banner-module p {
        display: none;
    }
    .module-tab {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .module{
        margin-top: 30px;
    }

    .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 {
        margin: 30px 0;
    }

    .health-content {
        min-height: auto;
    }

    .world-news-block {
        margin-top: 30px;
    }

    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;
    }

    .top-bar .weather-city {
        position: relative;
        top: 0;
        text-align: center;
    }

    .top-bar {
        padding: 0;
    }

    .breaking-module {
        padding: 15px;
    }

    .pull-left article.module-content {
        margin-top: 0;
    }

    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        bottom: 30px;
    }

    .weather-city span {
        float: none;
    }

    .owl-carousel .owl-nav {
        right: 15px;
    }

    .footer-top a {
        margin-bottom: 10px;
    }

    .video-wrapper .owl-carousel .owl-video-wrapper {
        width: 100% !important;
        height: 300px;
    }

    .footer-top .copyright span{
        float: none;
    }

    .banner .slider-top-news,
    .banner #vertical-news{
        position: relative;
    }

    .widget.widget_nav_menu .mean-bar{
        display: none;
    }

    .owl-carousel .owl-video-play-icon:before {
        font-size: 40px;

    }

    .owl-carousel .owl-video-play-icon {
        height: 70px;
        width: 70px;
    }
    ul.mega-menu-navigation li{
        width: 32%;
    }

    .left-block article.module-content figcaption,
    .left-block article.module-content figure{
        padding: 0;
    }

    .social-icon,
    .breaking-news,
    .breaking-news-title,
    .site-branding{
        text-align: center;  
        margin: 0 auto;
    }

    .breaking-news ul li{
        text-align: left;
        padding:15px 0 0;
        margin: 0;

    }

    .site-footer .custom-logo-link img,
    .site-branding img{
        margin:0 auto;
    }

    .breaking-module{
        display: inline-block;
    }

    h2{
        font-size: 18px;
    }

    .page-content{
        padding: 10px 0;
    }

    .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:  25px;
    }

    .module.advertising{
        margin-top: 0;
    }

    .col-8.news-block,
    .row.module-news .featured-section.module-content:nth-last-child(1){
        margin-bottom: 0;
    }

    .vertigo-news.vertigo,
    .resp-tabs-container,
    .health-content,
    #overlay{
        overflow-y: scroll !important;
    }

    ul#news .-one li{
        clear: both;
    }

    .vertigo li{
        clear: both;
        display: block;
    }

    .banner .vertigo li{
        padding: 0 0 10px;
    }

    .banner .slider-top-news{
        padding: 30px 0 15px;
    }

    .banner .small-module{
        margin: 0;
    }

    ul.mega-menu-navigation li:nth-child(2n+7){
        clear: none;
    }

    .footer-top,   
    .top-bar.heading-wrapper .breaking-module,
    .site-identity,
    .sidebar .vertigo .-one li .small-module{
        text-align: center; 
    }

    .site-identity img {
        margin: 0 auto;
        float: none;
    }

    .module .bg-color{
        margin: 0 !important;
    }

    .news-section-5 .row .col-3{
        padding-bottom: 15px;
    }


    .pro-top .breaking-news-title{
        padding: 10px 5px;
        text-align: left;
    }

    .weather-city .rwf-details ,
    .weather-city .rwf-temp-details{
        display: inline-block;
        float:  none; 
        width: auto;  
        vertical-align: middle;
    } 

    .vertigo .small-image{
        float: left;
    }

    #vertical-news, .module .bg-color {
        height: auto !important;
    }

    .pro-top .breaking-news p{
        padding: 5px;
    }

    .pro-top .breaking-news{
        padding-left: 10px;
    }


    .col-3 #widget-area{
        margin-top: 15px;
    }

    .related-posts-main .entry-title,
    .comment-respond .comment-reply-title,
    .detailed-news .entry-header h3{
        font-size: 18px;
    }

    .post .news-content h3,
    .related-posts-main .related-posts .entry-title{
        font-size:  16px;
    }
    .pro-top .breaking-news-title:before{
        top: 7px;
    }

    .close-btn img{
        width: 20px;
    }

    .widget_media_image figure.wp-caption figcaption{
        float:  left;   
        position: relative;
    }



    .site-info .search-form{
        padding-right: 0;
    }


    .error-404.not-found .page-title{
        font-size: 18px;
    }

    .search .no-results .page-title{
        font-size: 30px;
    }

    .search .no-results .page-content p{
        font-size: 14px;

    }

    .error-404 .search-box-wrap{
        width: 100%;
    }

    .error-404 p,
    .error-404.not-found .page-title,
    .error-404 .search-box-wrap{
        padding: 0 15px;
    }
}

@media screen and (max-width:600px) {
    .news-content h3 {
        padding-bottom: 0;
        font-size: 24px;
    }

    .banner-module p {
        padding: 6px 0px;
    }

    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        bottom: 10px;
    }

    .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;
    }

    .top-bar .breaking-module {
        display: block;
    }

    .footer-top .copyright span {
        float: none;
    }
}



@media screen and (max-width:551px) {
    .rwf-details,
    .rwf-temp-details {
        padding-right: 5px;
        margin: 0 5px 0 0;
    }

    .pro-top .breaking-news p {
        padding: 5px; 
    }

    .pro-top ul li a,
    .col-3 .rwf-container,
    .breaking-news ul li,
    .top-bar .pro-top .breaking-news-title,
    .pro-date p{
        text-align: center;
    }

    .breaking-news ul li{
        padding: 5px 0 0;
    }

    .pro-top ul li a,
    .top-bar .pro-top ul,
    .pro-top .breaking-news{
        width: 100%;
    }

    .pro-top .breaking-news{
        padding: 0;
        text-align: center;
    }

    .pro-top .breaking-news-title:before{
        display: none;
    }


    .breaking-news,
    .pro-top ul li a,
    .pro-top p,
    .top-bar .breaking-news-title{
        display: block;
    }

    .pro-top p.rwf-forecast-temperature{
        display: inline-block;
    }

    .top-bar .breaking-news-title{
        background: #fff;
        padding: 10px 5px;
    }

    .top-right-wrapper{
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .pro-top .col-5 span ul{
        float: none;
        text-align: center;
    }

}


@media screen and (max-width:480px) {
    ul.mega-menu-navigation li{
        width: 48%;
        padding: 0 15px;
    }

    .close-btn img {
        width: 16px;
    }

    h3,
    .mega-menu ul.mega-menu-navigation > li > a,
    .news-content h3{
        font-size: 14px;
    }

    .mega-menu ul li li{
        font-size: 12px;
    }

    .banner-content {
        margin-bottom: 45px;
    }
    .banner-module p {
        font-size: 13px;
    }

    .news-content h3 {
        line-height: 21px;
    }

    .banner-module p {
        padding: 0;
    }

    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        bottom: 15px;
    }

    .right-block .banner-module-col-right {
        display: block;
        float: none;
        padding-top: 15px;
        width: 100%;
    }

    .pro-design .banner-content{
        bottom: 20px;
    }

    .banner.pro-design .owl-carousel .owl-nav{
        right: 0;
    }

    .owl-carousel .owl-video-play-icon{
        height: 50px;
        width: 50px;
    }

    .owl-carousel .owl-video-play-icon:before{
        font-size: 26px;
    }

    .module-post figure:before, 
    .current .module-post figure:before{
        height: 30px;
        padding: 3px 9px;
        width: 30px;
    }

    .current .module-post figure:before{
        padding: 2px 8px;
    }

    .top-bar .weather-city,
    .top-bar .pro-top  .col-3,
    .top-bar .pro-top  .col-2{
        width: 100%;
    }

    .top-bar .pro-top ul,
    .pro-date{  
        text-align: center; 
    }

    .breaking-module p strong{
        margin-right: 0;
        width: 100%;
    }

    .top-bar.heading-two-wrapper .pro-top span{
        margin: 0 auto;
    }

    .pro-top .col-5 span ul,
    .top-right-wrapper{
        float: none;
    }

    .banner .slider-top-news .v-news-nav{
        bottom: 10px;
    }

    .module .health.widget{
        margin: 15px 0;
    }

    .world-news-block,
    .module{
        margin-top: 15px;
    }

    .module.advertising{
        margin-top: 5px;
    }

    .module.advertising .widget{
        margin-bottom: 5px;
    }

    .wp-caption{
        margin-bottom: 10px;
    }

    .module .widget,
    .module .widget.widget_media_image{
        margin-bottom: 0;
    }

    .wp-video,
    .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: 15px;
    }

    .top-bar .pro-top ul{
        padding-left: 0;
    }

    .search .no-results .page-title{
        font-size: 22px;
    }

    .banner .vertigo li:last-child{
        padding: 0;
    }



}

@media screen and (max-width:320px) {
    .news-content h3 {
        font-size: 14px;
        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;
    }

    .owl-prev:before, .owl-next:before {
        line-height: 21px;
    }

    .search-icon a{
        padding-left: 15px;
    } 

    .rwf-loc-name {
        font-size: 12px;
    }


    .banner-content{
        margin-bottom: 25px;
    }

}
/*media query end*/