/*
Theme Name: Appify
Theme URI: http://appify.projectsmd.in/wp/
Author: Multidots
Author URI: http://www.multidots.com/
Description: Appify is a clean, modern & creative App Landing page for the app of all platforms. It can be used for displaying app from three platforms (Android, iOS & Windows) in a beautiful way. Well documented & very easy to customize, Appify - App Landing Page is a better solution for showcasing & promoting your start-up mobile app.Appify landing page is the perfect mobile app showcase for your App or Marketing Campaign Built with Less, CSS3 and HTML5 code.
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, custom-background, custom-colors, featured-images, flexible-header
Text Domain: appify
Domain Path: /languages/
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.
*/

@import url(webkit/webkit.css);
@import url(webkit/font-awesome/font-awesome.css);
.transition {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.delay {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.no-delay {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}


/*font icon*/

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ic_play:before {
    content: "\e90e";
}

.icon-ic_scroll .path1:before {
    content: "\e900";
    color: rgb(255, 255, 255);
}

.icon-ic_scroll .path2:before {
    content: "\e901";
    margin-left: -1.5029296875em;
    color: rgb(255, 253, 253);
}

.icon-ic_scroll .path3:before {
    content: "\e902";
    margin-left: -1.5029296875em;
    color: rgb(255, 255, 255);
}

.icon-ic_download:before {
    content: "\e903";
}

.icon-ic_android:before {
    content: "\e904";
}

.icon-ic_apple:before {
    content: "\e905";
}

.icon-ic_bag:before {
    content: "\e906";
}

.icon-ic_customize:before {
    content: "\e907";
}

.icon-ic_design:before {
    content: "\e908";
}

.icon-ic_flat_design:before {
    content: "\e909";
}

.icon-ic_hammer:before {
    content: "\e90a";
}

.icon-ic_laptop:before {
    content: "\e90b";
}

.icon-ic_market:before {
    content: "\e90c";
}

.icon-ic_photos:before {
    content: "\e90d";
}

.icon-ic_play_big:before {
    content: "\e90f";
}

.icon-ic_play_store:before {
    content: "\e910";
}

.icon-ic_play_store_hover:before {
    content: "\e911";
}

.icon-ic_retina:before {
    content: "\e912";
}

.icon-ic_scroll2:before {
    content: "\e913";
}

.icon-ic_send_small:before {
    content: "\e914";
}

.icon-ic_setting:before {
    content: "\e915";
}

.icon-ic_shield:before {
    content: "\e916";
}

.icon-ic_speed:before {
    content: "\e917";
}

.icon-ic_store_hover:before {
    content: "\e918";
}

.icon-ic_support:before {
    content: "\e919";
}

.icon-ic_use:before {
    content: "\e91a";
}

.icon-ic_windows:before {
    content: "\e91b";
}

.icon-iPhone:before {
    content: "\e91c";
}

.icon-title_logo {
    font-size: 48px;
}

.icon-title_logo .path1:before {
    content: "\e91e";
    color: rgb(255, 255, 255);
}

.icon-title_logo .path2:before {
    content: "\e91f";
    margin-left: -2.7783203125em;
    color: rgb(225, 66, 64);
}


/*1. css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;*/
    vertical-align: baseline;
}


/* 1.1 HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1.big,
h1 {
    font-size: 70px;
}

h1.small {
    font-size: 50px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

nav > ul,
nav > ul ul {
    list-style-type: disc;
    padding-left: 20px;
}

nav > ol,
nav > ol ol {
    list-style-type: decimal;
    padding-left: 20px;
}

nav > ul li a,
nav > ol li a,
nav > ul li,
nav > ol li {
    text-decoration: none;
    color: #162331;
    font-size: 14px;
    line-height: 26px;
}

nav > ul li a:hover,
nav > ol li a:hover {
    color: #e14240;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

ins {
    background: #ffe7e7;
    text-decoration: none;
}

p a {
    color: #e14240;
}

p a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

th,
td {
    padding: 8px;
    font-size: 14px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.custom_li ul li {
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 35px;
    color: #162331;
    font-size: 14px;
    line-height: 26px;
}

.custom_li ul li .ficon {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 30px;
    text-align: center;
}

.e_btn,
input[type="submit"],
button {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #e14240;
    border-radius: 14px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    color: #e14240;
    background-color: transparent;
    cursor: pointer;
}

.e_btn:hover {
    background-color: red;
}

.e_btn:hover {
    background-color: #e14240;
    color: #fff !important;
}

input[type="submit"]:hover,
button:hover {
    background-color: #e14240;
    color: #fff;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff !important;
}

.e_btn.blue {
    border-color: #6788aa;
    color: #6788aa !important;
}

.e_btn.blue:hover {
    background-color: #6788aa;
    color: #fff;
}

.e_btn.send-btn {
    background-color: #e14240;
    border: 2px solid #e14240;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    width: auto;
}

.e_btn.send-btn .ficon {
    font-size: 37px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.e_btn.send-btn:hover {
    background-color: transparent;
    border-color: #000912;
    color: #000912 !important;
}

.e_btn.fill_btn {
    background-color: #e14240;
    color: #fff !important;
}

.e_btn.fill_btn:hover {
    background-color: transparent;
    border-color: #000912;
    color: #000912 !important;
}

input,
button,
select,
textarea {
    outline: none;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1;
}

:-ms-input-placeholder {
    color: #b1b1b1;
}

a {
    outline: none;
    color: #e14240;
    text-decoration: none;
}

a:hover {
    color: #000912;
}

dl {
    margin: 0 20px;
    font-size: 16px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}


/* css reset */

.container {
    display: inline-block;
    width: 100%;
    padding: 94px 0 120px 0;
    vertical-align: top;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.pr {
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mar-l-55 {
    margin-left: 55px;
}

.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
}


/* ----- GLOBAL CSS for elements ----- */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form input[type="search"],
form input[type="url"],
form input[type="tel"],
form input[type="reset"],
form textarea {
    margin-bottom: 25px;
    border: 2px solid #f5821f;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 5px 30px;
    border-radius: 10px;
    color: #f5821f;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

form p {
    margin: 0 !important;
}

form textarea {
    height: 150px;
}


/* 1.2 grid.css */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    display: inline-block;
    float: left;
    margin-right: 2.56410256%;
}

.row > div:last-child {
    margin-right: 0 !important;
}


/* col css Note : Don't add or update any css in this block */

.wrapper {
    width: 1170px;
    margin: 0 auto;
    max-width: 98%;
}

.row {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.col-1 {
    width: 5.98290598%;
}

.col-2 {
    width: 14.52991453%;
}

.col-3 {
    width: 23.07692308%;
}

.col-4 {
    width: 31.62393162%;
}

.col-5 {
    width: 40.17094017%;
}

.col-6 {
    width: 48.71794872%;
}

.col-7 {
    width: 57.26495726%;
}

.col-8 {
    width: 65.81196581%;
}

.col-9 {
    width: 74.35897436%;
}

.col-10 {
    width: 82.90598291%;
}

.col-11 {
    width: 91.45299145%;
}

.col-12 {
    width: 100%;
}

.col-50 {
    width: 50%;
}

@media screen and (max-width: 1169px) {
    .ld-col-1 {
        width: 5.98290598%;
    }
    .ld-col-2 {
        width: 14.52991453%;
    }
    .ld-col-3 {
        width: 23.07692308%;
    }
    .ld-col-4 {
        width: 31.62393162%;
    }
    .ld-col-5 {
        width: 40.17094017%;
    }
    .ld-col-6 {
        width: 48.71794872%;
    }
    .ld-col-7 {
        width: 57.26495726%;
    }
    .ld-col-8 {
        width: 65.81196581%;
    }
    .ld-col-9 {
        width: 74.35897436%;
    }
    .ld-col-10 {
        width: 82.90598291%;
    }
    .ld-col-11 {
        width: 91.45299145%;
    }
    .ld-col-12 {
        width: 100%;
    }
    .ld-col-50 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .md-col-1 {
        width: 5.98290598%;
    }
    .md-col-2 {
        width: 14.52991453%;
    }
    .md-col-3 {
        width: 23.07692308%;
    }
    .md-col-4 {
        width: 31.62393162%;
    }
    .md-col-5 {
        width: 40.17094017%;
    }
    .md-col-6 {
        width: 48.71794872%;
    }
    .md-col-7 {
        width: 57.26495726%;
    }
    .md-col-8 {
        width: 65.81196581%;
    }
    .md-col-9 {
        width: 74.35897436%;
    }
    .md-col-10 {
        width: 82.90598291%;
    }
    .md-col-11 {
        width: 91.45299145%;
    }
    .md-col-12 {
        width: 100%;
        margin: 0 0 45px;
    }
    .md-col-50 {
        width: 50%;
        margin: 25px 0;
    }
}

@media screen and (max-width: 559px) {
    .sd-col-1 {
        width: 5.98290598%;
    }
    .sd-col-2 {
        width: 14.52991453%;
    }
    .sd-col-3 {
        width: 23.07692308%;
    }
    .sd-col-4 {
        width: 31.62393162%;
    }
    .sd-col-5 {
        width: 40.17094017%;
    }
    .sd-col-6 {
        width: 48.71794872%;
    }
    .sd-col-7 {
        width: 57.26495726%;
    }
    .sd-col-8 {
        width: 65.81196581%;
    }
    .sd-col-9 {
        width: 74.35897436%;
    }
    .sd-col-10 {
        width: 82.90598291%;
    }
    .sd-col-11 {
        width: 91.45299145%;
    }
    .sd-col-12 {
        width: 100%;
    }
    .sd-col-50 {
        width: 50%;
    }
}


/* col css Note : Don't add or update any css in this block */


/* grid.css */


/* 2. header */

#main-header {
    background: rgb(1, 53, 67);          
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

#main-header.darkHeader {
    background: rgba(0, 9, 18, 1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

#main-header.darkHeader .logo-main {
    padding: 10px 0;
}

#main-header.darkHeader nav {
    /*margin: 15px 0;*/
}

#main-header.darkHeader nav ul li > a {
    padding: 22px 20px;
}

#main-header.darkHeader nav ul li.download {
    margin: 15px 0;
}

