/*
Theme Name: Create Magazine 
Theme URI: http://themepalace.com/downloads/create-magazine/
Author: Theme Palace
Author URI: http://themepalace.com/
Description: A clean, modern and responsive news and magazine WordPress theme called Create Magazine. It can be used for newspaper, publishing personal and corporate blogs. Features including full width and boxed layout, image popup with photo gallery, social sharing, focused content, pretty effects. It is loaded with theme options and provides several features to make user-friendly, interactive and visually stunning website with implementation of all features of latest WordPress like partial refresh. It is compatible with top WordPress plugins such as WPML(multilingual ready) and JetPack. A special accent is made on its cross-browser compatibility, mobile friendly design and responsive features. Create Magazine can be fully customized to be used for commercial, non-profit organization, newsportal website, blog, freelancers, portfolio, bloggers and everyone one who appreciates beautiful design and other sites.
Version: 2.7
Tested up to: 6.0
Requires PHP: 5.6
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: create-magazine
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments, two-columns, grid-layout, custom-logo, featured-images, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

components is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Slider
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Sections
  ## Layouts and Titles
  ## Animation
  ## Recent Story
  ## Colors
  ## Background Colors
  ## Color Switcher
  ## Font Selection
  ## Breaking News
  ## Category
  ## Recent Story
  ## Trending Now
  ## Photo Gallery
  ## Instagram
  ## Map
  ## Articles Detail/Blog
  ## Social icons
# Footer
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 300000;
    left: 0;
    right: 0;
}
.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
}
.loader {
    margin-top: 10px;
    margin-left: 0px;
}
.loader-container .fa {
    font-size: 60px;
    color: #27A5E0;
}
.backtotop {
    background-color: #27A5E0;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 20px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
    padding: 8px;
    border: 1px solid #ddd;
}
.calendar_wrap caption {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
button[type="submit"] {
    background: transparent;
    border: none;
    box-shadow: none;
}
.widget_search button[type="submit"] {
    background: #27A5E0;
    color: #fff;
    height: 35px;
    vertical-align: top;
    border-radius: 0;
}
.widget_search input[type="text"] {
    height: 35px;
    margin-right: -5px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat",sans-serif;
  color: #666;
}
h2 {
    margin-top: 0;
    font-size: 18px;
}
p {
  margin-bottom: 1.5em;
  margin-top: 10px;
  color: #888;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*: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: #eee; /* Fallback for when there is no custom background color defined. */
  font-size: 14px;
  overflow-x: hidden; 
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px;
  text-indent: 5px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
.sidr input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    color: #000;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
    margin-left: 0;
    padding-left: 15px;
}
.sidr form {
    margin: 0;
}
.sidr input[type=submit] {
    background: transparent !important;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 0;
    position: absolute;
    top: 4px;
    right: 42px;
    z-index: 3;
}
.sidr-class-search {
    position: relative;
}
.sidr ::-webkit-input-placeholder,
.sidr ::-moz-input-placeholder,
.sidr :-moz-input-placeholder {
    color: #000;
    font-family: "Montserrat",sans-serif;
}
textarea {
  width: 100%;
}
select::-ms-expand {
    display: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input {
    border-radius: 0;
    border: 2px solid #ddd;
    text-indent: 10px;
    color: #58B9E6;
}
.form-group input:focus {
    border-color: #58B9E6;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #27A5E0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #27A5E0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 4.8em;
  left: -999em;
  z-index: 99999;
  padding: 0;
    background: #27A5E0;
}
.sub-menu {
    background: #fff;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.main-navigation ul > li > a {
    padding: 23px 22px;
    font-weight: bold;
    font-size: 15px;
}
.main-navigation ul ul li a {
    padding: 10px 22px;
}
.main-navigation .current-menu-item, 
.main-navigation li:hover {
    background: #1790C7;
}
.main-navigation .search form {
    display: inline-block;
}
.main-navigation input[type="submit"] {
    background: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    z-index: 1;
    text-indent: 500px;
}
.main-navigation .search {
    padding-top: 20px;
    float: right;
}
.main-navigation .search button {
  box-shadow: none;
}
.main-navigation input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
.main-navigation .search .fa {
    color: #ddd;
    font-size: 12px;
}
.main-navigation .search .fa:hover {
    color: #fff;
}
.main-navigation ::-webkit-input-placeholder {
    color: #eee !important;
}
.main-navigation ::-moz-input-placeholder {
    color: #eee !important;
}
.main-navigation :-moz-input-placeholder {
    color: #eee !important;
}
.main-navigation ::-ms-input-placeholder {
    color: #fff !important;
}
.main-navigation ::-o-input-placeholder {
    color: #fff !important;
}
.main-navigation .search:before {
    content: "|";
    color: rgba(221, 221, 221, 0.52);
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.menu-item-has-children .sub-menu .menu-item-has-children > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    top:0;
}
#masthead {
    position: relative;
    z-index: 3000;
}
.box a, .site-branding {
  float: left;
}
.site-branding {
    margin: 21px 0;
}
#site-header .site-title a {
    color: #27A5E0;
    text-transform: uppercase;
}
.site-title {
    margin: 0;
    font-size: 25px;
}
.site-description {
    margin: 0;
    font-size: 15px;
}
.site-branding.alignleft #site-header {
    float: left;
}
.site-branding.alignleft .site-logo {
    float: left;
    padding-right: 15px;
}
.site-branding.alignright #site-header {
    float: left;
    margin-top: -15px;
    padding-right: 15px;
}
.site-branding.alignright .site-logo {
    float: right;
}
.site-branding.alignright {
    float: left;
    margin-left: 0;
}
.site-header .google-advertisement {
    float: right;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 20px;
}
#site-header {
    word-wrap: break-word;
}
.site-branding.alignleft {
    margin-right: 0;
}
.site-header .current-menu-item {
    background: #1790C7;
}
.site-header.is-sticky .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#sidr-left-top-button {
  display: none;
}
#sidr-left-top-button {
    position: absolute;
    top: 50px;
    left: 50px;
    background: #27A5E0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
}
.boxed #sidr-left-top-button {
  left: 85px;
}
.sidr-class-site-branding {
    padding: 25px 25px 15px 25px;
}
.sidr ul ul ul li a {
    padding-left: 50px;
}
#sidr-left-top-button .fa.fa-bars:before {
    content: " ";
}
#sidr-left-top-button .fa.fa-bars, 
#sidr-left-top-button .fa.fa-bars::after, 
#sidr-left-top-button .fa.fa-bars::before {
    width: 22px;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#sidr-left-top-button .fa.fa-bars::after, 
#sidr-left-top-button .fa.fa-bars::before {
    content: '';
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#sidr-left-top-button .fa.fa-bars::before {
    transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}
