/*
Theme Name: Extendee
Author: Sanjay Dabhoya
Description: Extendee Theme is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Extendee Theme will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: extendee

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.
*/

/**
 * Default Color Used by Extendee Theme
 *
 * #fa7174 - Primary color
 * #000000 - Secondary color
 * #000000 - Title color
 * #333333 - Content color
 * #888888 - Meta color
 * #ededed - Border color
 * #fa7174 - Footer background color
 * #ffffff - Footer Content color
 * #ffffff - Footer Title color
 * #ffffff - Footer Primary color
 * #000000 - Footer Secondary color
 * #fa7174 - Header title background color
 * #fb8285 - Header title overlay color
 * #ffffff - Header title content color
*/


/**
 * Default Font Size Used by Extendee Theme Theme
 *
 * F1 - 36px
 * F2 - 34px
 * F3 - 28px
 * F4 - 20px
 * F5 - 16px
 * F6 - 14px
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Pagination
 *   6.4 - Post/Image/Comment Navigation
 *   6.5 - Social Navigation
 *   6.6 - Breadcrumbs
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 *    10.1 - Calendar widget
 *    10.2 - Recent Posts widget
 *    10.3 - Recent Comments widget
 *    10.4 - RSS widget
 *    10.5 - Tag Cloud widget
 *    10.6 - Search widget
 *    10.7 - MailPoet widget
 *    10.8 - Contact Us widget
 *    10.9 - Text Widget
 *    10.10 - Media image widget
 *    10.11 - Nav Menu Widget
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - <= 1200px
 *    14.2 - < 1024px
 *    14.3 - >= 992px
 *    14.4 - <= 991px
 *    14.5 - <= 767px
 *    14.6 - <= 667px
 *    14.7 - <= 640px
 *    14.8 - <= 550px
 *    14.9 - <= 400px
 *    14.10 - <= 360px
 */

/**
 * 1.0 - Normalize
 */

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/poppins/Poppins-Bold.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/poppins/Poppins-Light.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/poppins/Poppins-Medium.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/poppins/Poppins-SemiBold.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Poppins-Regular';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

body {
    color: #000000;
    font-weight: normal;
    margin: 0;
    background-color: #ffffff;    
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Poppins-Regular';
}

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;
}

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

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ededed;
    border: 0;
    height: 1px;
    margin: 10px 0;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
}

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

select {
    text-transform: none;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 10px;
    text-transform: none;
    width: 100%;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 0;
}

fieldset {
    border: 1px solid #ededed;
    margin: 0 0 15px;
    padding: 15px;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0 none;
    margin: 0;
    padding: 0 10px;
    width: auto;
    color: #000000;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

button,
input,
select,
textarea {
    color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
    color: #000000;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 34px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

p {
    margin: 0 0 15px;
    line-height: 1.8;
}

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

blockquote {
    border-left: 4px solid #ededed;
    color: #000000;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: 40px 0;
    padding: 0 0 0 20px;
}

blockquote,
q {
    quotes: none;
}

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

blockquote p {
    margin-bottom: 15px;
}

blockquote cite,
blockquote small {
    color: #888888;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #ededed;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #333333;
}

code {
    background-color: #999999;
    padding: 2px 5px;
    color: #ffffff;
}

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

mark,
ins {
    background-color: #333333;
    color: #ffffff;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 3px;
    white-space: pre;
}

big {
    font-size: 125%;
}

.container {
    max-width: 100%;
}

.padding_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding_left_0 {
    padding-left: 0 !important;
}

.padding_right_0 {
    padding-right: 0 !important;
}

.padding_left_15 {
    padding-left: 15px !important;
}

.padding_right_15 {
    padding-right: 15px !important;
}

.padding_top_15 {
    padding-top: 15px !important;
}

.padding_bottom_15 {
    padding-bottom: 15px !important;
}

.margin_0 {
    margin: 0 !important;
}

/**
 * 4.0 - Elements
 */

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

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

ul {
    list-style: disc;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

ol {
    list-style: decimal;
}

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

dl,
dd {
    margin: 0 0 20px;
    line-height: 1.5;
}

dt {
    font-weight: 700;
    line-height: 1.5;
}

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

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #ededed;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 20px;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

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

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px 10px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #888888;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    opacity: 0.7;    
}

:-moz-placeholder,
::-moz-placeholder {
    color: #888888;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    opacity: 0.7;   

    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #888888;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    opacity: 0.7;    
}

/**
 * 5.0 - Forms
 */

input {
    line-height: 1.5;
}

.button,
.widget a.button,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {    
    background-color: #fa7174;
    border: 1px solid #fa7174;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    line-height: 1.5;
    padding: 8px 30px;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -mos-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
}

.button:hover,
.widget a.button:hover,
.button:focus,
.widget a.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #ffffff;
    color: #fa7174;
    outline: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    background: transparent !important;
}

button.button_reverse,
input[type="button"].button_reverse,
input[type="reset"].button_reverse,
input[type="submit"].button_reverse {
    background-color: #ffffff;
    color: #fa7174;
}

button.button_reverse:hover,
button.button_reverse:focus,
input[type="button"].button_reverse:hover,
input[type="button"].button_reverse:focus,
input[type="reset"].button_reverse:hover,
input[type="reset"].button_reverse:focus,
input[type="submit"].button_reverse:hover,
input[type="submit"].button_reverse:focus {
    background-color: #fa7174;
    color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background-color: #ffffff;
    border: 1px solid #ededed;    
    border-radius: 0;
    color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    padding: 10px;
    width: 100%;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #fa7174;
    outline: 0;
}

/**
 * 6.0 - Navigation
 */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
}

/**
 * 6.1 - Links
 */