#site-main #main-header nav ul li.primary_class.download {
    color: #fff;
}

#main-header .container {
    padding: 0;
    background: none;
}

#main-header .row {
    margin: 0;
}

#main-header .logo-main {
    padding: 26px 0;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

#main-header .logo-main img {
    vertical-align: top;
    max-width: 144px;
    width: 100%;
}

#main-header .responsive-menu-btn {
    display: none;
}

#main-header nav {
    text-align: left;
    /*margin: 28px 0;*/
    display: inline-block;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}

#main-header nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#main-header nav ul li {
    display: inline-block;
    float: left;
    position: relative;
}

#main-header nav ul > li:before {
    /*content: '';
  height: 28px;
  width: 100%;
  left: 0; 
  bottom: -28px;
  position: absolute;*/
}

#main-header nav ul li > a {
    color: #D9DADC;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: block;
    padding: 35px 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#main-header nav ul li:hover a,
#main-header nav ul li.active a {
    color: #e14240;
}

#main-header nav ul li.download {
    background: #e14240;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #e14240;
    box-sizing: border-box;
    margin: 28px 0;
}

#main-header nav ul li.download a {
    color: #fff;
    padding: 5px 20px;
}

#main-header nav ul li.download:hover {
    background: none;
}

#main-header nav ul li.download:hover a {
    color: #e14240;
}


/* 15. footer */

#main-footer {
    background: #02101d;
    padding-bottom: 94px !important;
}

#main-footer span a {
    color: #e14240;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#main-footer span a:hover {
    color: #fff;
}

ul.social-link {
    margin: 40px 0;
}

ul.social-link li {
    display: inline-block;
    margin: 0 25px;
}

ul.social-link li a {
    color: #fff;
    font-size: 28px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

ul.social-link li a:hover {
    color: #e14240;
}

#main-footer .wrapper > img {
    width: 100%;
    max-width: 144px;
}

#main-footer span {
    color: #ffffff;
}


/*Contect form 7 */

img.ajax-loader {
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: red !important;
}


/* error page */

.error404 .main {
    /*    padding-top: 100px;*/
}

.main .sidebar section input {
    background: none;
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 73px 5px 15px;
    border-radius: 0;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.sidebar.widget-area {
    font-size: 14px;
    margin: 0;
}

.main .sidebar section label > .screen-reader-text,
.main .sidebar .widget-title {
    margin-bottom: 12px;
    color: #f74f4c;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.main .sidebar section .search-submit,
.search-form .search-submit {
    background-color: #e14240;
    border: 0;
    box-sizing: border-box;
    height: 40px;
    padding: 8px;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 1px;
    margin: 0;
}

.main .sidebar section form.search-form {
    position: relative;
    margin-bottom: 10px;
}

.main .sidebar section {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    box-sizing: border-box;
}

.main .sidebar .widget > ul li > a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.main .sidebar .widget > ul li a:hover {
    color: #e14240;
}

.main .sidebar .widget > ul li a:hover {
    color: #e14240;
}

.main .sidebar section .search-submit:hover,
.main .sidebar section .search-submit:active,
.main .sidebar section .search-submit:focus,
.search-form .search-submit:hover,
.search-form .search-submit:active,
.search-form .search-submit:focus {
    background-color: #000;
}

.main .sidebar section #wp-calendar {
    width: 100%;
}

.main .sidebar section #wp-calendar caption {
    margin-bottom: 10px;
}

.main .sidebar section #wp-calendar thead {
    color: #e14240;
    font-weight: 500;
}