#sidr-left-top-button .fa.fa-bars, 
#sidr-left-top-button .fa.fa-bars::after, 
#sidr-left-top-button .fa.fa-bars::before {
    background-color: #fff;
}
#sidr-left-top-button .fa.fa-bars {
    display: inline-block;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.sidr-open.sidr-left-top-open #sidr-left-top-button .fa.fa-bars {
    background-color: transparent;
}
.sidr-open.sidr-left-top-open #sidr-left-top-button .fa.fa-bars::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}
.sidr-open.sidr-left-top-open #sidr-left-top-button .fa.fa-bars::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}
#sidr-left-top-button .fa.fa-bars::after {
    top: 6px;
}
.sidr-open.sidr-left-top-open #sidr-left-top-button .fa.fa-bars::after {
    top: 0px;
}
.sidr-class-fa.sidr-class-fa-search {
    position: absolute;
    top: 5px;
    right: 50px;
    color: #aaa;
}
.sidr-class-fa.sidr-class-fa-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 14px;
}
.sidr-class-search:hover .sidr-class-fa.sidr-class-fa-search {
    color: #333;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select,
.widget-wrap select {
  max-width: 100%;
  padding: 8px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.site-footer select {
  padding: 8px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  max-width: 300px;
}
.widget_rss ul li:not(:last-child) {
    margin-bottom: 15px;
}
.widget_rss ul li a {
  color: #111;
}
.sidebar .widget_rss img {
    width: auto;
}
.sidebar .widget_pages ul ul li,
.sidebar .widget_categories ul ul li {
    margin: 10px;
}
.widget-wrap:before, 
.widget-wrap:after {
    content: "";
    clear: both;
    display: table;
}
.tp-instagram ul li:before,
.create_magazine_social_link ul li:before {
    display: none;
}
.sidebar .widget_tp_video_widget .video-featured-image,
.site-footer .widget_tp_video_widget .video-featured-image {
    min-width: 100%;
    padding: 125px 0;
}
#subscribe-text p {
    font-size: 16px;
}
.jetpack_subscription_widget input[type="submit"] {
    background-color: transparent;
    margin-top: 20px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #555;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
    background-color: #555;
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 5px 12px #aaa;
}
.jetpack_subscription_widget {
    text-align: center;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  /*display: none;*/
}
.byline {
  float: left;
}
.byline img {
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-content input[type="text"] {
    border-radius: 0;
    text-indent: 10px;
    color: #888;
    height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.error404 .error-404.not-found form input[type="text"] {
    width: 100%;
    max-width: 500px;
}
.page-content input[type="text"]:focus {
  border-color : #27A5E0;
}
.page-content button[type="submit"] {
    background-color: #27A5E0;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    width: 40px;
    height: 40px;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-left: -4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.page-content button[type="submit"]:hover {
  background-color: #333;
}
.blog-post:before, .blog-post:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
#primary {
    width: 70%;
    float: left;
}
#primary .page .entry-title {
    margin-top: 0;
}

#secondary {
    width: 30%;
    float: left;
    background: #fff;
}

#secondary .widget-wrap ul li a:hover {
    text-decoration: underline;
}
.blog-contents {
    margin-top: 50px;
}
.sidebar .widget-wrap:not(:last-child) {
    margin-bottom: 30px;
}
.sidebar a,
.sidebar span {
    color: #888;
    font-size: 14px;
}
.sidebar a:hover,
.sidebar span:hover {
    color: #333;
}
.widget-title h4 {
    font-size: 22px;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 10px;
}
.widget li:hover label {
    cursor: pointer;
}
.widget_categories li {
    margin-bottom: 10px;
}
.widget-wrap li a {
    color: #898989;
    font-family: 'Montserrat',sans-serif;
}
.widget_categories ul li:before,
.widget_recent_comments ul li:before,
.widget ul li:before,
.widget-wrap ul li:before {
    content: "\f04d";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 10px;
    float: left;
    margin-top: 5px;
    color: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget_categories ul li:hover:before {
  color: #27A5E0;
}
.sidebar ul li:not(:last-child),
.site-footer ul li:not(:last-child) {
    margin-bottom: 10px;
}
.widget_featured_image .featured-image {
    background-color: #fff;
    padding: 20px;
}
.widget_featured_image .featured-image .price {
    position: absolute;
    margin-top: -80px;
    color: #fff;
    margin-left: 25px;
}
.widget_featured_image .featured-image h1, .widget_featured_image .featured-image h2 {
    margin: 0;
    line-height: 25px;
}
.widget .inner-padding {
    padding: 30px;
    position: relative;
}
.widget.widget_color .inner-padding {
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 45px;
}
.widget li {
    margin-bottom: 15px;
    color: #666;
}
.widget_color ul {
    padding-left: 15px;
}
.widget_color li {
    width: 20px;
    height: 20px;
    background: red;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
    border-radius: 20px;
    cursor: pointer;
}
.widget_color li.bg-gradient-grey {
  background: -webkit-linear-gradient(#C4C4C4 , #D0D0D0);
  background: -moz-linear-gradient(#C4C4C4 , #D0D0D0);
  background: -o-linear-gradient(#C4C4C4 , #D0D0D0);
  background: -ms-linear-gradient(#C4C4C4 , #D0D0D0);
  background: linear-gradient(#C4C4C4 , #D0D0D0);
}
.widget_color li.bg-gradient-blue {
  background: -webkit-linear-gradient(#616DA9 , #02A7E8);
  background: -moz-linear-gradient(#616DA9 , #02A7E8);
  background: -o-linear-gradient(#616DA9 , #02A7E8);
  background: -ms-linear-gradient(#616DA9 , #02A7E8);
  background: linear-gradient(#616DA9 , #02A7E8);
}
.widget_color li.bg-gradient-cyan {
  background: -webkit-linear-gradient(#7D9AAA , #8FA4B7);
  background: -moz-linear-gradient(#7D9AAA , #8FA4B7);
  background: -o-linear-gradient(#7D9AAA , #8FA4B7);
  background: -ms-linear-gradient(#7D9AAA , #8FA4B7);
  background: linear-gradient(#7D9AAA , #8FA4B7);
}
.widget_color li.bg-gradient-orange {
  background: -webkit-linear-gradient(#C45939 , #CB6C4E);
  background: -moz-linear-gradient(#C45939 , #CB6C4E);
  background: -o-linear-gradient(#C45939 , #CB6C4E);
  background: -ms-linear-gradient(#C45939 , #CB6C4E);
  background: linear-gradient(#C45939 , #CB6C4E);
}
.widget_color li.bg-gradient-green {
  background: -webkit-linear-gradient(#679895 , #7DA7A6);
  background: -moz-linear-gradient(#679895 , #7DA7A6);
  background: -o-linear-gradient(#679895 , #7DA7A6);
  background: -ms-linear-gradient(#679895 , #7DA7A6);
  background: linear-gradient(#679895 , #7DA7A6);
}
.jslider-label span {
    display: none;
}
.layout-slider span {
    width: 100% !important;
    color: #aaa;
}
.jslider-pointer {
    z-index: 0 !important;
}
input[type=radio]:checked + label:before {
    background: #aaa;
}
input[type=radio] + label:before {
    border-radius: 50%;
}
input[type=radio] {
    visibility: hidden;
    position: absolute;
}
input[type=radio] + label:before {
    height: 12px;
    width: 12px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 2px solid #aaa;
    margin-right: 10px;
    cursor: pointer;
}
input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
}
input[type=checkbox] + label:before {
    height: 13px;
    width: 13px;
    border: 1px solid #ddd;
    margin-right: 8px;
    background: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comment-section li,
.widget ul {
    list-style: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 10px 5px 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Layouts and Titles
--------------------------------------------------------------*/
section {
  position: relative;
}
.page-section {
  padding: 60px 0px;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    max-width: 1170px;
}
.container:before, 
.container:after {
    content: "";
    display: table;
    clear: both;
}
.row {
  margin-left: -15px;
}
.column-wrapper {
  padding: 0 15px;
}
.entry-header {
    margin-bottom: 30px;
}
.entry-title {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    word-wrap: break-word;
}
#category h1.entry-title {
    font-size: 30px;
    margin-top: 0;
}
#category .column-wrapper:hover .overlay {
    background-color: rgba(51, 51, 51, 0.5);
}
.entry-header span {
    color: #aaa;
    font-size: 16px;
    text-shadow: 0 1px 2px #eee;
}
.widget-title h2 {
    font-size: 24px;
    word-wrap: break-word;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.clear {
    clear: both;
}
.margin-up {
    margin-top: -70px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.no-padding-top {
    padding-top: 0;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Featured story
--------------------------------------------------------------*/
.home-blog {
    width: 75%;
    float: left;
}
.sidebar .widget-google-ad.border-grey {
    margin-bottom: 30px;
}
#secondary .sidebar {
    width: 100%;
    float: none;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.color-white {
  color: #fff;
}
.color-black {
  color: #444;
}
.color-green {
    color: #58a67b;
}
/*--------------------------------------------------------------
# Background Colors
--------------------------------------------------------------*/
.bg-blue {
  background-color: #7AA2F7;
}
.bg-light-blue {
  background-color: #58B9E6;
}
.bg-green {
  background-color: #5FAC5A;
}
.bg-dark-green {
  background-color: #CED000;
}
.bg-light-green {
  background-color: #0AB0A2;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #444;
}
.bg-grey {
    background-color: #aaa;
}
.bg-red {
  background-color: #F8807F;
}
.bg-orange {
  background-color: #FA8101;
}
.bg-light-red {
  background-color: #DE8F66;
}
.bg-cyan {
  background-color: #BC5084;
}
.bg-dark-grey {
  background-color: #8B6F51;
}
.bg-light-grey {
  background-color: #E49E3F;
}
.bg-dark-blue {
  background-color: #972BB4;
}
.bg-darkest-blue {
  background-color: #3D7DD5;
}
.bg-yellow {
  background-color: #FFB400;
}
.bg-dark-red {
  background-color: #DA6240
}
/*--------------------------------------------------------------
# Color Switcher
--------------------------------------------------------------*/
.color-switcher {
  width: 300px;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 30000;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -moz-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
}
.color-switcher h5 {
  font-size: 15px;
  margin-top: 0;
  padding: 0 20px 0;
}
.color-switcher p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  background: #fff;
  height: 40px;
  text-align: left;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.color-switcher ul {
  list-style: none;
  padding: 0;
}
.color-switcher ul li {
  float: left;
}
.color-switcher ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}
.color-switcher .font-family a {
    text-transform: uppercase;
}
.color-switcher .font-family li a {
    display: inline;
    line-height: 0;
}
.color-switcher .font-family li.active a,
.color-switcher .font-family li a:hover {
    color: #58B9E6;
}
.color-switcher ul li a.blue {
  background: #428bca;
}
.color-switcher ul li a.green {
  background: #009999;
}
.color-switcher ul li a.red {
  background: #e54242;
}
.color-switcher ul li a.dark-green {
  background: #72CC39;
}
.color-switcher ul li a.brown {
  background: #987654;
}
.color-switcher ul li a.cyan {
  background: #1ABC9C;
}
.color-switcher ul li a.purple {
  background: #c74a73;
}
.color-switcher ul li a.sky-blue {
  background: #00cdcd;
}
.color-switcher .gray {
  background: #656565;
}
.color-switcher .black {
  background: #000;
}
.color-switcher .default {
    background: #27A5E0;
}
.picker_close,.picker_close:hover,.picker_close:focus {
    color: #27A5E0;
    width: 55px;
    height: 55px;
    position: absolute;
    right: -55px;
    top: 25%;
    text-align: center;
    background: #fff;
    box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
    -moz-box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
}
.picker_close i {
  font-size: 25px;
  line-height: 55px;
}
.position {
  left: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
  display: table;
  text-align: left;
  padding-top: 0px;
  width: 100%;
  padding: 19px;
  padding-top: 0px;
  padding-left: 25px;
}
.layouts a, .choose-header a, .choose-footer a {
  display: inline-block;
  text-align: center;
  width: 40%;
  margin: 0 5px 0 0;
  color: #5d5d5d;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
  border: 2px solid #a9a9a9;
  padding: 4px 5px 1px
}
.styleswitcher {
  position: fixed;
  width: 120px;
  background: #ffffff;
  color: #595959;
  top: 150px;
  right: -123px;
  z-index: 999;
}
.styleswitcher p {
  color: #000 !important;
}
.styleswitcher.ackapa {
  left: 0;
}
.styleswitcher .switch {
  padding-left: 15px;
  padding-bottom: 10px;
}
.styleswitcher .switch h5 {
  margin-top: 20px;
}
.styleswitcher .switch p {
  margin-top: 10px;
}
.stylebutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
}
.styleswitcher a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99999999;
}
.color-switcher ul li {
  margin: 3px;
}
.color-switcher ul.font-family li {
    float: none;
}
body.boxed {
    background-color: #F9F9F9;
    width:95%;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.boxed .main-content {
    width: 65%;
}
li .wide, li .boxed {
    background: #58B9E6;
    color: #fff !important;
    padding: 0 6px;
    width: 157px !important;
    text-decoration: none;
}
li .wide:hover, li .boxed:hover {
    background: #333;
}
li .wide {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Font Selection
--------------------------------------------------------------*/

/*------------COURGETTE AND ROBOTO FONTS----------------*/
.courgette h1,
.courgette h2,
.courgette h3,
.courgette h4,
.courgette h5,
.courgette h6,
.courgette p,
.courgette span,
.courgette small,
.courgette a,
.courgette #featured-story .featured-contents .description,
.courgette .contact-form-wrapper .subscribe-form input[type="submit"]
.courgette #trending-now .trending-contents .description {
  font-family: 'Roboto', sans-serif;
}
.courgette .entry-title {
  font-family: 'Courgette', cursive;
}
.courgette .breaking-news .cycle-slideshow a {
  font-family: 'Montserrat', sans-serif;
}
/*------------RALEWAY AND POPPINS FONT----------------*/
.raleway h1,
.raleway h2,
.raleway h3,
.raleway h4,
.raleway h5,
.raleway h6,
.raleway p,
.raleway span,
.raleway small,
.raleway a,
.raleway #featured-story .featured-contents .description,
.raleway .contact-form-wrapper .subscribe-form input[type="submit"],
.raleway #trending-now .trending-contents .description {
  font-family: 'Raleway', sans-serif;
}
.raleway .entry-title {
  font-family: 'Poppins', sans-serif;
}
.raleway .breaking-news .cycle-slideshow a {
  font-family: 'Montserrat', sans-serif;
}

/*------------ROBOTO AND MONTSERRAT FONTS----------------*/
.roboto h1,
.roboto h2,
.roboto h3,
.roboto h4,
.roboto h5,
.roboto h6,
.roboto p,
.roboto span,
.roboto small,
.roboto a,
.roboto #featured-story .featured-contents .description,
.roboto .contact-form-wrapper .subscribe-form input[type="submit"],
.roboto #trending-now .trending-contents .description {
  font-family: 'Roboto', sans-serif;
}
.roboto .entry-title {
  font-family: 'Courgette', cursive;
}
.roboto .breaking-news .cycle-slideshow a {
  font-family: 'Montserrat', sans-serif;
}

/*------------POPPINS AND COURGETTE FONTS----------------*/
.poppins h1,
.poppins h2,
.poppins h3,
.poppins h4,
.poppins h5,
.poppins h6,
.poppins p,
.poppins span,
.poppins small,
.poppins a,
.poppins #featured-story .featured-contents .description,
.poppins .contact-form-wrapper .subscribe-form input[type="submit"] {
  font-family: 'Poppins', sans-serif;
}
.poppins .entry-title {
  font-family: 'Montserrat', sans-serif;
}
.poppins .breaking-news .cycle-slideshow a {
  font-family: 'Montserrat', sans-serif;
}
/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
#category .column-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#category .blog-image img {
    width: 100%;
}
#category .two-col .blog-image {
  max-height: 506px;
}
.one-col .column-wrapper {
    width: 100%;
}
.category-content {
    position: absolute;
    width: 200px;
    top: 21em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#category .four-col .category-content {
    top: 16em;
}
.two-col .category-content {
    top: 16em;
}
#category .three-col .column-wrapper:hover .category-content {
    top: 20em;
}
#category .two-col .column-wrapper:hover .category-content {
    top: 15em;
}
.category-content,
.overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-content h3 {
    color: #fff;
    margin-top: 10px;
}
.category-content h3:hover {
  color: #eee;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.16);
}
.overlay-blue {
    position: absolute;
    width: 5%;
    height: 5%;
    background-color: rgba(88,185,230,.73);
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-image:hover .overlay-blue {
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Breaking News
--------------------------------------------------------------*/
.news-wrapper {
    padding: 15px 0;
    width: 100%;
    position: relative;
}
.news-slider-wrapper {
    width: 85%;
}
.breaking-news .cycle-slideshow a {
    color: #fff;
    padding-top: 2px;
}
.breaking-news h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #969696;
    margin-bottom: 0px;
    font-family: inherit;
    vertical-align: top;
    padding-right: 15px;
    font-weight: 100;
}
.breaking-news .controls .fa {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
}
.breaking-news .controls .fa:hover {
    color: #fff;
}
.breaking-news .cycle-prev {
    float: left;
    margin-right: 18px;
}
.breaking-news .headline,
.breaking-news .news-slider-wrapper,
.breaking-news .controls {
    float: left;
}
.news-wrapper .controls {
    box-shadow: -35px 1px 16px 5px rgba(51, 51, 51, 0.75);
    padding-top: 3px;
    position: absolute;
    right: 0;
}
.news-wrapper .controls .cycle-next {
    float: right;
}
/*--------------------------------------------------------------
# Recent Story
--------------------------------------------------------------*/
.tag {
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
}
#category .tag a span{
  text-transform: uppercase;
}
.tag a {
    margin-bottom: 5px;
    display: inline-block;
}
.tag a span {
    position: relative;
    display: inline-block;
    padding: 2px 7px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tag a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px 7px;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.tag a:hover span, 
.tag a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.tag a span.bg-green::before, 
.tag a span.bg-green::before {
    background: #15a915;
}
.tag a span.bg-orange::before, 
.tag a span.bg-orange::before {
    background: #ad6213;
}
.tag a span.bg-light-red::before, 
.tag a span.bg-light-red::before {
    background: #e62117;
}
.tag a span.bg-grey::before, 
.tag a span.bg-grey::before {
    background: #888;
}
.tag a {
    color: #fff;
}
.recent-story-wrapper {
    float: left;
    width: 50%;
}
.no-post-thumbnail .recent-story-wrapper {
    width: 100%;
}
#recent-story .blog-image {
    float: left;
}
#recent-story span.date {
    margin-bottom: 0;
}
.recent-story-wrapper h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}
.recent-story-wrapper h3:hover {
    color: #666;
}
.recent-story-wrapper .date {
    color: #aaa;
    font-family: "Montserrat",sans-serif;
}
.blog-image img:hover {
    opacity: 0.8;
}
/*--------------------------------------------------------------
# Featured Story
--------------------------------------------------------------*/
#featured-story .entry-content {
    margin-top: -75px;
}
.entry-title.padding-top-bottom {
    padding: 50px 0;
}
.controls.to-top {
    float: right;
    position: relative;
    top: -35px;
    right: 15px;
}
.controls.to-top .fa {
    color: #fff;
}
.controls.to-top .cycle-prev,
.controls.to-top .cycle-prev-2,
.controls.to-top .cycle-prev-3,
.controls.to-top .cycle-prev-4 {
    float: left;
    margin-right: 20px;
}
.controls.to-top .cycle-next,
.controls.to-top .cycle-next-2,
.controls.to-top .cycle-next-3,
.controls.to-top .cycle-next-4 {
    float: right;
}
#featured-story .cycle-carousel-wrap .featured-contents {
    white-space: normal;
}
.featured-slider {
    padding-left: 0;
    vertical-align: top;
}
.featured-slider img {
  width: 100%;
}
#featured-story .cycle-slideshow,
#trending-now .cycle-slideshow {
    width: 100%;
    margin: auto;
}
span.date {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Montserrat",sans-serif;
}
.category-desc .date {
    margin-bottom: 10px;
}
#featured-story .featured-contents .description {
    color: #888;
}

#featured-story .featured-contents .title h3 {
    color: #666;
}

#featured-story .entry-content .featured-slider a:hover:before,
#trending-now .entry-content figure a:hover:before,
#trending-celebrities .entry-content figure a:hover:before  {
  opacity: 1;
  
}

/*--------------------------------------------------------------
# Celebrities Section
--------------------------------------------------------------*/

.no-section-sidebar .main-content
{
    width: 100%;
}
.sidebar img {
    width: 100%;
}
.blog-post {
    margin-bottom: 40px;
}
.blog-post:last-child {
    margin-bottom: 0;
}
.category-image {
    float: left;
    position: relative;
    width: 35%;
}
.category-image .overlay-blue {
    opacity: 0;
}
.category-image:hover .overlay-blue {
    opacity: 1;
}
.category-desc a h2 {
  color: #666;
}
.category-desc a h2:hover {
  color: #333;
}
.blog-image img,
.category-image img {
    vertical-align: middle;
    width: 100%;
}
.read-more,.category-desc {
    color: #666;
    font-family: "Montserrat",sans-serif;
}
.no-post-thumbnail .category-desc {
    width: 100%;
    padding: 0;
}
.celebrities-wrapper .no-post-thumbnail .category-desc {
    width: 100%;
}
.read-more,
.widget-social-icons li a {
  position: relative;
}
.read-more::after,
.widget-social-icons li a::after {
    position: absolute;
    top: 100%;
    left: 2px;
    width: 100%;
    height: 1px;
    background: #27A5E0;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.widget-social-icons li a::after {
  background-color: #58B9E6;
}
.read-more:hover::after,
.read-more:focus::after,
.widget-social-icons li a:hover::after,
.widget-social-icons li a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
}

.read-more .fa {
    margin-right: 8px;
}
.widget-title {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.site-header .widget-title {
    margin-bottom: 15px;
}
.celebrities-wrapper.date {
    margin-bottom: 0;
}
.widget-google-ad.border-grey img {
    border: 10px solid #EDEDED;
}
.widget-google-ad img:hover {
    opacity: 0.9;
}
#celebrities-news .category-desc h2,
#music-and-video .category-desc h2 {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 18px;
    margin-top: 5px;
}
#celebrities-news .celebrities-wrapper {
    margin: 35px 0;
}
/*--------------------------------------------------------------
# Trending Now
--------------------------------------------------------------*/
#trending-now .cycle-carousel-wrap .trending-contents {
    white-space: normal;
}
#trending-now figure {
    margin-bottom: 20px;
} 
.trending-wrap {
   vertical-align: top;
}
#trending-now .entry-content {
    margin-top: -75px;
}
#trending-now .trending-contents .description {
    color: #888;
}
#trending-celebrities .margin-up .four-col {
    padding: 0 25px 0 0;
}
.trending-contents h3:hover {
  color: #333;
}

.sidebar .video,
.widget-sidebar .video {
    position: relative;
    margin-bottom: 30px;
}
.sidebar .video img {
    width: 423px;
    height: 141px;
}
.video .btn.btn-play,
.post-video .btn.btn-play {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    left: 0;
    right: 0;
}
.video h3 {
    margin-top: 0;
}
.ppt {
    display: none !important;
}
.fa.fa-play {
    color: #fff;
    border: 4px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 18px;
    padding-left: 5px;
}
.fa.fa-play:hover {
    color: #eee;
    border: 4px solid #eee;
}
.pp_social .facebook{
  display: none;
}
/*--------------------------------------------------------------
# Photo Gallery Section
--------------------------------------------------------------*/
#photo-gallery .controls {
    position: absolute;
    top: 45%;
    width: 100%;
}
#photo-gallery .entry-content {
  position: relative;
}
.controls .fa {
  color: #fff;
}
#photo-gallery .cycle-prev-4 {
    margin-left: -15px;
    float: left;
}
#photo-gallery .controls .cycle-next-4 {
    float: right;
    position: relative;
    left: 15px;
}
#photo-gallery a img {
    width: 100%;
    padding:0 5px; 
}
#photo-gallery a img:hover {
  opacity: 0.8;
}
#photo-gallery .entry-header a {
   color: #fff;
}
#photo-gallery .entry-header a:hover {
   color: #eee;
}
.blog-post img {
    width: 100%;
}
.gridview  .blog-post .category-image, 
.gridview .blog-post .category-desc {
    width: 100%;
}
.gridview  .blog-post .category-image {
  margin-bottom: 25px;
}
.sidebar .title h2 {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.popular-post .desc h3 {
    margin-top: 0;
    font-weight: 100;
    color: #888;
    font-size: 16px;
    margin-bottom: 8px;
}
.popular-post .desc h3:hover {
  color: #333;
}
.popular-post .image {
    width: 25%;
    margin-right: 20px;
}
.popular-post .desc {
    width: 65%;
}
.popular-post .image, .popular-post .desc {
    float: left;
}
.popular-post {
    margin-bottom: 10px;
    display: inline-block;
}
.popular-post img:hover {
  opacity: 0.8;
}
.widget-google-ad {
    display: inline-block;
}
/*--------------------------------------------------------------
# Instagram Section
--------------------------------------------------------------*/
#instagram .entry-header {
    margin-bottom: 0;
}
#instagram {
    padding-top: 70px;
}
#instagram img {
    vertical-align: top;
    width: 100%;
}
.tp-instagram li {
  margin: 0;
}
.tp-instagram img {
   width: 100%;
   vertical-align: middle;
}
.tp-instagram .one-column li {
    width: 100%;
}
.tp-instagram .two-column li {
    width: 50%;
    float: left;
}
.tp-instagram .three-column li {
    width: 33.33%;
    float: left;
}
.tp-instagram .four-column li {
    width: 25%;
    float: left;
}
.tp-instagram .five-column li {
    width: 20%;
    float: left;
}

