/**
 * Theme Name:  ONews
 * Theme URI:   
 * Author:      ONews
 * Author URI:  
 * Description: 
 * Version:     1.0.1
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: BoldNews
 * Domain Path: /languages/
 * Tags:         one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, black, blue, green, gray, orange, red, white, yellow, dark, light
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Document Setup
	2.1 - Typography
	2.2 - Links
	2.3 - Heading
	2.4 - Base
	2.5 - Content
	2.6 - Table
    2.7 - Form
    2.8 - Accessibility
	2.9 - DDsmoothmenu
3.0 - Scaffolding
4.0 - Site Structure
	4.1 - Header
	4.2 - Main Content
	4.3 - Footer
5.0 - Posts
6.0 - Pages
    6.1 - Archive Page, Category
    6.2 - Blog Page
    6.3 - Gallery page
    6.4 - Pagination
7.0 - Widgets
8.0 - Support
    8.1 - Owl carousel
    8.2 - FLex slider
    8.3 - Theme animation
/*------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset ( Eric Meyer reset + normalize.css )
--------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

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

html {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

a:focus {
    outline: none;
}

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

a img {
    border: 0;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

pre {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

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

.clear {
    zoom: 1;
}

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

.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
    word-wrap: break-word;
    word-break: break-word;
}

.none {
    display: none;
}

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html {
    font-size: 62.5%;
}

body, button, input, select, textarea {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #4A4A4A;
    background: #fff;
}

pre, code, input, textarea {
    font: inherit;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
    -webkit-transition: all .4s ease 0s;
       -moz-transition: all .4s ease 0s;
         -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
    text-decoration: none;
    color: #4db2ec;
}
a:hover {
    -webkit-transition: all .4s ease 0s;
       -moz-transition: all .4s ease 0s;
         -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
    color: #E81D82;
}

a,
a:focus,
a:hover {
    outline: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    clear: both;
    margin: 10px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 30px;
    line-height: 1.15;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: normal;
}

h5 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h6 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
    margin-bottom: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

b, strong {
    font-weight: bold;
}

blockquote {
    clear: both;
    margin: 20px 0;
}

blockquote p {
    font-size: 24px;
    line-height: 1.5;
}

blockquote cite {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 20px;
}

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

figure {
    margin: 0;
}

address {
    margin: 20px 0;
}

hr {
    height: 1px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #E6E6E6;
}

tt, kbd, pre, code, samp, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    padding: 5px 7px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #E6E6E6;
}

pre {
    line-height: 1.7;
    overflow: auto;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
    white-space: pre-wrap;
}

details summary {
    font-weight: bold;
    margin-bottom: 20px;
}

details :focus {
    outline: none;
}

abbr, acronym, dfn {
    font-size: .95em;
    cursor: help;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px dotted #E6E6E6;
}

mark {
    text-decoration: none;
    background-color: #FFF9C0;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

ul, ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul li, ol li {
    margin: 8px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E6E6E6;
}

table > thead > tr > th, table > thead > tr > td {
    font-weight: bold;
    border-bottom-width: 2px;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
    padding: 20px;
    border: 1px solid #E6E6E6;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: #e84040;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
    background: #E81D82;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

select {
    overflow: auto;
    max-width: 100%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #E6E6E6;
    outline: none;
}

textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    max-width: 100%;
    padding: 10px 15.38462px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    -webkit-appearance: none;
}

textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 10px;
}

input, textarea, input[type="submit"]:focus {
    outline: 0 none;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
    -webkit-transition: all .4s ease 0s;
       -moz-transition: all .4s ease 0s;
         -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
    -webkit-transition: all .4s ease 0s;
       -moz-transition: all .4s ease 0s;
         -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    line-height: normal;
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 1.7em;
    padding: 17px;
    text-decoration: none;
    color: #4db2ec;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #999;
    /* Above WP toolbar */
}

/*------------------------------
    2.9 DDsmoothmenu
------------------------------*/
.primary-nav {}
.primary-nav ul {
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 99;
}

/*Top level list items*/
.primary-nav ul li {
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.primary-nav ul li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    z-index: 0;
    position: relative;
}

* html .primary-nav ul li a { 
    display: inline-block;
}

.primary-nav ul li a:link, 
.primary-nav ul li a:visited {}

.primary-nav ul li a.selected { 
    background: black; 
}

.primary-nav ul li a:hover {/*background of menu items during onmouseover (hover state)*/}
/*1st sub level menu*/