.main .sidebar section #wp-calendar td a {
    text-decoration: none;
    color: #e14240;
}

.main .sidebar section #wp-calendar tbody {
    text-align: center;
    font-size: 16px;
}

.error-404 .page-title {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #e14240;
}

.error-404 p,
.page-content > p {
    color: #162331;
    font-size: 16px;
    margin-bottom: 30px;
}

.search-form label > .screen-reader-text {
    margin-bottom: 12px;
    color: #162331;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.search-form input[type="search"] {
    background: none;
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px !important;
    padding: 5px 73px 5px 15px;
    border-radius: 0;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0 !important;
    vertical-align: middle;
    outline: none;
    -webkit-appearance: none;
}

.search-form {
    display: inline-block;
    width: 100%;
    position: relative;
}


/* archive page */

.archive .main {
    /*padding-top: 100px;*/
}

.page-header .page-title {
    margin-bottom: 20px;
    color: #162331;
    /*font-size: 32px;
    font-weight: bold;*/
    display: inline-block;
    width: 100%;
}

.entry-header .entry-title a {
    color: #e14240;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

.post-thumbnail img {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}

.has-post-thumbnail img.attachment-post-thumbnail {
    height: auto;
    width: auto;
}

.entry-content p,
.post .entry-summary p,
.page .entry-summary p,
.comment-content p {
    color: #162331;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 27px;
}

.comments-area .comment-content h1,
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5,
.comments-area .comment-content h6 {
    line-height: normal;
}

.entry-footer .author img.avatar {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.entry-footer .author .screen-reader-text {
    color: #162331;
    font-size: 16px;
    clear: both;
}

.entry-footer .author a,
.entry-footer .posted-on a,
.entry-footer .entry-format a {
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.entry-footer .author a:hover,
.entry-footer .author a:active,
.entry-footer .author a:focus,
.entry-footer .posted-on a:hover,
.entry-footer .posted-on a:active,
.entry-footer .posted-on a:focus,
.entry-footer .entry-format a:hover,
.entry-footer .entry-format a:active,
.entry-footer .entry-format a:focus,
.entry-footer .comments-link a:hover,
.entry-footer .comments-link a:active,
.entry-footer .comments-link a:focus {
    color: #162331 !important;
}

.entry-footer .posted-on {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.entry-footer .tags-links .screen-reader-text,
.entry-footer .cat-links .screen-reader-text {
    display: block;
}

.entry-footer .posted-on a time {
    display: block;
}

.entry-footer .posted-on,
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .entry-format {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}

.entry-footer .screen-reader-text,
.entry-footer .entry-format .screen-reader-text {
    color: #162331;
    font-size: 14px;
    clear: both;
}

.entry-footer .posted-on a time {
    display: block;
}

.entry-footer .comments-link {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin-top: 25px;
    padding: 25px 0 10px;
    font-size: 14px;
}

.entry-footer .edit-link {
    font-size: 16px;
    margin: 5px 0 30px;
    display: block;
}

.entry-footer .edit-link a {
    text-decoration: none;
}

.entry-footer .edit-link a:hover,
.entry-footer .tags-links a:hover {
    color: #162331 !important;
}

.entry-footer .comments-link a,
.entry-summary p a {
    text-decoration: none;
}

#comments .comment-respond p a,
.entry-footer .tags-links a {
    text-decoration: none;
    font-size: 14px;
}

#comments .comment-respond p a:hover,
.entry-summary p a:hover {
    color: #162331;
}

#comments .comment-respond p.logged-in-as {
    margin-bottom: 10px;
}

.entry-footer .tags-links a {
    margin-left: 2px;
    margin-right: 0;
}

.entry-footer .tags-links a:first-of-type,
.entry-footer .cat-links a:first-of-type {
    margin-left: 0;
}

.entry-footer .cat-links a {
    font-size: 14px;
    margin-left: 2px;
}


/* single */

.single .main {
    /*padding-top: 100px;*/
}

.title-block h2,
#comments #reply-title,
.comments-area .comments-title {
    margin-bottom: 20px;
    color: #162331;
    /*font-size: 26px;
    font-weight: bold;*/
    display: inline-block;
    width: 100%;
}

#comments {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin-top: 35px;
    padding: 35px 0;
}

.comment-form label {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}

.comment-form .comment-notes span {
    font-size: 16px;
    margin-bottom: 25px;
}

.comment-form .comment-notes,
.comment-form .comment-notes span.required {
    font-size: 10px;
    margin-bottom: 25px;
}

.comment-form textarea,
.comment-form input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.comments-area ol,
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.comment-list li.pingback {
    margin-bottom: 20px;
}

.comment-form textarea {
    height: 150px;
}

.comment-form input#submit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    width: auto;
    text-align: center;
    height: auto;
    background: #e14240;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #e14240;
    box-sizing: border-box;
    padding: 10px 34px;
    margin-top: 25px;
    cursor: pointer;
}

.comment-form input#submit:hover,
.comment-form input#submit:active,
.comment-form input#submit:focus {
    background-color: transparent !important;
    color: #e14240;
}

span.required {
    color: #e80404;
}


/* search page */

.search .main {
    /*padding-top: 100px;*/
}

.team .post-thumbnail,
.testimonials .post-thumbnail {
    display: inline-block;
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-right: 25px;
}