#instagram .widget-google-ad {
    margin-top: -5px;
    display: inline-block;
}
#instagram .entry-header {
    margin-bottom: 25px;
}
.instagram-images img {
    vertical-align: middle;
}
.instagram-images img:hover {
  opacity: 0.8;
}
/*--------------------------------------------------------------
# Map Section
--------------------------------------------------------------*/
#map {
    position: relative;
    min-height: 405px;
    width: 100%;
}
.map .entry-content {
    margin: 0;
}


/*--------------------------------------------------------------
# Address Section
--------------------------------------------------------------*/
#address-block {
  background-color: #2A2A2A;
  padding: 60px 0;
}
#address-block .entry-content {
  margin: 0;
}

#address-block ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-left: 1px;
    margin-top: 3px;
    text-transform: none;
    width: 250px;
    float: left;
}
#address-block ul li {
    color: #aaa;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    width: 33.33%;
    float: left;
}
#address-block ul li .fa {
    font-size: 26px;
    float: left;
    margin-right: 15px;
}
/*--------------------------------------------------------------
# Contact form Section
--------------------------------------------------------------*/
#contact-form {
  padding: 80px 0;
}
#contact-form .entry-title {
    font-size: 30px;
    color: #000;
}
#contact-form .entry-header span {
    font-size: 18px;
    color: #666;
}
.contact-form-wrapper input {
    width: 32%;
    margin-right: 16px;
    height: 50px;
    text-indent: 20px;
    border: none;
    font-size: 15px;
    margin-bottom: 5px;
}
.contact-form-wrapper input:last-child {
    margin-right: 0;
}
.contact-form-wrapper textarea {
    text-indent: 20px;
    padding-top: 15px;
    font-size: 15px;
    border: none;
    border-radius: 0;
}
.contact-form-wrapper .subscribe-form input[type="submit"] {
    width: auto;
    text-indent: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 30px 30px 30px;
}
/*--------------------------------------------------------------
# Articles List/Blog
--------------------------------------------------------------*/
.blog #primary {
    width: 70%;
    float: left;
}
.blog .widget-sidebar {
    padding: 50px 50px 70px 50px;
    margin-bottom: 70px;
    background: #fff;
}
.widget-sidebar .widget-title h2 {
    font-size: 15px;
}
.widget-sidebar .title h2 {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.entry-summary h4 a {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
.entry-summary p {
    color: #333;
    font-size: 15px;
}
.blog article:not(:last-child) {
    margin-bottom: 60px;
}
.blog .entry-header {
    margin-bottom: 15px;
}
/*.blog */.blogpage-title/*,
.single .blogpage-title,
.home .blogpage-title*/{
    font-size: 30px;
    text-transform: capitalize;
    color: #F8807F;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.blog .entry-header span {
    font-size: 17px;
    color: #888;
    font-family: "Montserrat",sans-serif;
}
.blog .featured-image img,
.single .featured-image img {
    width: 100%;
    vertical-align: middle;
}
.single .featured-image img {
  vertical-align: middle;
}
.pagination li {
    list-style: none;
}
.page-numbers li {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.comment-form {
    position: relative;
}
#comment-section {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
.comment-form input[type="submit"] {
    background: #27A5E0;
    box-shadow: none;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.comment-meta .comment-author.vcard img {
    float: left;
    margin-right: 10px;
}
.comment-form h4 {
    margin-top: 0;
}
.comment-form .form-submit {
    margin-bottom: 0;
}
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
    background: #333;
    box-shadow: none;
}
.comment-form li {
    list-style: none;
}
.admin-image {
    float: left;
    width: 10%;
}
.admin-image img {
    width: 50px;
}
.comment-form input[type="text"] {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 50px;
    text-indent: 10px;
    float: left;
    margin-bottom: 15px; 
}
.comment-form textarea {
  margin-bottom: 10px;
}
.comment {
  width: 90%;
}
.comment h5 {
    margin: 0;
    font-size: 13px;
    color: #3B5998;
}
.comment h5 a {
  color: #3B5998;
}
.comment h5 a:hover {
  color: #333;
}
.comment h5 span {
    color: #C6C7CB;
    font-weight: 100;
}
.comment p {
    margin: 0;
    color: #888;
    font-weight: bold;
}
.comment li {
    float: left;
    margin-top: 5px;
    color: #3B5998;
    margin-right: 5px;
    font-family: "Montserrat",sans-serif;
    font-weight: 100;
}
.comments-plugin .fa {
    margin-right: 8px;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.comments-plugin {
    color: #395197;
    font-size: 13px;
    font-family: "Montserrat",sans-serif;
    border-top: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.comment li:not(:last-child) {
    cursor: pointer;
}
.comment li:not(:last-child):after {
    content: ".";
    color: #aaa;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.comment li:last-child {
    color: #C6C7CB;
}
.comment-number {
    font-size: 15px;
    font-weight: bold;
}
.sort-comment {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.sort-comment label {
    color: #888;
    font-family: "MOntserrat",sans-serif;
    margin-right: 5px;
}
.blog .featured-image,
.single .featured-image {
    background: #fff;
}
.featured-image img:hover {
    opacity: 0.8;
}
.blog .entry-meta,
.single .entry-meta {
    padding: 10px 0 10px 30px;
    float: left;
}
.entry-date.published {
    color: #888;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}
.blog .entry-container .social-icons,
.single .entry-container .social-icons {
    float: right;
    margin-top: 10px;
    margin-right: 25px;
    border-left: 1px solid #eee;
    padding-left: 25px;
}

.byline a, .byline span {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.byline a:hover {
  color: #666 !important;
}
.posted-on {
    margin-top: 12px;
    margin-left: 15px;
    display: inline-block;
    padding-bottom: 15px;
}
.nav-links a {
    color: #333;
    cursor: pointer;
}
.nav-links a:hover {
    color: #27A5E0;
}

/*-----------------------------------------------------------
            SOCIAL ICONS BEFORE CONTENT
------------------------------------------------------------*/
.social-icons li a:before,
.site-footer .social-icons li a:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  display: inline-block;
  text-align: center;
  color: #fff;
}
.social-icons li a[href*="facebook.com"]:before, 
.site-footer  li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before, 
.site-footer  li a[href*="fb.com"]:before {
  content: "\f09a";
}

.social-icons li a[href*="twitter.com"]:before, 
.site-footer ul.menu li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before, 
.site-footer ul.menu li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before, 
.site-footer ul.menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
  font-size: 13px;
}

.social-icons li a[href*="youtube.com"]:before, 
.site-footer ul.menu li a[href*="youtube.com"]:before {
  content: "\f16a";
}

.social-icons li a[href*="dribbble.com"]:before, 
.site-footer ul.menu li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before, 
.site-footer ul.menu li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-icons li a[href*="bitbucket.org"]:before, 
.site-footer ul.menu li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before, 
.site-footer ul.menu li a[href*="github.com"]:before {
  content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before, 
.site-footer ul.menu li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before, 
.site-footer ul.menu li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before, 
.site-footer ul.menu li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before, 
.site-footer ul.menu li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before, 
.site-footer ul.menu li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before, 
.site-footer ul.menu li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before, 
.site-footer ul.menu li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before, 
.site-footer ul.menu li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before, 
.site-footer ul.menu li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before, 
.site-footer ul.menu li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before, 
.site-footer ul.menu li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before, 
.site-footer ul.menu li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before, 
.site-footer ul.menu li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before, 
.site-footer ul.menu li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before, 
.site-footer ul.menu li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before, 
.site-footer ul.menu li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before, 
.site-footer ul.menu li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before, 
.site-footer ul.menu li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before, 
.site-footer ul.menu li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before, 
.site-footer ul.menu li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before, 
.site-footer ul.menu li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons ul li, 
.site-footer .social-icons li {
    display: inline-block;
    margin-bottom: 5px;
}

.social-icons  li a:before {
  background-color: #27A5E0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-right: 15px;
}
.sd-content ul li a:before,
.sd-content ul li a:hover:before {
    background: transparent;
}
.social-icons  li a[href*="facebook.com"]:before {
  background-color: #3A5B9C;
}
.social-icons  li a[href*="twitter.com"]:before {
  background-color: #01A3EB;
}
.social-icons  li a[href*="instagram.com"]:before {
  background-color: #42759F;
}
.social-icons  li a[href*="plus.google.com"]:before {
  background-color: #D7412C;
}
.social-icons  li a[href*="pinterest.com"]:before {
  background-color: #DA4A3A;
}
.social-icons  li a[href*="youtube.com"]:before {
  background-color: #CC222B;
}
.social-icons  li a[href*="linkedin.com"]:before {
  background-color: #4285f4;
}


.sd-social-icon .sd-content ul li[class*='share-'] a {
    border-radius: 0 !important;
}
div.sharedaddy h3.sd-title {
  display: none !important;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
    background: #27A5E0 !important;
    border-color: #27A5E0 !important;
    color: #fff !important;
    font-size: 13px !important;
    margin-top: -1px !important;
    border-radius: 0 !important;
    padding: 3px 10px !important;
}
/*------------------------Hover-------------------*/
.social-icons  li a:hover:before {
  background-color: rgba(58, 91, 156, 0.64);
}

.social-icons  li a[href*="facebook.com"]:hover:before {
  background-color: rgba(66, 133, 244, 0.89);
}
.social-icons  li a[href*="twitter.com"]:hover:before {
  background-color: rgba(1,163,235,0.64);
}
.social-icons  li a[href*="instagram.com"]:hover:before {
  background-color: rgba(66,117,159,0.64);
}
.social-icons  li a[href*="plus.google.com"]:hover:before {
  background-color: rgba(215,65,44,0.64);
}
.social-icons  li a[href*="pinterest.com"]:hover:before {
  background-color: rgba(218,74,58,0.64);
}
.social-icons  li a[href*="youtube.com"]:hover:before {
  background-color: rgba(204,34,43,0.64);
}
.social-icons  li a[href*="linkedin.com"]:hover:before {
  background-color: rgba(66, 133, 244, 0.89);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #58B9E6;
    position: relative;
    padding-bottom: 20px;
}
.site-footer .container {
    background: #fff;
    padding: 75px 60px;
}
.site-footer a {
    color: #333;
}
.site-footer p {
    margin-top: 0;
    margin-bottom: 0;
}
.site-footer ul li {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
}
.site-footer ul li:last-child {
    margin-bottom: 0px;
}
.widget-wrap li a {
    color: #666;
}
.site-footer .social-icons li {
  min-width: auto;
}
.site-footer ul li:last-child {
    float: none;
}
.widget-wrap a:hover {
    color: #58B9E6;
}
.site-footer .widget-title {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #555;
}
.site-footer .widget-wrap:not(:last-child) {
    margin-bottom: 1.5em;
}
.text-widget {
    font-size: 16px;
}
.site-info {
    font-size: 16px;
    margin: 25px 0 0;
    color: #ddd;
}
.site-info a {
    color: #fff;
}
.site-info a:hover {
  color: #ddd;
  text-decoration: underline;
}
.site-footer input[type="email"] {
    background: #EEEEEE;
    border-color: #EEEEEE;
    border-radius: 0;
    text-align: center;
    height: 40px;
    font-size: 15px;
    padding: 0 10px;
    width: 80%;
    font-weight: 100;
    margin-top: 20px;
    font-family: "Raleway",sans-serif;
}
.subscribe-form input[type="submit"] {
    background-color: transparent;
    margin-top: 20px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #555;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.subscribe-form input[type="submit"]:hover {
    background-color: #555;
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 5px 12px #aaa;
}
.widget-social-icons .fa {
    margin-right: 10px;
    font-size: 14px;
}
.widget-social-icons li:not(:last-child) {
    margin-bottom: 10px;
}
.site-footer .widget-social-icons {
    margin-top: 10px;
}
.widget-title.footer-title {
    font-size: 40px;
    margin-top: 26px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.widget-title.footer-title span {
    margin-left: 2px;
}
.widget-social-icons li a {
    font-size: 16px;
    color: #555;
    
}
.widget-wrap ul {
  list-style: none;
}
.site-footer li a:before {
  color: #555;
  font-size: 14px;
  margin-right: 10px; 
  font-family: "FontAwesome";
}
.site-footer .social-icons  li a:hover:before {
  color: #fff;
}
.site-footer li a:hover:before{
    color: #27A5E0;
}
.site-footer ul.menu li a:hover::after, 
.site-footer ul.menu li a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
}
.site-footer .social-icons li a:hover::after, 
.site-footer .social-icons li a:focus::after {
  opacity: 0;
}
.site-footer .current-menu-item {
    background: transparent;
}
.site-footer  .sub-menu {
  display: none;
}
.site-footer li a::after {
    position: absolute;
    top: 100%;
    left: 2px;
    width: 100%;
    height: 1px;
    background: #27A5E0;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.site-footer li a {
    position: relative;
    font-size: 16px;
}

/*--------------------------------------------------------------
      RESPONSIVE
--------------------------------------------------------------*/

@media screen and (min-width: 768px){
  .blog-post .has-post-thumbnail .blog-image {
    width: 35%;
    float: left;
  }
  .blog-post .has-post-thumbnail .blog-desc {
    width: 65%;
    float: left;
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px){
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-branding {
    width: 50%;
  }
  #primary {
    padding-right: 30px;
  }
  .four-col .column-wrapper {
    width: 33.33%;
  }
  .site-header .widget-wrap {
    float: right;
  }
}
@media screen and (min-width: 1200px){
  #address-block .container {
      padding-left: 100px;
  }
  .boxed .site-header.is-sticky .main-navigation {
      width: 100%;
  }
  .four-col .column-wrapper {
    width: 25%;
  }
  .sidebar {
    padding: 50px;
  }
  .recent-story-wrapper {
    padding-left: 25px;
  }
  #recent-story .blog-image {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .comment-form input[type="text"],
  .admin-image {
      width: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation ul li a {
      font-size: 13px;
  }
  .main-navigation ul > li > a {
      padding: 23px 18px 23px 18px;
      margin-right: 0;
  }
  .main-navigation ul ul {
    top: 4.6em;
  }
  .site-branding.alignleft, .site-branding.alignright {
      margin-left: 0;
  }
  .news-wrapper .controls {
    top: 10px;
    box-shadow: none;
    width: auto;
  }
  .contact-form-wrapper input {
      width: 30%;
  }
  .contact-form-wrapper textarea {
    width: 94.2%;
  }
  .site-header .google-advertisement {
      width: 42%;
      margin-right: 35px;
  }
  .popular-post .image {
      margin-right: 15px;
  }
  #recent-story .blog-image img {
      width: 100%;
      margin-bottom: 15px;
  }
  .category-image img {
      width: 100%;
  }
  #featured-story .category-image {
      float: none;
      margin-right: 0;
      margin-bottom: 20px;
  }
  #featured-story.no-section-sidebar .category-image {
    width: 35%;
    float: left;
  }
  #category  .three-col .column-wrapper .category-content {
      top: 12em;
  }
  #category .three-col .column-wrapper:hover .category-content {
    top: 13em;
  }
  #category .two-col .column-wrapper:hover .category-content {
    top: 9em;
  }
  #trending-now figure.cycle-slide img {
    width: 100%;
  }
  #featured-story .cycle-slideshow
  #trending-now .cycle-slideshow {
      margin-left: 0;
  }
  .boxed {
      max-width: 90% !important;
  }
  .theme-colours ul:last-child, 
  .theme-colours .layout {
      display: none;
  }
  .trending-wrap {
      margin-left: 20px;
  }
  .celebrities-wrapper {
      margin-bottom: 60px;
  }
  .two-col .category-content {
      top: 10em;
  }
  .controls.to-top .cycle-next {
      float: none;
  }
  .trending-wrap {
      padding-top: 25px;
  }
  .sidebar {
    padding: 30px 15px;
  }
  .breaking-news .news-slider-wrapper,
  .breaking-news .headline {
    width: 100%;
  }
}
@media screen and (max-width: 992px){
  .four-col .column-wrapper {
      width: 33.33%;
  }
  #masthead {
      z-index: 0;
  }
  .main-navigation {
      display: none;
  }
  #sidr-left-top-button {
    display: block;
  }
  .contact-form-wrapper textarea {
      width: 95.6%;
  }
  .site-header .google-advertisement {
      width: 90%;
      margin-right: 0;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      float: none;
  }
  .site-branding.alignleft #site-header,
  .site-branding.alignleft .site-logo,
  .site-branding {
      float: none;
  }
  #masthead .container {
      text-align: center;
  }
  .site-branding {
      margin: 35px 0 0 0;
      display: inline-block;
  }
  .main-content .widget-google-ad {
      width: 85%;
  }
  .widget_search input[type="text"] {
    width: 140px;
  }
  .popular-post .desc,
  .popular-post .image {
    width: auto;
  }
  .popular-post {
      margin-bottom: 25px;
      display: table;
  }
  .sidebar .widget-google-ad.border-grey:last-child {
    margin-bottom: 0;
  }
  #trending-celebrities img {
      width: 100%;
  }
  #trending-celebrities .margin-up .four-col {
      padding: 0;
  }
  #trending-celebrities .margin-up .four-col:nth-child(even) {
      padding-left: 10px;
  }
  #trending-celebrities .margin-up .four-col:nth-child(odd) {
      padding-right: 10px;
  }
  .sidebar .widget-google-ad {
      padding: 0;
  }
  .site-footer .text-right {
    text-align: center;
  }
  .site-footer ul li {
      min-width: 30%;
  }
  .site-footer .widget-wrap {
      margin-bottom: 25px;
  }
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar .video img {
      width: 100%;
      height: 100%;
  }
  .blog article {
      width: 80%;
  }
  #address-block ul li .fa {
      position: relative;
      top: 4px;
      float: none;
  }
  #address-block ul li {
      text-align: center;
  }
  #address-block ul li a {
      margin-top: 10px;
  }
  #featured-story .sidebar figure {
      margin: 0;
  }
  #featured-story .category-image {
      margin-right: 60px;
  }
  #featured-story.no-section-sidebar .category-image {
      margin-right: 0px;
  }
  .popular-post img {
      width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .celebrities-wrapper .main-content {
    padding-right: 15px;
  }
  .celebrities-wrapper .main-content .widget-google-ad {
    width: 100%;
  }
  #featured-story .category-image {
      margin-right: 0;
  }
  .celebrities-wrapper .widget-google-ad,
  .celebrities-wrapper .widget-google-ad img {
    width: 100%;
  }
  .celebrities-wrapper {
      margin-bottom: 0;
  }
  .widget-google-ad.border-grey img,
  .sidebar .widget-google-ad.border-grey {
      width: 100%;
  }
  #category .column-wrapper:hover .category-content {
      top: 14em;
  }
}
@media screen and (max-width: 768px){
  .main-navigation {
      display: none;
  }
  #category .two-col:not(:last-child) {
      margin-left: 27px;
  }
  .main-content .widget-google-ad {
      width: 98%;
  }
  #instagram .container,
  .site-footer .container {
      width: 100%;
  }
  .site-footer {
      padding-left: 15px;
      padding-right: 15px;
  }
  #trending-celebrities img {
      width: 93%;
  }
  .blog article,
  .comment-form  {
      width: 100%;
  }
  .blog #primary, 
  .blog #secondary {
      width: 100%;
      margin: auto;
      float: none;
      padding-left: 15px;
      padding-right: 15px;
  }
  .news-wrapper .controls {
    box-shadow: none;
  }
}
@media screen and (min-width: 767px) {
  .column-wrapper {
    float: left;
  }
  .two-col .column-wrapper {
    width: 50%;
  }
  .three-col .column-wrapper {
    width: 33.33%;
  }
  .category-desc {
    padding:0 25px;
  }
  .gridview .category-desc {
    padding:0px;
  }
  .main-content,
  #primary {
    width: 70%;
    float: left;
    padding: 0 15px 0 0;
  }
  .no-section-sidebar #primary {
    width: 100%;
  }
  .sidebar {
    width: 30%;
    float: right;
  }
  .category-desc {
    float: left;
    width: 65%;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .category-image {
    width: 100%;
  }
  .main-content {
    padding-right: 25px;
  }
  .category-desc {
    padding: 10px 0;
    width: 100%;
  }
  .no-section-sidebar .category-desc {
    padding: 0 25px;
    width: 75%;
  }
  .no-section-sidebar .no-post-thumbnail .category-desc {
    padding: 0px;
    width: 100%;
  }
  .no-section-sidebar .main-content {
    padding-right: 0;
  }
  .no-section-sidebar .category-image {
    width: 25%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .four-col .column-wrapper {
    width: 100%;
  }
  .contact-form-wrapper textarea, 
  .contact-form-wrapper input {
      width: 100%;
  }
  .contact-form-wrapper input {
    margin-bottom: 15px;
  }
  .contact-form-wrapper .form-group {
      margin-bottom: 0;
  }
  .breaking-news .cycle-prev,
  .breaking-news .cycle-next {
      float: none;
  }
  .news-wrapper .controls .cycle-next {
    position: relative;
    top: -20px;
  }
  .category-image {
    width: 100%;
    margin-bottom: 25px;
  }
  #recent-story .blog-image {
    width: 100%;
  }
  .column-wrapper {
    margin-bottom: 25px;
    display: inline-block;
  }
  .column-wrapper:last-child {
    margin-bottom: 0;
  }
  .main-content .widget-google-ad {
      width: 100%;
  }
  .site-footer .widget-social-icons ul li {
      min-width: 33.33%;
      margin-right: 0;
  }
  #address-block ul li:not(:last-child) a {
      margin-bottom: 25px;
  }
  #address-block ul li {
      text-align: left;
      float: none;
      width: 100%;
  }
  #address-block ul li a,
  #category .blog-image img,
  #primary,
  #secondary {
    width: 100%;
  }
  #secondary {
    margin-bottom: 35px;
  }
  #address-block {
      padding-left: 15px;
  }
  .three-col:not(:last-child) {
    margin-bottom: 20px;
  }
  #recent-story .row {
    margin-left: 0;
  }
  .celebrities-wrapper .category-desc {
      padding-right: 0;
  }
  #featured-story.no-section-sidebar .category-image
  {
    width: 100%;
    float: none;
  }
  .no-section-sidebar .category-desc {
    width: 100%;
    padding: 0;
  }
  .column-wrapper:last-child {
    margin-bottom: 0;
  }
  .page-section {
    padding: 35px 15px;
    padding-bottom: 0;
  }
  #featured-story.page-section,
  #trending-now.page-section {
    padding-left: 0;
    padding-right: 0;
  }
  .boxed .main-content {
    width: 100%;
  }
  .main-content {
    margin-bottom: 30px;
  }
  .row {
    margin-left: 0;
  }
  .column-wrapper {
    padding: 0;
  }
  .sidebar {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) {
  #trending-now figure {
    min-height: 425px;
  }
  .featured-slider img,
  .featured-contents,
  .trending-contents {
    padding-right: 6px;
  }
}
@media screen and (max-width: 600px) {
  .category-image img {
      width: 100%;
  }
  .category-image {
      float: none;
  }
  #celebrities-news .category-desc, 
  #music-and-video .category-desc {
      width: 90%;
      margin-top: 25px;
  }
  #celebrities-news .category-desc, 
  #music-and-video .category-desc {
      width: 100%;
  }
  .category-image {
    margin-right: 0;
  }
  .sidebar {
    padding: 25px;
  }
  .site-footer .widget-social-icons ul li {
      min-width: 50%;
  }
  #trending-celebrities img {
      width: 100%;
  }
  #instagram .widget-google-ad {
      margin-top: -6px;
  }
  .blog .entry-container .social-icons {
      float: left;
      margin-top: 15px;
      margin-bottom: 25px;
      border-left: none;
      padding-left: 35px;
  }
  .blog .page-section {
      padding-bottom: 0;
  }
  .blog .blogpage-title,
  .single .blogpage-title {
      font-size: 20px;
  }
  .entry-summary p {
      text-align: justify;
  }
  .two-col .category-content {
      top: 3em;
  }
  #category .two-col:hover .category-content {
      top: 4em;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .cycle-carousel-wrap {
      width: 100%;
  }
  .featured-slider, .featured-slider img {
    padding-right: 0;
    width: 100% !important;
  }
  #photo-gallery .cycle-slideshow a {
    width: 100% !important;
  }
  #photo-gallery a img {
    padding: 0;
  }
  .controls.to-top {
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .site-header {
      padding-top: 50px;
  }
  #sidr-left-top-button {
      position: absolute;
      top: 40px;
      left: 40px;
  }
  #category .two-col,
  #category .two-col:not(:last-child) {
      width: 88%;
      margin: auto;
      float: none;
  }
  .popular-post .image, 
  .popular-post img,
  .popular-post,
  .sidebar .widget-google-ad,
  .sidebar .widget-google-ad img {
      width: 100%;
  }
  .popular-post .image {
      margin-bottom: 15px;
  }
  .four-col {
      width: 100%;
  }
  .four-col:not(:last-child) {
    margin-bottom: 20px;
  }
  #trending-celebrities .margin-up .four-col:nth-child(even) {
      padding-left: 0;
  }
  #trending-celebrities .margin-up .four-col:nth-child(odd) {
      padding-right: 0;
  }
  .site-footer .container {
      padding: 75px 35px;
  }
  .admin-image {
      width: 50%;
  }
  .comment-form input[type="text"], 
  .comment {
      width: 100%;
      margin-left: 0;
      margin-top: 5px;
  }
}