.primary-nav ul li ul {
    position: absolute;
    left: 0;
    display: none; 
    /*collapse all sub menus to begin with*/
    visibility: hidden;z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.primary-nav ul li ul li {
    display: list-item;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.primary-nav ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
.primary-nav ul li ul li a {
    min-width: 130px; 
    /*width of sub menus*/
    padding:8px 13px 8px;
    display: block;
    z-index: 100;
}

/* Holly Hack for IE \*/
* html .monPrimary {
    height: 1%;
} /*Holly Hack for IE7 and below*/

/*--------------------------------------------------------------
3.0 Scaffolding
--------------------------------------------------------------*/
.boxed-mod .site-wrapper {
    width: 1190px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.site-header {
    background: #fff;
    position: relative;
}

.site-content {
    background: #fff;
    width: 100%;
    padding: 40px 0;
}

.primary-sidebar-wrap {
    margin-left: 2px;
}

.secondary-sidebar-wrap {
    background-color: #f5f5f5;
    padding: 20px;
    margin-right: -2px;
}

.home2 .content-area-inner {
    margin-right: -2px;
}

.content-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.content-area .ads-wrap {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/*------------------------------
4.1 Header
------------------------------*/
/* Topbar
------------------------------*/

.topbar-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

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

.topbar-wrap ul li {
    float: left;
}

.social-top li,
.topbar-wrap .menu-top li {
    margin: 0;
}

.topbar-wrap .menu-top li a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 17px 10px;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    font-family: "Raleway", Helvetica,Arial,sans-serif;
}

.social-top li a:hover,
.topbar-wrap .menu-top li a:hover {
    color: #4db2ec;
}

.social-top li a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 16px 6px;
    line-height: 1;
    color: #404040;
    font-size: 13px;
}

.topbar-left ul li:first-child a {
    padding-left: 0;
}

.topbar-right ul li:last-child a {
    padding-right: 0;
}

.topbar-wrap .social-wrap li a i {
	font-size: 14px;
}

.header-wrap {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 20px 0;
    width: 100%;
    /* box-shadow: 0 -10px 18px -6px #d0d0d0 inset; */
}

.logo-wrap h1 {
    margin: 20px 0;
}

.ads-header-wrap img {
    max-width: 728px;
}

.ads-header-wrap img {
    width: 100%;
}

/* Navigation
------------------------------*/
.primary-menu-wrap {
    box-shadow: 0 1px 6px rgba( 0, 0, 0, 0.1 );
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.primary-nav li {
    float: left;
    position: relative;
    margin: 0;
}

.primary-nav ul li a {
    display: block;
    margin: 0;
    padding: 17px 20px;
    font-family: 'Oswald',Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.primary-nav ul li a:hover {
    background: #e84040;
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.primary-nav li.home a {
    background: url(assets/images/home-icon.png) no-repeat center center;
    width: 30px;
    overflow: hidden;
    text-indent: -999px;
    padding-left: 30px;
    padding-right: 30px;
}

.primary-nav li.current-item a {
    background: #e84040;
}

.primary-nav li.home a:hover,
.primary-nav li.current-item.home a {
    background: #e84040 url(assets/images/home-icon-hover.png) no-repeat center center;
}

.primary-nav li ul {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.primary-nav ul li ul li a {
    min-width: 190px;
    max-width: 250px;
    text-decoration: none;
    text-transform: none;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    padding: 12px 15px;
    font-size: 13px;
}

/* Mobile menu */
#primary-nav-mobile-a,
#primary-nav-mobile-id {
    display: none;
}

#primary-nav-mobile-a {
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 13px 0;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    color: #333;
    border: none;
    background: white;
    text-decoration: none;
}

#primary-nav-mobile-a:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: '\f0c9';
}

/* Search nav
------------------------------*/
.search-nav-wrap {
    float: right;
    position: relative; 
}

.search-nav-wrap a {
    background: url(assets/images/search-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    padding: 14px 20px;
    text-indent: -999px;
}

.search-hide-wrap {
    background-color: #fff;
    box-shadow: 0.9px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
    display: none;
    padding: 20px;
    position: absolute;
    top: 50px;
    width: 350px;
    z-index: 99;
    right: 0;
}

.search-hide-wrap #s {
    width: 228px;
    float: left;
    border-radius: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

.search-hide-wrap #searchsubmit {
    border-radius: 0;
    float: left;
}

.search-hide-wrap #searchsubmit:hover {
    background: #333;
    color: #fff;
}

/*------------------------------
4.2 Main
------------------------------*/
/* Homepage
------------------------------*/
.content-area .section {
    margin-bottom: 30px;
    position: relative;
}

.feature-slider-inner {
    margin-bottom: 20px;
}

.feature-slider-wrap .owl-item article {
    margin: 0px 10px;
    position: relative;
}

.feature-slider-wrap .featured-image {
    margin-bottom: 0;
}

.feature-slider-wrap .entry-meta {
    margin-bottom: 0;
}

.content-post-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.carousel-wrapper {
    overflow: hidden;
}

.feature-slider-wrap .carousel-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.owl-item .entry-title a {
    color: #fff;
}

.category-in a {
    color: #fff;
    font-family: 'Oswald',Arial,sans-serif;
    line-height: 16px;
    padding: 7px 12px;
    text-align: center;
    background-color: #e84040;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.category-in a:hover {
    background-color: #333;
}

.post-inner {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 12px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}

.post-inner header {
    padding-top: 15px;
}

.post-inner .entry-meta {
    padding-bottom: 20px;
    color: #fff;
}

.content-wrap .post-slider-wrap.flexslider {
    margin-bottom: 30px;
}

.carousel-outer .post {
    margin: 0 10px;
}

.video-carousel-wrap .owl-buttons {
    right: 0px !important;
}

a.more-of-cat {
    position: absolute;
    top: 4px;
    right: 0;
    color: #cbcbcb;
    text-decoration: none;
    font-size: 12px;
}

a.more-of-cat:hover {
    color: #4db2ec;
}

.no-padding-inner a.more-of-cat {
    right: 10px;
}

.no-padding-inner .special-post {
    margin-bottom: 15px;
}

/*------------------------------
	4.3 Footer
------------------------------*/
.footer-widget-area {
    background: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    padding: 40px 0;
}

.site-info {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0;
}

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

.footer-nav ul li {
    float: left;
    margin: 0;
}

.footer-nav ul li:before {
    content: '|';
    padding: 0 8px;
}

.footer-nav ul li:first-child:before {
    content: '';
}

.footer-nav ul li a {
    text-decoration: none;
    color: #4a4a4a;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
}

.footer-nav ul li a:hover {
    color: #4db2ec;
}

.form-news-letter {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.form-news-letter h3 {
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 16px;
}

.form-news-letter .form-inner {
    background: #e1e1e1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.form-news-letter .form-inner input[type="text"] {
    border-top: none;
    border-radius: 0;
    background: 0 none;
    width: 80%;
    float: left;
    padding: 8px;
}

.form-news-letter .form-inner .submit {
    background: 0 none;
    border: medium none;
    border-radius: 0;
    display: block;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 0;
}

.form-news-letter .form-inner .submit i {
    font-size: 25px;
    color: #f9f9f9;
}

a.gotop {
    background: #e84040;
    border-radius: 0;
    bottom: 30px;
    position: fixed;
    right: 30px;
    z-index: 9;
    outline: none;
    color: #fff;
}

a.gotop:hover {
    background: #333;
    color: #fff;
}

/*--------------------------------------------------------------
5.0 Single Posts
--------------------------------------------------------------*/
.single-wrap .post {
    margin-bottom: 0;
    overflow: visible;
}

.no-secondary-sidebar .single-wrap {
    background: #f9f9f9;
    padding: 20px;
}

.no-secondary-sidebar .comment-item {
    background: #f1f1f1;
}

h1.page-title,
h1.entry-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
}

h1.page-title {
    font-family: 'Oswald',Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-wrap .featured-image {
    margin-bottom: 14px;
}

.featured-image.single-feature img {
    width: 100%;
}

.single-wrap .entry-meta {
    font-style: normal;
}

.single-wrap .entry-meta a {
    color: #888;
    text-decoration: none;
}

.single-wrap .entry-meta a:hover {
    color: #cbcbcb;
}

.single-wrap .entry-meta .author:after,
.single-wrap .entry-meta .comments:before {
    content: '|';
    padding: 0px 5px;
}

.single-wrap .categories {
    margin-bottom: 10px;
}

.single-wrap .entry-content {
    font-size: 14px;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    font-family: 'Lato',Arial,sans-serif;
} 


.entry-content blockquote {
    background: url("assets/images/content-quote.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    font-style: italic;
    margin: 0 0 20px 35px;
    padding: 0 30px 0 50px;
} 

.entry-content blockquote p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    text-shadow: 0 1px 0 #fff;
}

.single-wrap .categories a {
    font-style: normal;
    background: #e84040;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 4px;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    line-height: 1
}

.single-wrap .categories a:hover {
    background: #333;
    color: #fff;
}

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

.readmore-outer {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.readmore-outer a {
    display: inline-block;
    background: #e84040;
    padding: 6px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}

.readmore-outer a:hover {
    background: #333;
}

/* Post Entry
------------------------------*/
.post {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}

.special-post,
.widget-comments .item:last-child,
.normal-item:last-child {
    margin-bottom: 0;
}

.featured-image {
    overflow: hidden;
    margin-bottom: 13px;
}

.featured-image a {
    overflow: hidden;
    display: block;
}

.featured-image img {
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.feature-wrap .post:hover .featured-image img,
.feature-wrap .post:focus .featured-image img,
.feature-wrap .post:active .featured-image img,
.feature-wrap .post .featured-image img:hover,
.featured-image a:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.entry-title {
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 28px;
    font-weight: normal;
}

.entry-title a {
    color: #333;
    text-decoration: none;
    display: block;
}

.entry-title a:hover {
    color: #4db2ec;
}

.entry-meta {
    color: #cbcbcb;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.entry-meta .more a {
    float: right;
    color: #cbcbcb;
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.entry-meta .more a:hover {
    color: #4db2ec;
}

.entry-comments-views {
    display: inline-block;
}

.entry-meta .post-view,
.entry-meta .post-comment {
    margin-left: 10px;
}

.entry-meta .post-comment:before {
    content: '\f086';
    font-family: FontAwesome;
    line-height: 1;
    padding-right: 3px;
}

.entry-meta .post-view:before {
    content: '\f06e';
    font-family: FontAwesome;
    line-height: 1;
    padding-right: 3px;
}

.widget-comments .featured-image,
.normal-item .featured-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
}
.comnment-inner,
.normal-item .entry-header {
    overflow: hidden;
}

.normal-item .entry-title {
    font-size: 13px;
    line-height: 17px;
}

.normal-item .entry-meta {
    margin-bottom: 0;
}

.tags-share-wrap {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 25px;
}

.post-tags {
    float: left;
}

.post-tags i,
.post .share-icon i {
    padding-right: 5px;
}


.post-tags a {
    color: #4a4a4a;
    text-decoration: none;
}

.post-tags a:hover {
    color: #4db2ec;
}

.post .share {
    float: right; 
    color: #4a4a4a;
}

.post .share-icon { 
    cursor: pointer; 
    position: relative;
}

.post .share .txt { 
    text-transform: uppercase;
}

.post .share .share-outer {
    display: none;
    background: #f1f1f1;
    bottom: 24px;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 999;
}

.share-inner {
    position: relative;
    display: block;
}

.share-inner:before {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #f1f1f1;
    font-size: 25px;
    position: absolute;
    bottom: -22px;
    right: 10px;
}

.post .share .share-outer ul {
    margin: 0;
    padding: 7px 15px 3px;
    list-style: none;
}

#facebook-frame {
    border:none; 
    overflow:hidden; 
    width:107px; 
    height:21px;
}

.author-box-wrap {
    margin-bottom: 30px;
}

.similar-articles {
    margin-bottom: 25px;
}

h4.author-box-title,
.comments-header-title {
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
}

.comments-header-title {
    margin-top: 15px;
}

.entry-author-avatar {
    float: left;
}

.entry-author-avatar img {
    float: left;
    margin-right: 30px;
    border-radius: 120px;
}

.author-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.author-social li {
    float: left;
    margin: 0 10px 0 0;
}

.author-social li a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
}

.author-social li a:hover {
    color: #4db2ec;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
    font-style: italic;
    line-height: 1.35;
    max-width: 100%;
    margin-bottom: 20px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%;
}
.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
    font-size: 13px;
    font-style: italic;
    line-height: 1.35;
}

.alignleft, .entry-thumbnail.thumbnail {
    display: inline;
    float: left;
    margin-right: 30px;
}

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

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

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

.gallery-caption {
    font-family: inherit;
}

.bypostauthor {
    margin: 0;
}

/* Gallery
------------------------------*/
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 4px 4px 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    font-size: 12px;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 6px 8px;
    text-align: left;
    opacity: 0;
    color: #FFF;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
    content: "";
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.attachment {
    margin-bottom: 20px;
}

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

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

.comments-list li {
    margin-bottom: 0;
}

.comment-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #F6F6F6;
}

.comment-item .comment-header {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.comment-item .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 18px;
    -webkit-border-radius: 120px;
       -moz-border-radius: 120px;
            border-radius: 120px;
}

.comment-item .comment-header-right {
    overflow: hidden;
}

.comment-reply-link {
    float: right;
    color: #999;
    text-decoration: none;
}

.comment-item .comment-date {
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 6px;
    color: #999;
    text-shadow: 0 1px 0 #FFF;
    font-size: 12px;
}

.comment-item .comment-author {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.comment-reply-link:hover,
.comment-item .comment-author:hover {
    color: #4db2ec;
    text-decoration: none;
}

.comment-item .comment-content {
    padding-top: 13px;
    border-top: 1px solid #FFF;
}

.comments-list li ul.children {
    padding-left: 30px;
    list-style: none;
}

.logged-in-as a:hover {
    color: #333;
}

/* Comment Form
------------------------------*/
#submit-comment {
    overflow: hidden;
}

.form-line {
    margin-bottom: 20px;
}

.form-line label {
    font-weight: normal;
}

.form-line span.required {
    color: red;
}

.form-line input {
    width: 320px;
    padding: 10px;
}

.form-line textarea {
    width: 99.9%;
}

.comment-form #submit {
    border-radius: 0;
}