.testimonials .post-thumbnail {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.testimonials .post-thumbnail img {
    border-radius: 50%;
}

article.team,
article.testimonials {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.team .post-thumbnail img,
.testimonials .post-thumbnail img {
    width: 100%;
    height: 100%;
}

.team .entry-summary,
.testimonials .entry-summary,
.team .entry-content {
    display: table;
}

.team .entry-summary p,
.testimonials .entry-summary p {
    color: #162331;
    font-size: 16px;
    line-height: 27px;
}

.team .entry-summary p .more-link,
.testimonials .entry-summay p .more-link {
    text-decoration: none;
    color: #e14240;
}

.team .entry-summary p .more-link:hover,
.team .entry-summary p .more-link:active,
.team .entry-summary p .more-link:focus,
.testimonials .entry-summay p .more-link:hover,
.testimonials .entry-summay p .more-link:active,
.testimonials .entry-summay p .more-link:focus {
    color: #162331;
}

nav.pagination,
nav.post-navigation {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

nav.pagination > .screen-reader-text,
nav.post-navigation > .screen-reader-text,
nav.navigation > .screen-reader-text {
    margin-bottom: 12px;
    color: #162331;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

nav.pagination .nav-links .page-numbers,
nav.post-navigation .nav-links a,
.page-links a,
.nav-links .page-numbers,
.nav-links a {
    text-decoration: none;
    color: #e14240;
    font-weight: 500;
    padding: 0 10px 0 0;
    font-size: 16px;
    background-color: transparent;
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin: 5px 0;
}

nav.pagination .nav-links .prev.page-numbers,
nav.pagination .nav-links .next.page-numbers,
.nav-links .prev.page-numbers,
.nav-links .next.page-numbers {
    background-color: #e14240;
    color: #fff !important;
    border-color: #e14240;
}

nav.post-navigation .nav-links a:hover,
.nav-links a:hover,
.page-links a:hover {
    background-color: #e14240;
    color: #fff !important;
}

nav.post-navigation .nav-links a:hover span,
.nav-links a:hover span,
.page-links a:hover span {
    color: #fff !important;
}

nav.post-navigation .nav-links a span {
    /*padding: 0 5px 0 0;*/
}

nav.post-navigation .nav-links .nav-previous,
.nav-links .nav-previous {
    display: inline-block;
    float: left;
}

nav.post-navigation .nav-links .nav-next,
.nav-links .nav-next {
    display: inline-block;
    float: right;
}

nav.pagination .nav-links .page-numbers.current,
nav.pagination .nav-links .page-numbers:hover,
nav.pagination .nav-links .page-numbers:active,
nav.pagination .nav-links .page-numbers:focus,
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:active,
.nav-links .page-numbers:focus {
    color: #fff !important;
    background-color: #e14240;
    border-color: #e14240;
}

nav.pagination .nav-links .prev.page-numbers:hover,
nav.pagination .nav-links .next.page-numbers:hover,
.nav-links .prev.page-numbers:hover,
.nav-links .next.page-numbers:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.nav-links {
    display: inline-block;
    width: 100%;
}

.main .sidebar section #wp-calendar,
.main .sidebar section #wp-calendar tr,
.main .sidebar section #wp-calendar td,
.main .sidebar section #wp-calendar th {
    border: 0;
    text-align: center;
    padding: 2px 0;
}

.main .sidebar section #wp-calendar tr:nth-child(even) {
    background-color: transparent;
}

.main .sidebar section #wp-calendar tfoot td {
    text-align: left;
}


/* Element Page */

.element-page hr {
    border: 0;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
}

.element-head {
    margin-bottom: 15px;
}

.element-inn {
    font-size: 20px;
    margin: 20px 0 10px;
}

.contact-form-main {
    text-align: center;
}

.contact-form-main .contact-form {
    width: 920px;
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.contact-form-main .contact-form .form-row {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    /*margin-bottom: 25px;*/
}

.contact-form-main .contact-form .form-row .col-5 {
    margin: 0;
    width: 48.5%;
    float: left;
}

.contact-form-main .contact-form .form-row .col-5:last-child {
    float: right;
}

.contact-form-main .contact-form .form-row input[type="text"] {
    background: none;
    border: 2px solid #f5821f;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 15px 30px;
    border-radius: 10px;
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.contact-dark .contact-form-main .wpcf7-form .form-row input[type="text"], .contact-dark .contact-form-main .wpcf7-form .form-row input[type="email"], .contact-dark .contact-form-main .wpcf7-form .form-row textarea
{
border: 2px solid #f5821f !important;
}
.contact-form-main .contact-form .form-row textarea {
    background: none;
    border: 2px solid #f5821f;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    padding: 20px 30px;
    border-radius: 10px;
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    height: 131px;
}

.contact-form-main .contact-form .form-row::-webkit-input-placeholder {
    color: #b1b1b1;
}

.contact-form-main .contact-form .form-row:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1;
}

.contact-form-main .contact-form .form-row::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1;
}

.contact-form-main .contact-form .form-row:-ms-input-placeholder {
    color: #b1b1b1;
}

.element-list {
    display: inline-block;
    float: left;
    width: 33.3334%;
}

.e_lists {
    display: inline-block;
    width: 100%;
}


/* media query */

@media (max-width: 768px) {
    .main .sidebar section #wp-calendar {
        width: 50%;
        margin: 0 auto;
    }
    .comment-form input#submit {
        padding: 5px 16px;
        margin: 25px auto 0;
        min-height: 46px;
    }
}

@media (max-width: 480px) {
    .main .sidebar section #wp-calendar {
        width: 100%;
        margin: 0 auto;
    }
    .team .post-thumbnail,
    .testimonials .post-thumbnail {
        float: none;
        margin: 0px 0 5px;
    }
}

.wrapper .title-block ul li {
    list-style: initial;
}

.main .sidebar section #wp-calendar caption,
.main .sidebar section #wp-calendar td {
    color: #162331;
}


/* Comments Section */

.comments-area .comment-author img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.comments-area .comment-author b {
    color: #162331;
    font-size: 16px;
    clear: both;
    text-transform: capitalize;
}

.comments-area .comment-author .says {
    font-size: 16px;
}

.comments-area .comment-author {
    display: block;
    position: relative;
    z-index: 1;
}

.comments-area .comment-metadata {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.comments-area .comment-metadata a {
    font-size: 16px;
    text-decoration: none;
    color: #e14240;
    padding: 0 10px 0 0;
}

.comments-area .comment-metadata a:hover,
.comments-area .reply a:hover {
    color: #162331 !important;
}

.comments-area .comment-meta {
    /*display: inline-block;*/
    width: 100%;
}

.comments-area .comment-content {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
}

.comments-area .reply a {
    font-size: 16px;
    text-decoration: none;
    color: #e14240;
}

.comments-area .reply {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

.comments-area article.comment-body {
    position: relative;
    display: inline-block;
    width: 100%;
    /*margin-bottom: 20px;*/
}

.comments-area ol li .children {
    padding-left: 65px;
}

.comments-area ol li .children .children .children {
    padding-left: 0;
}

.comments-area .comments-title {
    /*font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;*/
}


/* Sub-menus */

#main-header .sub-menu li,
#main-header .children li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

#main-header .sub-menu li:last-of-type,
#main-header .children li:last-of-type {
    border-bottom: 0;
}

#main-header nav ul.sub-menu,
#main-header nav ul.children {
    top: 130%;
    width: 200px;
    background-color: #000912;
    position: absolute;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, top 0.35s ease-in-out 0s, bottom 0.35s ease-in-out 0s, left 0.35s ease-in-out 0s, right 0.35s ease-in-out 0s;
    transition: visibility 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, top 0.35s ease-in-out 0s, bottom 0.35s ease-in-out 0s, left 0.35s ease-in-out 0s, right 0.35s ease-in-out 0s;
    visibility: hidden;
    z-index: 1;
}

#main-header nav ul.sub-menu li ul,
#main-header.darkHeader nav ul li ul li ul,
#main-header nav ul.children li ul,
#main-header.darkHeader nav ul li ul li ul {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
}

#main-header nav ul.sub-menu li > a,
#main-header nav ul.children li > a {
    padding: 10px 17px;
    line-height: normal;
    color: #e14240;
}

#main-header nav ul li.menu-item-has-children ul li:after,
#main-header nav ul li.page_item_has_children ul li:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    top: 12px;
    right: 15px;
}