@media screen and (min-width: 421px) {
  .menu-social-icons-container li {
    float: left;
  }
  .menu-social-icons-container li {
      min-width: 125px;
  }
}

@media screen and (max-width: 421px) {
  #sidr-left-top-button {
      top: 10px;
      left: 10px;
  }
  #site-header .site-title {
    font-size: 20px;
  }
  .boxed #sidr-left-top-button {
    left: 28px;
  }
  .sidr-open.boxed #sidr-left-top-button {
    left: 10px;
  }
  .site-footer .widget-social-icons ul li {
      min-width: 100%;
  }
  .site-footer .container {
      padding: 25px 35px;
  }
  .site-footer input[type="email"] {
    width: 100%;
  }
  .instagram-images a,
  .instagram-images img {
      width: 100%;
  }
  .instagram-images img {
      margin-bottom: -5px;
  }
  #instagram .widget-google-ad {
      display: block;
      margin-top: 0;
  }
  .widget-sidebar .video .btn.btn-play {
      height: 150px;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 100%;
  }
  .breaking-news .cycle-slideshow a {
    padding-top: 0px;
    font-size: 12px;
  }
  #comment-section {
    padding: 20px;
  }
}
@media screen and (max-width: 360px) {
  .posted-on {
      margin-top: 0;
      margin-left: 65px;
      padding-bottom: 0;
      position: relative;
      bottom: 15px;
  }
  .blog .entry-container .social-icons {
      margin-top: 0;
  }
  .sort-comment .pull-right {
      float: left;
      margin-top: 10px;
  }
  .admin-image img {
      width: 200px;
  }
  .entry-title.padding-top-bottom {
    padding: 50px 0 80px;
  }
  .controls.to-top {
    top: -20px;
    right: 5px;
  }
}

/*----------------------------------------------------------
                        Extra CSS
------------------------------------------------------------*/
.tag a span.bg-blue::before {
    background-color: #2052e6;
}
#featured-story .featured-slider,
#trending-now .featured-slider {
    padding: 0 5px;
}
.widget_recent_entries ul li:before {
    float: left;
}
.widget_recent_entries ul li a {
    display: table;
}

.error-404.not-found {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.comment-awaiting-moderation {
  display: none;
}
.entry-title a,
.entry-meta a, .entry-meta i,
.post-categories li a,
#colophon li a,
#colophon .site-info a,
.trail-items li a,
#secondary li a,
.single-post-wrapper span.tags-links a,
.comment-meta .url, .comment-meta .fn,
.comment-metadata a, .comment-metadata time,
.reply a,
.logged-in-as a,
.breaking-news .cycle-slideshow a,
.category-content a,
.recent-story-wrapper a,
.featured-contents .title a,
.category-desc a,
.title a,
#top-categories figcaption a,
.nav-links a,
.site-title a {
  text-decoration: none;
}