.comment-form #submit:hover {
    background-color: #333;
    border-radius: 0;
}

/* Rating & Review box
------------------------------*/
/* Post Ratting */
.page .review-box-wrapper {
    display: none;
}

.review-box-wrapper {
    margin-bottom: 30px;
}

.review-box-wrapper .review-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #E6E6E6;
}

.review-box-wrapper ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.review-box-wrapper ul li {
    margin: 0 0 12px 0;
    list-style: none;
}

.review-box-wrapper ul li .review-score-detail {
    margin-bottom: 4px;
}

.review-box-wrapper ul li .review-score-under {
    display: block;
    height: 12px;
    background-color: none;
}

.review-box-wrapper ul li .review-score-under .review-score-over {
    display: block;
    float: left;
    height: 12px;
    background-color: none;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.review-box-wrapper .review-total-score-wrapper {
    background-color: #E6E6E6;
}

.review-box-wrapper .review-total-score-wrapper span {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}

.review-box-wrapper .review-total-score-wrapper .right {
    color: white;
    background-color: #4db2ec;
}

.review-box-wrapper.review-stars .ratting-star-outer {
    position: relative;
    display: block;
    width: 93px;
    height: 18px;
    background: url("assets/images/stars-white.png") no-repeat #ddd;
}

.review-box-wrapper.review-stars .ratting-star-outer .ratting-star-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 18px;
    background: url("assets/images/stars-white.png") no-repeat #FFC600;
}