#main-header nav ul.sub-menu li > a:hover,
#main-header nav ul.sub-menu li > a:active,
#main-header nav ul.sub-menu li > a:focus,
#main-header .sub-menu li:hover > a:hover,
#main-header nav ul.children li > a:hover,
#main-header nav ul.children li > a:active,
#main-header nav ul.children li > a:focus,
#main-header .children li:hover > a:hover {
    background-color: #e14240;
    color: #fff !important;
}

@media screen and (min-width: 1169px) {
    #main-header nav ul li:hover ul {
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    #main-header nav ul.sub-menu li:hover > ul,
    #main-header nav ul.sub-menu ul li:hover > ul,
    #main-header nav ul.children li:hover > ul,
    #main-header nav ul.children ul li:hover > ul {
        display: block;
        top: 0;
    }
}

#main-header nav ul li.menu-item-has-children,
#main-header nav ul li.page_item_has_children {
    margin-right: 10px;
}

#main-header nav ul li.menu-item-has-children:after,
#main-header nav ul li.page_item_has_children:after {
    content: "";
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    margin-left: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    top: 49%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 0;
    font-size: 15px;
}

#main-header nav ul li.menu-item-has-children:hover:after,
#main-header nav ul li.page_item_has_children:hover:after {
    color: #e14240;
}

#main-header.darkHeader nav ul li ul {
    top: 76px;
}

#main-header .clickmenu {
    display: none;
}

#main-header nav ul li.menu-item-has-children ul,
#main-header nav ul li.page_item_has_children ul {
    margin: 0;
}


/*sidebar widget*/

.widget select {
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    height: 40px;
    line-height: normal;
    padding: 5px;
    border-radius: 0;
    color: #162331;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background: rgba(0, 0, 0, 0) url(images/dropdown.png) no-repeat scroll 100% center;
    cursor: default;
    box-shadow: none !important;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    border-image: initial;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 20px;
}

.widget_categories label,
.widget_archive label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.main .sidebar .widget_search label > span {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #162331 !important;
}

.widget .textwidget {
    line-height: 27px;
}