a {
    color: #000000;
    text-decoration: none;
    background: transparent;
}

a:hover,
a:focus,
a:active {
    color: #fa7174;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

.main-navigation {
    font-family: 'Poppins-Regular';
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    border: none;
    min-height: 1px;
    float: left;
    vertical-align: middle;
}

.site-footer .main-navigation {
    float: left;
    width: auto;
    margin-left: -15px;
}

.site-footer .main-navigation ul li {
    border: none;
    display: inline-block;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation ul > li {
    display: inline-block;   
    float: none;
    margin: 0 10px;
}

.main-navigation ul.navbar-nav li:last-child {
    margin-right: 0;
}

.main-navigation ul.sub-menu > li {
    padding: 0;
    width: 100%;
    margin: 0;
}

.main-navigation ul li.highlight.menu-item {
    background: #FF6F73;
    color: #ffffff;
}

.main-navigation ul li a { 
    padding: 10px 15px;   
    text-transform: uppercase;
}

.main-navigation ul li.highlight.menu-item:hover > a,
.main-navigation ul li.highlight.menu-item a:hover,
.main-navigation ul li.highlight.menu-item a,
.main-navigation ul.nav li:hover > a,
.main-navigation ul.nav li.current-menu-item > a,
.main-navigation ul.nav li.current-menu-ancestor > a {
    color: #FF6F73;
    background: transparent;
}

.main-navigation ul ul {
    display: none;
    border-bottom: 1px solid #ededed;
    border-top: 3px solid #fa7174;
    left: -999em;
    position: absolute;
    z-index: 2;
    color: #000000;
    font-size: 14px;
    text-align: left;
    margin-top: -2px;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul ul a {
    color: #000000;
    padding: 10px 15px;
    white-space: pre;
    width: 100%;
    min-width: 100px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

.menu-item:hover > .sub-menu {
    display: block;
    width: auto;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation .primary-menu > li {
    float: left;
    border: none;
}

.main-navigation ul ul ul {
    top: -2px;
}

.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
    border: none;
}

.main-navigation ul ul li {
    background-color: #ffffff;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    position: relative;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
    left: auto;
    right: auto;
    min-width: 100%;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
}

.main-navigation .nav > li > a:focus {
    background: transparent;
}

.main-navigation ul.nav > li.edge > ul.sub-menu {
    right: 0 !important;
}

.main-navigation .menu-item-has-children.edge ul {
    left: auto !important;
    right: 100%;
}

.main-navigation ul li.edge ul:before,
.main-navigation ul li.edge ul:after {
    right: 15px;
    left: auto;
}

.dropdown-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #000000;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.dropdown-toggle:after {
    border-left: 1px solid #ededed;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
    color: #000000;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f432";
}

/**
 * 6.3 - Pagination
 */

.paging-navigation {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    clear: both;
    margin-bottom: 40px;
}

.paging-navigation .pagination {
    display: inline-block;
    margin: 0;
}

.paging-navigation .pagination .page-numbers {
    border: 1px solid #f9f9f9;
    color: #000000;
    display: inline-block;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    font-size: 12px;
    height: 35px;
    line-height: 33px;
    margin: 5px 2px;
    position: relative;
    width: 35px;
    text-align: center;
    background: #f9f9f9;
}

.pagination .next .next-prev-arrow {
    padding-left: 2px;
}

.next .next-prev-arrow .dashicons,
.next .next-prev-arrow .dashicons-before:before,
.prev .next-prev-arrow .dashicons,
.prev .next-prev-arrow .dashicons-before:before {
    font-size: 16px;
    vertical-align: text-top;
}

.paging-navigation .pagination .page-numbers:hover,
.paging-navigation .pagination .page-numbers:active,
.paging-navigation .pagination .page-numbers:focus,
.paging-navigation .pagination .page-numbers.current {
    background-color: #fa7174;
    border-color: #fa7174;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.paging-navigation .pagination .page-numbers.current,
.paging-navigation .pagination a.page-numbers:hover {
    color: #ffffff !important;
}

.paging-navigation .pagination .page-numbers.dots {
    border: medium none;
    background: none;
    color: #000000;
    padding: 5px 2px;
}

.prev .next-prev-arrow {
    padding-right: 3px;
}

/**
 * 6.4 - Post/Image/Comment Navigation
 */

.post-navigation,
.image-navigation,
.comment-navigation {
    border: 1px solid #ededed;
    clear: both;    
    display: table;
    width: 100%;
}

.post-navigation a,
.image-navigation a,
.comment-navigation a {
    color: #000000;
    display: block;
    padding: 15px;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #888888;
    font-size: 14px;
    line-height: 1.5;  
    font-family: 'Poppins-Regular';    
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,
.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
    color: #fa7174;
}

.post-navigation div + div,
.image-navigation div + div,
.comment-navigation div + div {
    border-left: 1px solid #ededed;
}

.post-navigation .nav-links,
.image-navigation .nav-links,
.comment-navigation .nav-links {
    display: table-row;
}

.post-navigation .nav-previous,
.image-navigation .nav-previous,
.comment-navigation .nav-previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.post-navigation .nav-next,
.image-navigation .nav-next,
.comment-navigation .nav-next {
    display: table-cell;
    text-align: right;
    width: 50%;
}

.post-navigation .nav-previous a .meta-nav-arrow,
.image-navigation .nav-previous a .meta-nav-arrow {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 15px;
    font-size: 16px;
    color: #888888;
}

.post-navigation .nav-next a .meta-nav-arrow,
.image-navigation .nav-next a .meta-nav-arrow {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 15px;
    font-size: 16px;
    color: #888888;
}

body.attachment .post-navigation {
    border: none;
    margin: 15px 0 0;
}

body.attachment .post-navigation a {
    padding: 0;
}

body.attachment .post-navigation a span.meta-nav {
    display: inline-block;
    text-transform: none;
    margin: 0 5px 0 0;
}

/**
 * 6.5 - Social Navigation
 */

.site-header .main-navigation + .social-navigation {
    margin-top: 20px;
}

.site-footer .social-navigation {
    margin-bottom: 20px;
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -10px;
}

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

.social-navigation a {
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #000000;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #000000;
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

/**
 * 6.6 - Breadcrumbs
 */

.breadcrumbs_block {
    display: block;
    margin-top: 5px;
    position: relative;
}

.breadcrumbs {
    list-style: none;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;  
    font-weight: normal;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.breadcrumbs li a {
    color: #000000;
}

.breadcrumbs li a, 
.breadcrumbs .item-current .bread-current {
    word-spacing: -2px;
}

.breadcrumbs .bread-current {
    word-break: break-all;
}

.breadcrumbs .item-current {
    color: #000000;
}

.breadcrumbs li a:hover {
    color: #fa7174;
}

.breadcrumbs .separator {
    font-size: 18px;
    margin: 0 5px;
    color: #000000;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

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

.single-attachment .attachment .entry-footer .screen-reader-text {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative !important;
    vertical-align: text-bottom;
    margin-right: 5px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000000;
    display: block;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: normal;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 1;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

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

blockquote.alignleft {
    margin: 5px 15px 15px 0;
}

blockquote.alignright {
    margin: 5px 0 15px 15px;
}

blockquote.aligncenter {
    margin-bottom: 15px;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after {
    clear: both;
}

/**
 * 10.0 - Widgets
 */

.widget {
    color: #333333;
    display: block;
    float: left;
    font-family: "Poppins-Regular";
    font-size: 14px;    
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    padding: 40px 15px;
    border: 1px solid #ededed;
}

.widget .widget-title {
    color: #000000;
    font-family: "Poppins-Medium";
    margin: 0 0 30px;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
}

.widget ul,
.widget ol {
    padding-left: 0;
    margin: -10px 0;
}

.widget ul li,
.widget ol li {
    display: block;
    padding: 10px 0px 10px 15px;
    position: relative;
    border: medium none;
    color: #333333;
}

.widget ul li:before,
.widget ol li:before {   
    content: "\f111";
    color: #888888;
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    font-size: 8px;
    top: 15px;
}

.widget ul li a,
.widget ol li a {
    color: #333333;
    position: relative;
    display: inline-block;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: #fa7174;
}

.widget ul li ul,
.widget ol li ol,
.widget ul li .children,
.widget ul li .sub-menu,
.widget ol li .children,
.widget ol li .sub-menu {
    padding-top: 5px;  
    margin: 0;
}

.widget ul li ul li:last-child,
.widget ol li ol li:last-child,
.widget ul li .children li:last-child,
.widget ul li .sub-menu li:last-child,
.widget ol li .children li:last-child,
.widget ol li .sub-menu li:last-child {
    padding-bottom: 0 !important;
}

.widget a,
.textwidget a {
    color: #000000;
}

.widget a:hover,
.textwidget a:hover {
    color: #fa7174;
}

.widget .container {
    max-width: 100%;
    padding: 0;
}

.parallax-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.g-recaptcha > div > div{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/**
*  10.1 - Calendar widget
*/

.widget.widget_calendar table {
    margin: 0;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
    line-height: 2.5;
    text-align: center;
    color: #333333;
    padding: 0 !important;
}

.widget.widget_calendar caption {
    color: #333333;
    padding-top: 0;
}

.widget.widget_calendar tbody a {
    background-color: #fa7174;
    color: #ffffff !important;
    display: block;
    font-weight: 700;
}

.widget.widget_calendar tbody a:hover,
.widget.widget_calendar tbody a:focus {
    background-color: #000000;
}

.widget.widget_calendar tfoot a {
    color: #fa7174;
}

.widget.widget_calendar tfoot a:hover {
    color: #000000;
}

/**
*  10.2 - Recent Posts widget
*/

.widget.widget_recent_entries ul li a {
    color: #333333;
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.widget.widget_recent_entries ul li a:hover {
    color: #fa7174;
}

.widget.widget_recent_entries .post-date {
    color: #888888;
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

/**
*  10.3 - Recent Comments widget
*/

.widget.widget_recent_comments ul li.recentcomments a {
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.widget.widget_recent_comments .comment-author-link a {
    color: #333333;
}

.widget.widget_recent_comments .comment-author-link a:hover {
    color: #fa7174;
}

/**
*  10.4 - RSS widget
*/

.widget.widget_rss ul li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.widget.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.widget_rss .widget-title .rsswidget {
    color: #000000;
    display: inline-block;
}

.widget.widget_rss .widget-title .rsswidget img {
    margin-top: -2px;
    margin-right: 5px;
}

.widget.widget_rss ul li .rsswidget {
    color: #000000;
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.widget.widget_rss ul li .rsswidget:hover {
    color: #fa7174;
}

.widget.widget_rss .rss-date,
.widget.widget_rss cite {
    color: #888888;
    display: block;
    margin-top: 8px;
    font-size: 12px;
}

.widget.widget_rss .rssSummary {
    margin-top: 8px;
}

/**
*  10.5 - Tag Cloud widget
*/

.widget.widget_tag_cloud .tagcloud a {
    background: #f9f9f9;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
    border: 1px solid #f9f9f9;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #fa7174;
    color: #ffffff !important;
    text-decoration: none;
    border-color: #fa7174;
}

/**
*  10.6 - Search widget
*/

.search-form {
    margin: 0 auto;
    padding: 0;
    max-width: 440px;
    position: relative;
}

.search-form label {
    margin: 0;
    width: 100%;
}

input[type="search"].search-field {
    border-radius: 0;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    border-right: none;
}

.search-form .search-submit {    
    border-radius: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    border-color: #fa7174;
    background-color: #fa7174;
    color: #fff;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
    border-color: #ededed;
    background-color: #fff;
    color: #fa7174;
}

.search-form .search-submit:before {
    content: "\f002";
    font-family: 'FontAwesome';
    line-height: 42px;
}

/* style for header search menu */
#searchform {
    position: relative;
    color: #000000;
}

#searchform input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #ededed;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    font-family: 'Poppins-Regular';    
    max-width: 100%;
}

#searchform #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ededed;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
}

/**
*  10.7 - MailPoet widget
*/

.widget.widget_wysija .widget_wysija_cont {
    max-width: 100%;
    width: 580px;
    display: inline-block;
}

.widget.widget_wysija .wysija-paragraph {
    position: relative;
    margin: 0;
}

.widget.widget_wysija .formError {
    left: auto !important;
    top: 100% !important;
    right: 0 !important;
    text-align: left;
}

.widget.widget_wysija .formError .formErrorContent {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins-Regular';    
}

.widget.widget_wysija form.widget_wysija {
    position: relative;
    padding-right: 45px;
}

.widget.widget_wysija .wysija-input {
    height: 42px;
    border-right: none;
}

.widget.widget_wysija .widget_wysija_cont .wysija-submit {
    background-color: #fa7174;
    background-image: url("images/send.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #fa7174;
    bottom: 0;
    display: block;
    height: 42px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 45px;
}

/**
 * 10.8 - Contact Us widget
 */

.wpcf7 {
    display: inline-block;
    width: 100%;
}

.wpcf7 .wpcf7-form > p {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form > p:last-of-type {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form label {
    margin-bottom: 0;
    width: 100%;
    color: #000000;
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.wpcf7 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {    
    margin-bottom: 20px;   
}

.wpcf7 .wpcf7-form textarea.wpcf7-form-control {
    resize: none;
    max-height: 130px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
}

.contact-form-title {
    color: #000000;
    font-family: "Poppins-Regular";
    margin: 0 0 30px;
    padding-bottom: 15px;    
    text-align: left;   
}

/**
 * 10.9 - Text widget
 */

#secondary .widget.widget_text ul,
#secondary .widget.widget_text ol {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

#secondary .widget.widget_text ul ul,
#secondary .widget.widget_text ol ol {
    margin-bottom: 0;
}

/**
 * 10.10 - Media image widget
 */

.widget.widget_media_image .wp-caption {
    margin-bottom: 0px;
}

/**
 * 10.11 - Nav Menu widget
 */

 .widget_nav_menu .menu li .sub-menu li {
    padding-left: 10px;
 }

/**
 * 11.0 - Content
 */

.site {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.site-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.site-content {
    word-wrap: break-word;
    overflow: hidden;
    float: left;
    width: 100%;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.site-main {
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.home-content-area {
    float: left;
    width: 100%;
}

.home-content-area .site-main {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.site-main > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/**
 * 11.1 - Header
 */

.site-header {
    float: left;   
    width: 100%;
    z-index: 1;   
    padding: 5px 0;
}

.rotating {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.site-header .site-header-main {    
    transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.site-header .site-header-main.active-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    right: 0;
}

.site.box_layout .site-header .site-header-main.active-sticky,
.site.framed_layout .site-header .site-header-main.active-sticky {
    left: auto;
    right: auto;
    width: auto;
}

.site-header-main,
.header_wrap {
    float: left;
    width: 100%;
    display: table;
}

.site-branding {   
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.site-title {
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
    margin: 0;
    line-height: 1;
}

.site-branding .site-title a {
    padding: 0;
    display: block;  
}

.site-branding .site-title.tagline {
    padding: 20px 0 5px;
}

.site-branding .site-title a img {
    width: auto;
    height: 84px;
    padding: 15px;
}

.site-branding .site-title.tagline a::first-letter {
    color: #fa7174;
    font-family: "Poppins-Bold";
}

.site-description {
    color: #000000;
    margin: 0;
    font-size: 14px;
}

.site-header-menu {
    display: table-cell;
    float: none;
    text-align: right;
    vertical-align: middle;
}

.menu-toggle {
    background: transparent;
    border: 1px solid #ededed;
    color: #000000;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #000000;
    color: #ffffff;
}

.menu-toggle:focus {
    outline: 0;
}

.header-image {
    display: inline-block;
    vertical-align: middle;
}

.site-header-text {
    color: #000000;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    margin: 15px 0;
    word-break: break-all;
}

.site-menu-container {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: middle;
}

/**
 * 11.2 - Posts and pages
 */

.site.box_layout.container {
    padding: 0;
}

.site.framed_layout.container {
    padding: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: 0 0 7px #000000;
}

.content-area {
    margin-bottom: 40px;
}

body.blog .content-area article,
body.archive .content-area article,
body.search .content-area article,
body.single .content-area article,
body.home .content-area article,
.content-area article .clearfix {
    margin-bottom: 50px;
    position: relative;
}

.content-area.text-center ul,
.content-area.text-center ol {
    text-align: center;
    margin-left: 50px;
}

.content-area .content-area-col2 .clearfix:nth-of-type(2n + 1),
.content-area .related_post_section .clearfix:nth-of-type(2n + 1) {
    clear: both;
}

.content-area .first-article article {
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed;
}

.content-area .content-area-col2 article .post-thumbnail {
    margin-bottom: 35px;
}

.content-area .content-area-col2 article .entry-title {
    font-size: 22px;
}

article > *:last-child {
    margin-bottom: 0;
}

.entry-header {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.entry-title {
    font-family: 'Poppins-Medium';
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;    
}

.entry-title a {
    color: #000000;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #fa7174;
}

.post-thumbnail {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.post-thumbnail-sticky {
    min-height: 30px;
}

.post-thumbnail img {
    display: inline-block;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-content {
    margin-bottom: 15px;
    display: block;
    font-family: 'Poppins-Regular';    
    font-size: 14px;
    color: #333333;
}

.entry-content blockquote {
    display: inline-block;
    width: auto;
}

.single .entry-content a img {
    margin: 0 auto;
}

.single .entry-content ul,
.single .entry-content ol {
    list-style-position: outside;
    padding-left: 20px;
    margin-left: 0px;
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto;
}

.no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
    margin-bottom: 0;
}

.section_seperation {
    border-bottom: 1px solid #ededed;
    display: block;
    width: 100%;   
}

.author-info {
    margin: 40px 0;
}
/* home page slider start */

.blogpost-slider {
    margin-bottom: 100px;
}

.blogpost_wraper {
    position: relative;
    min-height: 335px;
    max-height: 415px;
}

.blogpost-slider .entry-title a {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.blogpost-slider a:hover,
.blogpost-slider .entry-date a:hover time,
.blogpost-slider .entry-title a:hover,
.blogpost-slider footer.entry-footer a:hover,
.blogpost-slider footer.entry-footer .comments-link a:hover,
.blogpost-slider footer.entry-footer .categories a:hover {
        color: #fa7174;
}

.blogpost-slider .entry-footer .post-meta.blog_post_meta > span:after {
    border-color: #ffffff !important;
}

.blogpost-slider .entry-footer .post-meta,
.blogpost-slider footer.entry-footer a,
.blogpost-slider .entry-title a,
.blogpost-slider .entry-footer .entry-date a {
    color: #ffffff !important;
}

.blogpost-slider .entry-footer .post-meta.blog_post_meta > span:after {
    margin-left: 10px;
}

.blogpost_wraper .post-thumbnail,
.blogpost_wraper .post-thumbnail img {
    margin: 0;
}

.blogpost_wraper .post-content {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 20px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -mos-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.blogpost_wraper:hover .post-content {
    opacity: 1;
    bottom: 0;
}

.blogpost_wraper .post-content .post-content-overlay {
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.blogpost_wraper .entry-footer .post-meta.blog_post_meta {
    margin-bottom: 15px;
}

.blogpost_wraper .post-content .entry-header {
    position: relative;
    z-index: 1;
    padding-left: 0px;
}

.blogpost_wraper .post-content .entry-footer {
    margin: 0;
    position: relative;
    z-index: 1;
    padding-left: 0px;
}

.blogpost-slider .slick-list {
    margin-top: 0;
}

.blogpost-slider .slick-prev {
    bottom: 0;
    height: 35px;
    left: 15px;
    margin: auto;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 35px;
    z-index: 1;
}

.blogpost-slider .slick-next {
    bottom: 0;
    height: 35px;
    margin: auto;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 35px;
    z-index: 1;
}

/* home page slider end */

.read_more {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

.read_more a {   
    border-radius: 0;
    color: #fa7174;
    font-family: 'Poppins-Medium';    
    line-height: 1.5;    
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -mos-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    display: inline-block;    
}

.read_more a:focus,
.read_more a:hover {    
    color: #000000;
}

.entry-footer {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    vertical-align: top;
}

.entry-footer:empty {
    margin: 0;
}

.entry-footer a {
    color: #888888;
    vertical-align: middle;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #fa7174;
}

.entry-footer .entry-date a {
    margin: 3px 0;
    display: inline-block;
}

.entry-footer .full-size-link,
.entry-footer .post-meta {
    display: inline-block;
    margin-bottom: 5px;   
    font-family: 'Poppins-Regular';    
    font-size: 14px;
    color: #888888;
    width: 100%;
    vertical-align: top;
}

.entry-footer > div:last-child,
.entry-footer .post-meta:last-child {
    margin-bottom: 0;
}

.entry-footer .post-meta > span {
    display: inline-block;   
}

.entry-footer .post-meta.blog_post_meta > span {
    padding-right: 10px;
}

.entry-footer .post-meta.blog_post_meta > span:after {
    content: "";
    margin-left: 10px;
    height: 25px;
    border-right: 1px solid #ededed;
    display: inline-block;
    vertical-align: middle;
}

.entry-footer .post-meta.blog_post_meta > span:last-child:after {
    margin-left: 0px;
    border-right: none;
}

.entry-footer .post-meta > span i {
    margin-right: 3px;
    vertical-align: middle;
}

.entry-footer .post-meta .cat-links ul.post-categories {
    margin: 0;
    list-style: none;
}

.entry-footer .post-meta .cat-links ul.post-categories li {
    display: inline-block;
}

.entry-footer .post-meta .cat-links ul.post-categories li a {
    color: #ffffff;
}

.entry-footer .post-meta .cat-links ul.post-categories li a:hover {
    color: #fa7174;
}

.entry-footer .post-meta .cat-links a {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #fa7174;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #fa7174;
}

.entry-footer .post-meta .cat-links a:hover,
.entry-footer .post-meta .cat-links a:focus {    
    color: #fa7174;
    background-color: #ffffff !important;   
}

.entry-footer .post-meta .tags a {
    display: inline-block;
    margin: 3px;
    text-transform: capitalize;
}

.entry-footer .post-meta .tags a:hover {    
    color: #fa7174;
}

.sticky-post {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    font-family: 'Poppins-Regular';    
    font-size: 14px;
    left: 0;
    line-height: 1.5;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
    display: none;
}

.sticky .posted-on,
.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-header {
    background-position: center bottom;
    background-size: cover;
    border: medium none;
    display: inline-block;  
    margin-top : 0;
    margin-bottom: 100px;
    min-height: 100px;
    padding: 20px 0; 
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fb8285;
}

.page-header-overlay {
    position: absolute;
    background-color: #fb8285;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}

.page-header.header_padding_class {
    padding-top: 80px;
}

.page-title {   
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins-Regular";      
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.header_bg_image .page-title {
    color: #000000;
}

.page-links {
    clear: both;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    margin: 0 0 15px;
}

.page-links a,
.page-links > span {
    border: 1px solid #ededed;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 1.5;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.page-links a {
    background-color: #fa7174;
    border-color: #fa7174;
    color: #ffffff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.page-links > .page-links-title {
    border: none;
    color: #000000;
    height: auto;
    margin: 0;
    padding-right: 10px;
    width: auto;
}

.entry-attachment {
    margin-bottom: 20px;
}

.entry-caption {
    color: #000000;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    padding-top: 15px;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

.taxonomy-description {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}

.taxonomy-description p {
    margin: 10px 0 15px;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}


/* password protected form */
.post-password-form {
    margin-bottom: 20px;
}

.post-password-form label {
    color: #000000;
    display: block;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: normal;
}

.post-password-form input[type="password"] {
    margin-top: 5px;
    max-width: 440px;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

/* No results or Not found page */
.no-results,
.not-found {
    border: 1px solid #ededed;
    margin: 0 15px 20px;
}

.not-found .title-404 {
    font-size: 80px;
}

.not-found .entry-header {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
    padding: 15px;
}

.not-found .entry-title {
    margin-bottom: 0;
}

.not-found .entry-content {
    padding: 15px;
    margin: 0;
}

.not-found .page-content {
    padding: 0 15px 15px;
}

.not-found .search-form {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/* related posts */
.related_post_section {
    padding: 50px 0 0;
    display: inline-block;
    width: 100%;
}

.related_post {       
    margin-bottom: 50px;
}

.related_post_title {
    color: #000000;
    display: inline-block;
    width: 100%;
    font-family: 'Poppins-Medium';
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.related_post .entry-footer .post-meta.blog_post_meta > span.tags {
    display: none;
}

.related_post .post-thumbnail {
    margin-bottom: 20px;
}

.related_post .entry-title {
    margin-bottom: 15px;       
}

.related_post .entry-footer {
    margin-bottom: 0;   
}

.related_post .entry-footer .post-meta.blog_post_meta {
    margin-top: 15px;
    text-align: left;
}

.entry-footer .post-meta.blog_post_meta > span:first-child,
.related_post .entry-footer .post-meta.blog_post_meta > span:first-child {
    border-left: none;
    padding-left: 0;
}

.related_post .entry-footer .post-meta > span {
    padding: 0 12px 0 0;
}

.related_post .entry-footer .post-meta.blog_post_meta > span {
    padding-top: 10px;
    padding-bottom: 10px;
}

.single .related_post .entry-footer span:after {
    content : "|";
    color: currentColor;
    margin-left: 10px;
}

.single .related_post .entry-footer span:last-child:after {
    content : "";
}

.single .related_post .entry-footer span.comments-link span:after {
    margin-left: 0;
}

.single-blog-social.social-icon {
    float: right;
}

.single-blog-social li {
    margin-top: 15px;
}

.social-icon ul.social-media {
    display: inline-block;
    margin: 0;
    width: 100%;
    list-style: none;
}

.single .single-blog-social.social-icon {
    display: inline-block;
    margin: 0;
    width: auto;
    list-style: none;
    float: none;
}

.single .single-blog-social li {
    margin-top: 5px;
}

.social-icon ul.social-media li {
    background-color: #000000;
    border: 1px solid #000000;
    display: inline-flex;
    height: 35px;
    list-style: outside none none;
    margin-left: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
    padding: 0;
    vertical-align: middle;
}

.social-icon ul.social-media li:first-child {
    margin-left: 0;
}

.social-icon ul.social-media li.facebook {
    background-color: #3D5988;
    border-color: #3D5988;
}

.social-icon ul.social-media li.twitter {
    background-color: #29C5F6;
    border-color: #29C5F6;
}

.social-icon ul.social-media li.linkedin {
    background-color: #006DC0;
    border-color: #006DC0;
}

.social-icon ul.social-media li.google-plus {
    background-color: #DB5049;
    border-color: #DB5049;
}

.social-icon ul.social-media li.instagram {
    background-color: #AA856A;
    border-color: #AA856A;
}

.social-icon ul.social-media li:hover {
    background-color: #000000;
    border-color: #000000;
}

.social-icon ul.social-media li:before {
    content: "";
}

.social-icon ul.social-media li a {
    display: inline-block;
    line-height: 33px;    
    width: 100%;
    height: 33px;
}

.social-icon ul.social-media li i {
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    transition: all 0.3s ease 0s;
}

/**
 * 11.3 - Post Formats
 */

.post.format-gallery .post-gallary .slick-slider {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}

.post.format-gallery .post-gallary .slick-slider img {
    height: auto;
    width: auto;
    margin: auto;
}

.post.format-gallery .post-gallary .slick-slider .slick-prev {
    bottom: 0;
    height: 35px;
    left: 0;
    margin: auto;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 35px;
}

.post.format-gallery .post-gallary .slick-slider .slick-next {
    bottom: 0;
    height: 35px;
    margin: auto;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

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

.post.format-chat .entry-content p {
    padding: 5px 10px;
}

.post.format-chat .entry-content p:nth-child(odd) {
    background-color: #eef1f7;
}

.post.format-chat .entry-content p:nth-child(even) {
    background-color: #f9eded;
}

.single-post .entry-content .twitter-tweet.twitter-tweet-rendered {
    margin: 10px auto !important;
}

.single-post .comment-content {
    padding-left: 90px;
}

.single-attachment .attachment .entry-footer .screen-reader-text {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative !important;
    vertical-align: text-bottom;
    margin-right: 5px;
}


/**
 * 11.4 - Comments
 */

.comments-area {
    display: block;
    width: 100%;    
    padding: 50px 0;
}

.comment-respond {
    width: 100%;
    display: inline-block;
}

.comments-title,
.comment-reply-title {
    color: #000000;                
    display: inline-block;
    width: 100%;    
    font-family: 'Poppins-Medium';   
    line-height: 1.2;
    margin-bottom: 30px;         
    text-transform: uppercase;        
}

.comment-list {
    list-style: none;
    margin: 0 0 80px;
}

#comments .comment-list article {
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 50px;
}

.comment-author {
    color: #000000;
    margin-bottom: 5px;
    font-size: 14px;
}

.comment-author .avatar {
    float: left;
    height: 75px;
    margin-right: 15px;
    position: relative;
    width: 75px;
}

.pingback,
.comment-meta {
    text-align: left;
    margin-bottom: 20px;
}

.comment-metadata,
.pingback .edit-link {
    color: #888888;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #fa7174;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 10px;
}

.pingback,
.comment-content {
    color: #333333;
    font-family: 'Poppins-Regular';    
    font-size: 14px;
    text-align: left;
    padding-left: 90px;
}

.comment-reply-link {
    background-color: #fa7174;
    border: 1px solid #fa7174;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins-Regular';
    font-size: 14px;    
    line-height: 1;
    padding: 8px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 20px;
}

.comments-link > span {
    vertical-align: middle;     
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    background-color: #ffffff !important;
    color: #fa7174;
    outline: 0;
}

.comment-body .reply {
    text-align: left;
    padding-left: 90px;
}

.comment-form p:not(:last-child) {
    margin-bottom: 20px;
}

.comment-form .comment-form-author {
    width: 48%;
    float: left;
}

.comment-form .comment-form-email {
    width: 48%;
    float: right;
}

.comment-form .comment-form-url {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.comment-form p.form-submit {
    margin-top: 10px;
    display: inline-block;
}

.comment-form label {
    color: #000000;
    display: block;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
}

.comment-form-comment textarea {
    max-height: 130px;
    resize: none;
    padding: 10px;
}

.comment-form-comment .error {
    color: red;
    margin-top: 5px;
}

.comment-list .comment-form {
    margin-bottom: 20px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #888888;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.no-comments {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: normal;
    margin: 0 0 25px;
    padding: 10px 0;
    width: 100%;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

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

.required {
    color: #ff0000;
    font-family: 'Poppins-Regular';
    font-weight: normal;
}

.comment-reply-title small {
    bottom: 10px;
    font-size: 100%;
    height: 20px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

.comment-reply-title small a {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #000000;
}

.comment-reply-title small a:before {
    content: "\f00d";
    font-size: 20px;
    position: relative;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
    margin-bottom: 40px;
    float: left;
}

.sidebar > .widget:last-child {
    margin: 0;
}

/**
 * 11.6 - Footer
 */

.footer-overlay {
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.site-footer {
    background-color: #fa7174;
    color: #ffffff;
    float: left;
    font-size: 14px;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.site-info {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 0;
    float: right;
}

.site-info a {
    color: #000000;
}

.site-info a:hover,
.site-info a:focus {
    opacity: 0.8;
}

a.arrow-up {
    bottom: 10px;
    display: none;
    opacity: 0.6;
    padding: 5px 8px;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 3;
    background-color: #fa7174;
    color: #ffffff !important;
}

a.arrow-up i {
    font-size: 34px;
}

a.arrow-up:hover,
a.arrow-up:focus {
    opacity: 1;
}

.site-footer a {
    color: #ffffff;
}

.site-footer .copyright a:hover {
    color: #000000;
}

.site-footer .copyright {
    display: block;
    padding: 25px 10px;    
}

.site-footer .footer_menu_social {
    border-bottom: 1px solid #fb8285;
    display: inline-block;
    padding: 40px 0;
    vertical-align: top;
    width: 100%;
}

.site-footer .footer_menu_social .footer_menu,
.site-footer .footer_menu_social .footer_social_share {
    display: block;   
}

.site-footer .footer_menu ul {
    margin-bottom: 0;
    margin-left: 0;
}

.site-footer .footer_menu ul .menu-item a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.site-footer .footer_menu ul .menu-item a:hover {
    color: #000000;
}

.site-footer ul.social-media {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

.site-footer ul.social-media li {
    border: 1px solid #fb8285;
    display: inline-flex;
    height: 40px;
    list-style: outside none none;
    margin: 0 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    background-color: #fb8285;
}

.site-footer ul.social-media li:hover {   
    background-color: #ffffff;
    color: #333333;
    transition: 0.3s;
}

.site-footer ul.social-media li.facebook:hover {
    border: 1px solid #3D5988 !important;
    background: #3D5988 !important;
}

.site-footer ul.social-media li.twitter:hover {
    border: 1px solid #29C5F6 !important;
    background: #29C5F6 !important;
}

.site-footer ul.social-media li.google-plus:hover {
    border: 1px solid #DB5049 !important;
    background: #DB5049 !important;
}

.site-footer ul.social-media li.instagram:hover {
    border: 1px solid #AA856A !important;
    background: #AA856A !important;
}

.site-footer ul.social-media li.linkedin:hover {
    border: 1px solid #006DC0 !important;
    background: #006DC0 !important;
}

.site-footer ul.social-media li a {
    float: left;
    line-height: 38px;
    padding: 0 8px;
    width: 100%;
}

.site-footer ul.social-media li i {    
    color: #ffffff;
    transition: 0.3s;    
    font-size: 16px;
    line-height: 38px;
}

.site-footer ul.social-media li:hover i {
    color: #ffffff;
}

.footer-newsletter {
    width: 100%;
    display: block;
    padding: 40px 0;
}

.footer-image {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.textwidget .footer-image a img {
    display: inline-block;
}

/**
 * 12.0 - Media
 */

.site .avatar {
    border-radius: 50%;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 20px;
}

.wp-audio-shortcode {
    margin-bottom: 0;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}

/**
 * 12.1 - Captions
 */

.wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #000000;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    padding-top: 10px;
}

/**
 * 12.2 - Galleries
 */

.gallery {
    margin: 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.flex-prev {
    background: url("images/arrow_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 30px;
}

.flex-next {
    background: url("images/arrow_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 0;
}

.flexslider {
    border: none;
}

.flexslider .slides > li {
    border: 8px solid #ededed;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #000000;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    padding-top: 10px;
}

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

/**
 * 13.0 - Multisites
 */

.widecolumn {
    margin-bottom: 40px;
    padding: 0 7.6923%;
}

.widecolumn .mu_register {
    width: auto;
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #ededed;
    color: inherit;
    margin-bottom: 40px;
    padding: 15px;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}

.widecolumn h2 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
}

.widecolumn p {
    margin: 20px 0;
}

.widecolumn p + h2 {
    margin-top: 30px;
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #000000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase;
}

.widecolumn .mu_register label {
    margin: 30px 10px 10px 0;
}

.widecolumn .mu_register label strong {
    font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    width: 100%;
}

.widecolumn .mu_register #blogname {
    margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 5px;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 14px;
    margin: 0;
    width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * 14.1 - <= 1200px
 */

/**
 * 14.2 - < 1024px
 */
@media screen and (max-width: 1024px) {
    .menu-item:hover > .sub-menu {
        width: 100%;
    }

    .site-branding {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .admin-bar .site-branding {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

/**
 * 14.3 - >= 992px
 */

@media screen and (min-width: 992px) {
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation {
        display: none;
    }
}

/**
 * 14.4 - <= 991px
 */

@media screen and (max-width: 991px) {  
    .g-recaptcha > div > div {
        transform:scale(0.60);
        -webkit-transform:scale(0.60);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    p.site-description {
        display: none;
    }

    .mean-container .mean-bar + .site,
    .mean-container .mean-bar + .site .site-inner {
        position: initial;
    }

    .mean-container .mean-bar + .site .site-inner .site-header {
        position: absolute;
        top: 0px;
        z-index: 99;
        width: 90%;
    }

    .admin-bar.mean-container .mean-bar + .site .site-inner .site-header {
        top: 30px;
        padding: 15px 0 15px 0;
    }

    .mean-container .mean-bar + .site .site-inner .site-header .site-header-main {
        float: none;
        width: auto;
        display: initial;
    }

    .site-branding .site-title img {
        width: auto;
        height: 34px;
    }

    .site-branding .site-title.tagline {
        padding: 0;
    }

    .page-header,
    .blogpost-slider {
        margin-bottom: 60px;
    }

    .blogpost_wraper {
        min-height: auto;
    }

    .site-branding .site-title a img {
        height: 34px;
        padding: 0px;
    }
}

/**
 * 14.5 - <= 767px
 */

@media screen and (max-width: 767px) {
    .about_author .author-bio .read_more a,
    .about_author .author-bio .social-icon {
        margin-top: 30px;
    }

    .about_author .author-bio {
        margin-bottom: 50px;
    }

    .single-blog-social.social-icon {
        float: none;
    }

    .single-post .comment-list .children > li,
    .single-post .comment-content {
        padding-left: 20px;
    }

    .single-post .content-area.text-center ul, .content-area.text-center ol {
        margin-left: 20px;
    }

    .mean-container .mean-bar + .site .site-inner .site-header {
        top: 0px;
        width: auto;
    }

    .admin-bar.mean-container .mean-bar + .site .site-inner .site-header {
        top: 40px;
        padding: 18px 0 10px 0;
    }

    .g-recaptcha > div > div {
        transform:scale(0.95);
        -webkit-transform:scale(0.95);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    .blogpost-slider .slick-prev,
    .blogpost-slider .slick-next {
        display: none !important;
    }

    .blogpost_wraper .post-content .entry-header,
    .blogpost_wraper .post-content .entry-footer {
        padding-left: 0px;
    }
}

/**
 * 14.6 - <= 667px
 */

/**
 * 14.7 - <= 640px
 */

/**
 * 14.8 - <= 550px
 */

@media screen and (max-width: 550px) {
    .progressbar .progress_title {
        max-width: 100px;
        text-overflow: ellipsis !important;
        word-break: break-all;
        font-size: 14px;
    }
}

/**
 * 14.9 - <= 400px
 */

@media screen and (max-width: 400px) {
    .single-post .comment-list .children > li,
    .single-post .comment-content {
        padding-left: 5px;
    }

    .single-post .content-area.text-center ul, .content-area.text-center ol {
        margin-left: 15px;
    }
}

/**
 * 14.10 - <= 360px
 */