.review-box-wrapper.review-stars .review-total-score-wrapper {
    padding-top: 13px;
    border-top: 1px solid #E6E6E6;
    background-color: white;
}

.review-box-wrapper.review-stars .review-total-score-wrapper span {
    padding: 0;
}

.review-box-wrapper.review-stars .review-total-score-wrapper .right {
    padding: 0;
}

.review-box-wrapper.review-left {
    float: left;
    width: 50%;
    margin-right: 30px;
}

.review-box-wrapper.review-right {
    float: right;
    width: 50%;
    margin-left: 30px;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
.page-header {
    margin: 0;
    padding: 0;
    border: none;
}

/*------------------------------
	6.1 Archive Page, Category
------------------------------*/
/* Category layout 1 - Grid */
.feature-in-cat.flexslider {
    margin-bottom: 20px;
}

.mt-post-outer {
    width: 100%;
    overflow: hidden;
}

.mt-post-inner {
    float: left;
    width: 50%;
}

.mt-post-inner .post {
    padding-right: 10px;
    padding-bottom: 15px;
}

.mt-post-inner:nth-child(2n) .post {
    padding-left: 10px;
    padding-right: 0;
}

/* Category layout 2 - classic*/
.classic-layout-wrap .post {
    margin-bottom: 20px;
}

.thumb-wrap,
.detail-wrap {
    width: 50%;
    float: left;
}

.thumb-wrap {
    padding-right: 10px;
}

.detail-wrap {
    padding-left: 10px;
}

/* Category layout 3 - List */
.list-post-wrap .post {
    margin-bottom: 20px;
}

/*------------------------------
    6.2 Blog Page
------------------------------*/
.thumb-wrap, 
.item-detail-wrap {
    width: 50%;
    float: left;
}

.blog-post-wrap .post {
    margin-bottom: 20px;
}

.left-thumb-wrap .thumb-wrap {
    padding-right: 10px;
    margin: 0;
    overflow: hidden;
}

.classic-layout-wrap .featured-image,
.classic-blog-wrap .featured-image {
    margin-bottom: 0;
}

.left-thumb-wrap .item-detail-wrap {
    padding-left: 10px;
}

.right-thumb-wrap .thumb-wrap {
    float: right;
    padding-left: 10px;
}

.right-thumb-wrap .item-detail-wrap {
    padding-right: 10px;
}

.masonry-blog-item {
    visibility: hidden;
}

.masonry-blog-item .featured-image {
    margin-bottom: 15px;
}

.masonry-loadmore {
    display: block;
    text-align: center;
}

.masonry-loadmore a,
.masonry-loadmore a:focus {
    background: #e84040;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

.masonry-loadmore a:hover {
    background: #333;
    color: #fff;
}

.masonry-blog-item .post {
    overflow: visible;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.8); */
}

.masonry-blog-item .item-detail-outer {
    padding-bottom: 15px;
}

.masonry-blog-item .entry-meta {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #e3e3e3;
}

/*------------------------------
    6.3 Gallery page
------------------------------*/
.gallery-wrap .gallery {
    position: relative;
    overflow: hidden;
}

.gallery-wrap .gallery figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}