.entry-content p input[type="password"] {
    background: none;
    border: 1px solid #e8e8e8;
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 15px;
    border-radius: 0;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.entry-content p input[type="submit"] {
    background-color: #e14240;
    border: 0;
    box-sizing: border-box;
    height: 40px;
    padding: 8px 18px;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    letter-spacing: 1px;
}

.entry-content p input[type="submit"]:hover {
    background-color: #162331;
}

.entry-content .post-password-form p label {
    display: inline-block;
    float: left;
}

.entry-content ul,
.entry-content ol,
.post-body ul,
.post-body ol,
.comment-content ul,
.comment-content ol,
ul,
ol {
    list-style-type: square;
    margin: 16px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 27px;
}

.entry-content ol,
.post-body ol,
.comment-content ol,
ol {
    list-style-type: decimal;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul,
.post-body ul ul,
.post-body ul ol,
.post-body ol ol,
.post-body ol ul,
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ol,
.comment-content ol ul,
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

.hentry {
    padding: 0 0 60px 0;    
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 25px;
}

img.size-full,
img.size-large,
img.wp-post-image,
img.alignnone,
.alignnone img {
    height: auto;
    max-width: 100%;
}

.entry-content figure.wp-caption.alignleft,
.entry-content img.alignleft,
.post-body figure.wp-caption.alignleft,
.post-body img.alignleft {
    margin: 5px 20px 5px 0;
    float: left;
}

.entry-content figure.wp-caption.alignright,
.entry-content img.alignright,
.post-body figure.wp-caption.alignright,
.post-body img.alignright {
    margin: 5px 0 5px 20px;
    float: right;
}

.wp-caption .wp-caption-text {
    color: #000912;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

footer.entry-footer {
    margin-top: 30px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 11px;
    position: absolute;
    left: 4px;
    width: 13px;
}

.gallery figure.gallery-item {
    width: 33.3334%;
    float: left;
    position: relative;
}

.gallery figure.gallery-item img {
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: bottom;
}

.gallery figure.gallery-item figcaption {
    position: absolute;
    bottom: -40px;
    font-size: 12px;
    background-color: rgba(0, 9, 18, 0.6);
    color: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.gallery figure.gallery-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gallery figure.gallery-item:hover figcaption {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.entry-content .page-links {
    font-size: 14px;
}

.sidebar ul,
.sidebar ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
}

.sidebar ul li ul,
.sidebar ol li ol,
.sidebar ul li ol,
.sidebar ol li ul,
.sidebar ul li ul.children {
    margin: 0;
    padding: 0 0 0 15px;
}

.inner-admin .container {
    padding-top: 120px;
}

.widget .tagcloud a,
.tags a {
    padding: 5px 8px;
    display: inline-block;
    margin: 5px;
    background-color: #e14240;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    float: left;
    font-size: 14px;
}

.widget .tagcloud a:hover,
.tags a:hover {
    background-color: #000912 !important;
    color: #fff !important;
}
.widget_recent_comments #recentcomments li.recentcomments a {
display: inline-block !important;
padding: 7px 0 7px !important;
}
.entry-content table,
.post.hentry table {
    margin-bottom: 30px;
}


/* - - */

.post-meta {
    padding: 10px 0 25px;
    color: #787879;
}

.hentry {
    border-top: 1px solid #e8e8e8;
    padding: 40px 0;
}

.hentry:first-child {
    padding-top: 0;
    border-top: 0;
}

.hentry:last-of-type {
    border-bottom: 0;
    padding-bottom: 60px;
}

.post-body {
    color: #162331;
}

.post-body p {
    margin: 0 0 20px;
    color: #162331;
    word-break: initial;
}

.hentry .edit-link {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.hentry .edit-link a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #e14240;
    background-color: #e14240;
    border-radius: 14px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    color: #e14240;
    background-color: transparent;
}

.hentry .edit-link a:hover {
    background-color: transparent;
    color: #e14240;
}


/* Author Info */

.author-info .author-avatar {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
}

.author-info .author-avatar img {
    width: 100%;
    height: 100%;
}

.author-info .author-description {
    display: table;
    padding-left: 25px;
}

.author-info .author-description .author-title {
    margin-bottom: 12px;
    color: #f74f4c;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
}

.author-info {
    margin-top: 30px;
}

.widget_rss .rss-date {
    font-size: 13px;
    margin: 9px 0 8px;
    display: inline-block;
    width: 100%;
}

.widget_rss .rssSummary {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
}

.sidebar .widget ul li a {
    display: inline-block;
    padding: 7px 0 7px;
}

.sidebar .widget ul li,
.sidebar .widget ul.children,
.sidebar .widget ul.sub-menu {
    border-top: 1px solid #e3e3e3;
    color: #000;
    font-size: 14px;
}

.sidebar {
    -webkit-text-size-adjust: 100%;
}

#site-main .post-password-form input {
    margin-bottom: 0;
}

.sidebar .widget_recent_comments span {
    font-size: 14px;
}

.sidebar .widget ul > li:first-child {
    border-top: 0;
}

.widget_rss cite {
    font-size: 14px;
}

.widget_rss ul li {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    /*border-bottom: 1px solid #e8e8e8;*/
}

.widget_rss ul li:first-child {
    padding-top: 0;
}

.widget_text p {
    font-size: 14px;
}

.widget_text .wp-caption-text {
    font-size: 14px;
    margin: 0 0 10px;
    position: relative;
}

.sidebar .wp-caption-text img.emoji {
    position: absolute;
    top: 2px;
}

.main .sidebar .widget_rss > ul li > .rsswidget {
    font-size: 16px;
    font-weight: bold;
}

.main .sidebar section #wp-calendar tfoot td#next {
    text-align: right;
}

.media-image .entry-thumbnail img {
    width: 100%;
}

.comment-content p {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.comment-content p:first-of-type {
    /*display: inline;*/
    margin-top: 0;
}

figure.aligncenter {
    margin: 0 auto;
}

.post-password-required input {
    background: none;
    border: 2px solid #e14240;
    box-sizing: border-box;
    height: 42px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.post-password-required p {
    display: inline-block;
    width: 100%;
}

.post-password-required input {
    background: none;
    border: 2px solid #e14240;
    box-sizing: border-box;
    height: 42px !important;
    margin: 0;
    width: auto !important;
    padding: 8px 15px;
    border-radius: 10px;
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.post-password-required p {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px !important;
}

.post-password-required input[type="submit"] {
    background-color: #e14240;
    color: #fff;
    line-height: normal;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 0 15px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

.post-password-required label {
    display: inline-block;
    float: left;
}

.post-password-required input[type="submit"]:hover {
    background-color: transparent;
    color: #e14240;
}

body.admin-bar #main-header {
    margin-top: 32px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="reset"],
textarea {
    background: none;
    border: 2px solid #e14240;
    box-sizing: border-box;
    height: 42px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    vertical-align: middle;
    outline: none;
    -webkit-appearance: none;
}

.custom_li ul {
    list-style: none;
    padding-left: 0px;
}

.error404 form .search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
}

.error404 form {
    position: relative;
}

.error404 form input[type="search"] {
    padding-right: 75px;
}

.contact-form-main form .wpcf7-not-valid-tip {
    text-align: left;
    padding-top: 5px;
}

.contact-form-main form .wpcf7-response-output {
    margin: 2em 0em 1em;
    text-align: left;
}

.contact-form-main form .wpcf7-mail-sent-ok {
    color: #398f14
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*aside section ul li{
        color : #162331;
    }
    .widget .textwidget {
        color: #162331;
        line-height: 27px;
    }*/
    img.wp-smiley,
    img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 24px !important;
        width: 1em !important;
        margin: 0 .07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin: 5px auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.site-description {
    color: #d9dadc;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
}

figure {
    margin: 0;
}

.logo-main a:hover {
    color: #fff;
}

#site-main .post-title a:hover {
    color: #000912;
}

.work-main {
    background-size: cover !important;
}

.sticky,
.hentry.sticky {
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    padding: 25px 35px 15px;
    position: relative;
}

.sticky:before {
    content: 'Sticky';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #eae8e8;
    padding: 6px 14px;
    background-color: #000912;
}

#reply-title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 15px;
}

ol.comment-list > li, ol.comment-list > li ol.children li, ol.comment-list > li ol.children > li ol.children li article{
	 background: #efefef none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 0.9rem;
    list-style: outside none none;
    /*margin: 0 0 40px;
    padding: 20px 20px 1rem;*/
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

ol.comment-list li ol.children li {
    background-color: whitesmoke;
}

ol.comment-list li ol.children li ol.children li   {
    padding: 0;
}

ol.comment-list li ol.children li article,
ol.comment-list > li {
    margin-bottom: 20px;
}

.comments-area ol li.depth-1 > .children {
    margin-top: 20px;
}
.comments-area ol.children ol.children .reply {
    right: 20px;
    top: 20px;
}

.widget_categories label.screen-reader-text,
.widget_search label > span.screen-reader-text {
    display: none !important;
}


/* 16. media css */

@media screen and (max-width: 1669px) {
    .above-fold .hand_bg {
        right: -10%;
        max-width: 63%;
    }
    #main-header nav ul.sub-menu,
    #main-header nav ul.children {
        width: 170px;
    }
}

@media screen and (max-width: 1369px) {
    .above-fold .hand_bg {
        right: -20%;
        max-width: 66%;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 100%;
        margin: 0 20px;
        width: auto;
    }
    .container {
        padding: 50px 0 60px 0;
    }
    #site-main .how_it_works_section_4 {
        padding: 140px 0;
    }
    .inner-admin .container {
        padding-top: 95px;
    }
    img {
        max-width: 100%;
    }
    #main-header .logo-main {
       padding: 15px 0 !important;
       width: 190px;
   }
    #main-header .col-10 {
        float: right;
        width: auto;
    }
    #main-header nav {
        display: none;
    }
    #main-header nav#main-menu {
        display: block;
        overflow-x: hidden;
        position: absolute;
        right: -265px;
        margin: 0;
        padding: 0;
        width: 0;
        background: #e14240;
        height: calc(100vh - 76px);
    }
    .open-nav #main-menu {
        width: 260px;
    }
    #main-header nav ul li.download {
        margin: 0;
    }
    #main-header nav ul {
        display: block;
        padding-left: 0;
    }
    #main-header nav ul li.menu-item-has-children {
        margin-right: 0;
    }
    #main-header nav ul li {
        display: block;
        float: none;
        padding: 0;
        border-bottom: 1px solid #D80906;
    }
    #main-header nav ul li.download {
        background: none;
        border-radius: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        margin: 0;
    }
    #site-main #main-header nav ul li.primary_class.download {
        border: 0 !important;
    }
    #main-header.darkHeader nav ul li.download {
        margin: 0;
    }
    #main-header nav ul li a {
        font-size: 20px;
        color: #fff;
    }
    #main-header nav ul li > a,
    #main-header.darkHeader nav ul li > a {
        padding: 10px 40px 10px 20px;
    }
    #main-header nav ul li a:hover,
    #main-header nav ul li.menu-item-has-children:hover:after,
    #main-header nav ul li.page_item_has_children:hover:after {
        color: #fff;
    }
    #main-header .responsive-menu-btn {
        display: inline-block;
        margin: 13px 0;
        vertical-align: top;
    }
    #main-header nav ul.sub-menu,
    #main-header nav ul.children {
        position: relative;
        top: 0;
        width: 100%;
        display: none;
        z-index: 11;
    }
    #main-header nav ul li.menu-item-has-children:after,
    #main-header nav ul li.page_item_has_children:after {
        /*top: 21px;
    transform: translate(0, 0%) rotate(90deg);*/
        top: 0;
        width: 50px;
        height: 52px;
        margin: 0 !important;
        transform: translate(0, 0%) rotate(90deg);
        -webkit-transform: translate(0, 0%) rotate(90deg);
        -moz-transform: translate(0, 0%) rotate(90deg);
        -ms-transform: translate(0, 0%) rotate(90deg);
        background-color: #0f0d0c;
        text-align: center;
        line-height: 53px;
    }
    #main-header .clickmenu {
        display: block;
    }
    #main-header nav ul li.menu-item-has-children:after,
    #main-header nav ul li.page_item_has_children:after {
        display: none;
    }
    #main-header.darkHeader nav ul li ul {
        top: 0;
    }
    #main-header nav ul.sub-menu,
    #main-header nav ul.children {
        /*display: block;*/
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        top: 0%;
        position: relative;
    }
    #main-header .sub-menu span.clickmenu,
    #main-header .children span.clickmenu {
        width: 47px;
        height: 47px;
        line-height: 47px;
    }
    span.clickmenu {
        top: 0;
        width: 50px;
        height: 52px;
        margin: 0 !important;
        background-color: #0f0d0c;
        text-align: center;
        line-height: 53px;
        position: absolute;
        right: 0;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
    }
    #main-header nav .submenus ul.sub-menu .clickmenu,
    #main-header nav .submenus ul.children .clickmenu {
        display: none;
    }
    #main-header nav .submenus ul.sub-menu li ul,
    #main-header.darkHeader nav .submenus ul li ul,
    #main-header nav .submenus ul.children li ul {
        display: block;
        visibility: visible;
        opacity: 1;
        left: 0;
        position: relative;
    }
    #main-header nav .submenus ul.sub-menu li ul .clickmenu,
    #main-header.darkHeader nav .submenus ul li ul .clickmenu,
    #main-header nav .submenus ul.children li ul .clickmenu {
        display: none;
    }
    #main-header .clicked {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    #main-header nav ul li.primary_class:hover a {
        color: #fff !important;
    }
    #main-header nav ul.sub-menu li ul,
    #main-header.darkHeader nav ul li ul li ul,
    #main-header nav ul.children li ul {
        position: relative;
        top: 0;
        left: 0;
    }
    #main-header .responsive-menu-btn i {
        display: block;
        float: none;
        width: 35px;
        height: auto;
        top: 0;
        right: 0;
        padding: 0;
        box-sizing: border-box;
        margin: 15px auto;
    }
    #main-header .responsive-menu-btn i b {
        display: block;
        height: 2px;
        background: #e14240;
        width: 35px;
        margin: 7px auto;
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        position: relative;
        top: 0;
    }
    #main-header .responsive-menu-btn i b:nth-child(2) {
        margin: 6px auto;
    }
    #main-header .responsive-menu-btn span {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        display: none;
        z-index: -1;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(1) {
        transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        top: 9px;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(3) {
        transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        top: -9px;
    }
    #main-header.open-nav .responsive-menu-btn b:nth-child(2) {
        opacity: 0;
    }
    #main-header.open-nav .responsive-menu-btnspan {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 39, 58, 0.5);
        left: 0;
        top: 0;
    }
    #main-header.open-nav nav#main-menu {
        right: 0;
        width: 260px;
    }
    #main-header.open-nav .responsive-menu-btn span {
        display: block;
    }
    #main-header nav ul li:hover a,
    #main-header nav ul li.active a {
        color: #fff !important;
    }
    #main-header .sub-menu li ul li a,
    #main-header .children li ul li a {
        padding-left: 20px;
    }
    .above-fold .hand_bg {
        top: inherit;
        bottom: 0px;
    }
    .features-box .features-text {
        width: 29%;
    }
    .screenshot-main {
        padding-bottom: 142px;
    }
    .plan-box {
        width: 100%;
    }
    .plan-box .plan-box-main {
        box-sizing: border-box;
        width: 33.333%;
    }
    #main-footer,
    .screenshot-main {
        padding-bottom: 60px !important;
    }
    .send-block-main .ld-col-3 {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
    }
    .downlod-btn {
        margin-bottom: 60px;
    }
    .downlod-btn > a:last-child {
        margin-bottom: 0px;
    }
    .send-block-main .wrapper > .ld-col-12 {
        margin-bottom: 30px;
        text-align: center;
    }
    .send-block-main .ld-col-12:last-child {
        margin-bottom: 0;
    }
    .above-fold .fadeScroll,
    .above-fold .go-down {
        display: none;
    }
    .above-fold {
        height: inherit;
        min-height: inherit;
    }
    .above-fold .above-fold-text {
        position: inherit;
        bottom: inherit;
        left: inherit;
        z-index: 11;
        color: #ffffff;
        width: 100%;
        text-align: center;
        margin-top: 76px;
    }
    .features-box .features-text .features-info,
    .features-box .features-text.text-left .features-info:last-child {
        margin-bottom: 0px;
    }
    .features-box .features-text.text-right .features-info:first-child {
        margin-top: 0px;
    }
    .features-box .features-text .features-info:last-child {
        margin-bottom: 30px;
    }
    .features-box .features-text {
        width: 100%;
    }
    .features-box .features-text .features-info {
        display: inline-block;
        text-align: left;
        width: 70%;
    }
    .features-box .features-text.text-right {
        text-align: center;
    }
    .features-box .features-text.text-right span {
        float: left;
    }
    .features-box .features-text.text-left {
        text-align: center;
    }
    .features-box .features-img {
        width: 100%;
        margin: 15px 0;
    }
    h1.big,
    h1 {
        font-size: 50px;
    }
    h1.small {
        font-size: 45px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 28px;
    }
    h6 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    #main-header.open-nav nav#main-menu {
        overflow: auto;
        width: 260px;
    }
    .above-fold .above-fold-text h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .above-fold .go-down {
        bottom: -40px;
    }
    .about-main .md-col-12 {
        margin-top: 30px;
    }
    .about-main .md-col-12:last-child {
        margin-bottom: 0px;
    }
    .benefits-main .benefits-img {
        text-align: center;
        margin-bottom: 0;
    }
    .benefits-main .benefits-text {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .plan-box .plan-box-main {
        width: 100%;
        max-width: 300px;
        float: none;
        display: block;
        margin: 0 auto !important;
    }
    .count-block-main .md-col-6 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .count-block-main .md-col-6:nth-child(even) {
        margin-right: 0px;
    }
    .subscribe-form {
        /* width: 390px; */
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .subscribe-form input.email {
        /* width: 300px; */
        width: 83%;
        padding: 10px 20px;
        font-size: 16px;
    }
    .subscribe-form input.submit-btn {
        width: 50px;
        padding: 10px 0;
        background-size: 50%;
    }
    .contact-form-main .contact-form .form-row .col-5 {
        width: 100%;
        margin-bottom: 25px;
    }
    .contact-form-main .contact-form .form-row .col-5:last-child {
        margin-bottom: 0;
    }
    .downlod-btn img {
        width: 230px;
    }
    .send-block-main .text-left h5 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: center;
    }
    .send-block-main .text-right,
    .benefits-main .title-block.small {
        text-align: center;
    }
    .benefits-main .title-block.small .sep-line {
        margin: 0 auto 30px;
    }
    .benefits-main .sub-text {
        margin: 0 auto;
    }
    .work-main h2 {
        font-size: 32px;
    }
    .title-block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .plan-box .plan-box-main {
        margin-bottom: 30px !important;
    }
    .plan-box .plan-box-main:last-child {
        margin-bottom: 0px !important;
    }
    .features-box .features-text span.ficon {
        float: left;
    }
    .contact-form-main .wpcf7-form .form-row .col-5 {
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    .contact-form-main .wpcf7-form .form-row .col-5:last-child {
        margin-bottom: 0 !important;
    }
    .entry-content .gallery figure.gallery-item {
        width: 50%;
    }
    .comments-area .comment-author img {
        height: auto;
        width: 65px;
    }
    .comment-content p {
        margin-top: 10px;
    }
    .main .sidebar section #wp-calendar tfoot td {
        padding-left: 15px;
    }
    .widget_text p,
    .widget_rss .rssSummary,
    .widget_categories label,
    .widget_archive label {
        color: #000;
    }
}

@media screen and (max-width: 767px) {
     #main-header {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       padding-top: 0;
   	}
    .page-header .page-title {
        word-wrap: break-word;
    }
    .post-body p {
        font-size: 14px;
        line-height: 25px;
    }
    .post-meta {
        padding: 7px 0 15px;
        font-size: 14px;
    }
    .main .sidebar section {
        font-size: 14px;
    }
    .main section form input[type="search"] {
        border-radius: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    form input[type="text"],
    form input[type="email"],
    form input[type="password"],
    form input[type="number"],
    form input[type="search"],
    form input[type="url"],
    form input[type="tel"],
    form input[type="reset"] {
        height: 40px;
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar #main-header {
        margin-top: 46px;
    }
    body.admin-bar #main-header.darkHeader {
        margin-top: 0px;
    }
}

@media screen and (max-width: 559px) {
    * {
        -webkit-text-size-adjust: none;
    }
    .title-block h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .above-fold .above-fold-text h1 br {
        display: none;
    }
    ul.social-link li {
        margin: 0 10px;
    }
    ul.social-link li a {
        font-size: 18px;
    }
    .team-slider-main li .team-photo {
        border: 5px solid #F74F4C;
    }
    .screenshot-main .screenshots-slider-main {
        width: 191px;
        padding: 72px 20px 61px 22px;
        height: 400px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport li {
        max-width: 230px;
        margin: 0 10px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport {
        margin: 0 0 0 -12px;
    }
    .screenshot-main .screenshots-slider-main img.slider-device {
        width: 229px;
    }
    .count-block-main em {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .subscribe-form {
        /*width: 240px;*/
        width: 100%;
    }
    .subscribe-form input.email {
        /*width: 150px;*/
        width: 83%;
        padding: 0 20px;
        font-size: 12px;
    }
    .team-slider-main .bx-wrapper .bx-pager {
        display: none;
    }
    .subscribe-form input.submit-btn {
        padding: 0;
    }
    ul.social-link li {
        margin: 0 12px;
    }
    .above-fold .above-fold-text h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .above-fold .above-fold-text {
        width: 100%;
    }
    .benefits-main .benefits-img {
        margin: 0;
        padding-bottom: 0;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-next {
        right: 20px;
    }
    .screenshot-main .screenshots-slider-main .bx-wrapper .bx-prev {
        left: 20px;
    }
    .team-slider-main li .name,
    .team-slider-main li .role {
        font-size: 14px;
    }
    .features-box .features-text .features-info {
        width: 100%;
        text-align: center;
    }
    .features-box .features-text span.ficon {
        float: none !important;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .features-box .features-text .features-info .info-text {
        display: inline-block;
        margin: 0;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
    .entry-content p input[type="password"] {
        width: 100%;
    }
    .entry-content .post-password-form p label {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .entry-content .gallery figure.gallery-item {
        width: 100%;
    }
    .comments-area ol li .children {
        padding-left: 15px;
    }
    .comments-area .comment-meta {
        display: inline-block;
    }
    .author-info .author-description {
        display: inline-block;
        padding-left: 0;
        margin-top: 15px;
    }
    .comments-area .comment-author img {
        height: auto;
        width: 50px;
    }
    .post-password-required input,
    .post-password-required label {
        width: 100%;
        margin: 0 0 5px !important;
    }
    .post-password-required input[type="submit"] {
        margin: 10px 0 0;
        width: auto;
    }
    #main-header nav ul li a {
        font-size: 15px;
    }
    .entry-content p,
    .post .entry-summary p,
    .page .entry-summary p,
    .comment-content p,
    .comments-area .comment-metadata a {
        font-size: 14px;
    }
    #main-header .sub-menu span.clickmenu,
    #main-header .children span.clickmenu {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sticky,
    .hentry.sticky {
        padding: 30px 25px 10px;
    }
    nav.post-navigation .nav-links .nav-next,
    .nav-links .nav-next {
        float: left;
    }
    .comments-area .reply a {
        font-size: 14px;
    }
    ol.comment-list > li, ol.comment-list > li ol.children li, ol.comment-list > li ol.children > li ol.children li article {
        padding: 10px;
    }
    .comments-area ol.children ol.children .reply {
        right: 10px;
        top: 10px;
    }
}

@media screen and (max-width: 355px) {
    .features-mob {
        width: 100%;
        background-size: 100% 100%;
        height: 589px;
    }
    .features-mob img {
        margin-left: 2px;
        max-width: 263px;
        padding-top: 83px;
        max-width: 85%;
    }
    .main .sidebar section #wp-calendar tfoot td {
        padding-left: 10px;
    }
    .comments-area .reply {
        position: static;
    }
}


/************** Media Query Ends ***************/

div#site-main {
    overflow: hidden;
    width: 100%;
}

.work-main #work-video {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    width: 100%;
}

.work-main .wrapper {
    position: relative;
}

.widget a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.logo-main ul li > a {
    color: #D9DADC;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}


/*img.wp-smiley, img.emoji {
    height: 100% !important;
}*/

.edge ul {
    right: 0;
    left: auto !important;
    top: auto !important;
}

.edge ul ul {
    right: 100%;
    left: auto !important;
    top: 0 !important;
}

.edge .edgeleft ul,
.edgeleft ul {
    right: auto;
    left: 100% !important;
    top: auto !important;
}

.edgeleft ul ul,
.edgeleft ul ul {
    right: auto;
    left: 100% !important;
    top: 0 !important;
}

.widget_archive [for*="archives-dropdown"] {
    display: none;
}



/*********************************/