.gallery-wrap .gallery:hover figcaption {
    height: 100%;
}

.gallery-wrap .gallery img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.gallery-wrap .gallery:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.gallery figcaption h4 {
    width: 100%;
    margin: 0;
}

.gallery figcaption a {
    background: #e84040;
    color: #fff;
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 15px;
    display: block;
    text-decoration: none;
    padding: 7px 5px 7px 12px;
}

/*------------------------------
    6.4 Contact page
------------------------------*/
.mt-map {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.mt-map img {
    max-width: none ;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
}

.contact-form-wrap input#submit {
    width: auto;
}

.contact-form-wrap input#submit:hover {
    background: #333;
}

.intro-contact-wrap p {
    margin-bottom: 15px;
}

.intro-contact-wrap p i {
    font-size: 17px;
    vertical-align: top;
    padding-top: 3px;
}

.intro-contact-wrap p span {
    padding-left: 20px;
    display: inline-block;
}

.intro-contact-wrap p a {
    color: #4a4a4a;
    text-decoration: none;
}

.intro-contact-wrap p a:hover {
    color: #4db2ec;
}

.contact-social-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-social-wrap li {
    float: left;
    margin: 0px 5px 0px 0px;
}

.contact-social-wrap li a {
    display: block;
    padding: 0 5px;
    color: #4a4a4a;
}

.error,
.notice_error {
    color: #e74c3c;
    font-style: italic;
}

.notice_ok {
    color: #4db2ec;
}

/*------------------------------
    6.5 Pagination
------------------------------*/
.mt-pagination {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    overflow: hidden;
}

.mt-pagination li {
    float: left;
    margin:0px 5px 0px 0px;
    list-style: none;

}

.mt-pagination li a {
    background: #e1e1e1;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    padding: 8px 12px;
    text-decoration: none;
}

.mt-pagination li span {
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
}

.mt-pagination li.total-page {
    float: right;
}

.mt-pagination li a:hover,
.mt-pagination li a.page-current {
    background: #e84040;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget-area .widget {
    margin-bottom: 30px;
}

.widget-area .readmore-outer {
    margin-bottom: 5px;
}

h3.widget-title,
.intro-contact-wrap h3 {
    border-bottom: 1px solid #e84040;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Oswald',Arial,sans-serif;
    text-transform: uppercase;
}

h3.widget-title span,
.intro-contact-wrap h3 span {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 1px;
    position: relative;
    display: inline-block;
}

h3.widget-title span:before,
.intro-contact-wrap h3 span:before {
    content: '';
    background-color: #e84040;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
}

.widget-content .featured-image {
    margin-bottom: 13px;
}

.widget-content h2.entry-title a {
    color: #333;
}

.widget-content h2.entry-title a:hover {
    color: #4db2ec;
}

.ads-wrap {
    background: url(assets/images/bg-sponsors.png);
    display: inline-block;
    text-align: center;
    padding: 15px;
}

.ads-wrap img {
    width: 100%;
    margin-bottom: 15px;
}

.ads-wrap a:last-child img {
    margin: 0;
}

.ads-wrap.no-padding {
    background: 0 none;
    padding: 0;
}

/* Latest review
------------------------------*/
.widget-latest-reviews .review-box-wrapper {
    margin-bottom: 0;
}

.widget-latest-reviews .review-box-wrapper.review-stars .review-total-score-wrapper {
    padding-top: 0;
    border: none;

}


/* Popular Video
------------------------------*/
.widget-content .owl-buttons {
    position: absolute;
    right: 10px;
    top: -48px;
}

.widget-content .owl-buttons .owl-prev, 
.widget-content .owl-buttons .owl-next {
    position: static;
    background: 0 none;
    border-radius: 0;
    margin-top: 0;
    float: left;
    height: auto;
    width: auto;
    background: 0 none;
}

.widget-content .owl-buttons .owl-prev i, 
.widget-content .owl-buttons .owl-next i {
    font-size: 20px;
    height: 15px;
    width: 10px;
    text-align: center;
    line-height: 15px;
}

.widget-content .owl-buttons .owl-prev:hover, 
.widget-content .owl-buttons .owl-next:hover {
    background: 0 none;
}

.widget-content .owl-buttons .owl-prev:hover i, 
.widget-content .owl-buttons .owl-next:hover i {
    color: #4db2ec;
}

.widget-content .owl-buttons .owl-prev i {
    margin-right: 2px;
}

.widget-popular-video .carousel-wrap {
    margin-right: 0;
    margin-left: 0;
}

.widget-popular-video .entry-meta {
    margin-bottom: 0;
}

.featured-video {
    margin-bottom: 10px;
}

.widget-popular-video h2.entry-title {
    margin-bottom: 10px;
}

.list-video-item {
    margin-top: 20px;
}

.list-video-item .featured-video {
    margin-bottom: 0;
}

.list-video-item .featured-video a {
    position: relative;
    display: block;
    text-align: center;
}

.list-video-item .featured-video a:before {
    background: rgba(255, 255, 255, 0.7);
    width: 34px;
    height: 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.list-video-item .featured-video a:hover:before {
    opacity: 1;
    height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Tabs
------------------------------*/
.widget-tabs .nav-tabs {
    border-color: #e3e3e3;
}

.widget-tabs .nav-tabs li {
    margin: 0;
    width: 50%;
}

.widget-tabs .nav-tabs li a {
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
    border: none;
    border-radius: 0;
    margin-right: 0;
}

.widget-tabs .nav-tabs li a {
    margin-right: 1px;
}

.widget-tabs .nav-tabs li:nth-child(2n) a {
    margin-right: 0px;
    margin-left: 1px;
}

.widget-tabs .nav-tabs li a:focus,
.widget-tabs .nav-tabs li a:hover,
.widget-tabs .nav-tabs li.active a {
    background: #e84040;
    color: #fff;
    border: none;
}

.tab-pane {
    padding-top: 20px;
}

/* New Letter
------------------------------*/
.connect-widget-form {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.connect-widget-form .form-inner {
    float: left;
    width: 100%;
    border: 1px solid #E6E6E6;
    position: relative;
}

.connect-widget-form .form-inner input[type="text"] {
    font-size: 11px;
    font-weight: normal;
    float: left;
    width: 80%;
    margin: 0;
    padding: 9px 5px;
    color: #4A4A4A;
    border-radius: 0;
    border: none;
    background: 0 none;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.connect-widget-form .submit {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    display: block;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 0;
}

.connect-widget-form .submit i {
    font-size: 25px;
    color: #e3e3e3;
}

.connect-widget-form .submit,
.connect-widget-form .submit i,
.connect-widget-form .submit:hover,
.form-news-letter .form-inner .submit,
.form-news-letter .form-inner .submit i,
.form-news-letter .form-inner .submit:hover {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.connect-widget-form .submit:hover i,
.form-news-letter .form-inner .submit:hover i {
    color: #4db2ec;
}

.connect-widget-form .form-inner .subs_submit:hover {
    background-color: #4db2ec;
}

.connect-widget-social a {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    display: inline-block;
    height: 27px;
    margin-top: 15px;
    margin-right: 13px;
    padding-left: 35px;
    color: #4A4A4A;
    text-decoration: none;
}

.connect-widget-social a:hover {
    color: #4db2ec;
}

.connect-widget-social a strong {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-left: 2px;
    padding-left: 2px;
    font-weight: normal;
}
.connect-widget-social .connect-rss {
    background: url("assets/images/rss.png") no-repeat scroll left center transparent;
}

.connect-widget-social .connect-twitter {
    background: url("assets/images/twitter.png") no-repeat scroll left center transparent;
}

.connect-widget-social .connect-facebook {
    background: url("assets/images/facebook.png") no-repeat scroll left center transparent;
}

.connect-widget-social .last {
    margin-right: 0;
}

/* Latest Comments
------------------------------*/
.widget-comments .item {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.widget-comments .item .author-name {
    padding-right: 5px;
    font-style: italic;
}

.widget-comments .item a {
    color: #333;
    text-decoration: none;
}

.widget-comments .item a:hover {
    color: #4db2ec;
}

/* Flickr
------------------------------*/
.ft_flickr_widget {
    margin-right: -10px;
}
.ft_flickr_widget .flickr_badge_image {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 4px;
    border: 1px solid #E6E6E6;
}
.ft_flickr_widget .flickr_badge_image a {
    display: block;
    overflow: hidden;
}
.ft_flickr_widget .flickr_badge_image a:hover img {
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.ft_flickr_widget .flickr_badge_image a img {
    width: 65px;
    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}
@media only screen and (min-width: 790px) and (max-width: 1099px) {
    .ft_flickr_widget .flickr_badge_image a {
        width: 55px;
    }
}
.ft_flickr_widget .flickr-brand {
    font-style: italic;
    display: inline-block;
    width: 100%;
    text-indent: 20px;
    background: url(assets/images/flickr-icon.html) no-repeat scroll left center transparent;
}

.ft_flickr_widget .flickr-brand a {
    color: #4A4A4A;
}

.ft_flickr_widget .flickr-brand a:hover {
    color: #4db2ec;
}

/* Default widget
------------------------------*/
.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_archive ul li {
    margin: 0;
    padding: 13.33333px 0;
    list-style: none;
    border-bottom: 1px solid #E6E6E6;
}

.widget_archive ul li ul {
    padding-top: 13.33333px;
    padding-left: 13.33333px;
}

.widget_archive ul li ul li {
    border-top: 1px solid #E6E6E6;
    border-bottom: none;
}

.widget_archive ul li ul li:before {
    content: "- ";
}

.widget_archive ul li ul li:last-child {
    padding-bottom: 13.33333px 0;
}

.widget_archive ul li a {
    color: #4A4A4A;
}

.widget_archive ul li a:hover {
    color: #4db2ec;
}

.tagcloud a {
    font-size: 12px !important;
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 6px 10px;
    color: #4a4a4a;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: #e1e1e1;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    position: relative;
    line-height: 1;
}

.tagcloud a:hover {
    color: #fff;
    background-color: #4db2ec;
    text-shadow: none;
}

/*--------------------------------------------------------------
8.0 Supports
--------------------------------------------------------------*/
/*------------------------------
    8.1 Owl Carousel
------------------------------*/
.owl-controls {
    margin: 0;
}

.carousel-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.owl-prev {
    left: 10px;
    right: auto;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    width: 35px;
    height: 60px;
    background-color: rgba(208, 207, 206, 0.6);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.owl-buttons .owl-prev {
    border-radius: 0 3px 3px 0;
}

.owl-buttons .owl-next {
    border-radius: 3px 0 0 3px;
}

.owl-buttons i {
    color: #333;
    font-size: 30px;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
    background-color: #4db2ec;
}

/*------------------------------
    8.2 FLex slider
------------------------------*/
.content-wrap .flexslider {
    border: none;
    box-shadow: none;
}

.flexslider ul.slides li {
    margin: 0;
}

.flexslider ul.slides li .post {
    position: relative;
    margin-bottom: 0;
}

.flexslider .featured-image {
    margin-bottom: 0;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.flex-caption .entry-title {
    margin-bottom: 10px;
}

.flex-caption .entry-title a,
.flex-caption .entry-summary {
    color: #fff;
}

.flex-caption .entry-title a:hover {
    color: #e84040;
}

.flexslider .flex-control-nav {
    right: 10px;
    top: 10px;
    bottom: auto;
    overflow: hidden;
    width: auto;
    z-index: 10;
}

.flexslider .flex-control-nav a {
    background-color: #fff;
}

.flexslider .flex-control-nav a.flex-active {
    background-color: #e84040;
}

.flexslider .flex-direction-nav a {
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background: rgba(208, 207, 206, 0.6);
}

.flexslider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav a.flex-next {
    right: 0px;
    border-radius: 3px 0 0 3px;
}

.flexslider:hover .flex-direction-nav a {
    background: #e84040;
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav a.flex-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.flexslider .flex-direction-nav a i {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    display: block;
}

/*------------------------------
    8.3 Theme animation
------------------------------*/
.animated { 
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    -ms-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-duration: 1s; 
    -moz-animation-duration: 1s; 
    -ms-animation-duration: 1s; 
    -o-animation-duration: 1s; 
    animation-duration: 1s; 
}

.BottomToTop { 
    -webkit-animation-duration: .5s; 
    -moz-animation-duration: .5s; 
    -ms-animation-duration: .5s; 
    -o-animation-duration: .5s; 
    animation-duration: .5s; 
    -webkit-animation-name: BottomToTop; 
    -moz-animation-name: BottomToTop; 
    -o-animation-name: BottomToTop; 
    animation-name: BottomToTop; 
    -webkit-animation-delay: .3s; 
    -moz-animation-delay: .3s; 
    -ms-animation-delay: .3s; 
    -o-animation-delay: .3s; 
    animation-delay: .3s; 
}
@-webkit-keyframes BottomToTop { 0%   { opacity: 0; -webkit-transform: translateY(50px);  } 100% { -webkit-transform: translateY(0);      } }
@-moz-keyframes BottomToTop { 0%   { opacity: 0; -moz-transform: translateY(50px);   } 100% { -moz-transform: translateY(0);       } }
@-o-keyframes BottomToTop { 0%   { opacity: 0; -o-transform: translateY(50px);   } 100% { -o-transform: translateY(0);       } }
@keyframes BottomToTop { 0%   { opacity: 0; transform: translateY(50px);    } 100% { transform: translateY(0);        } }