/*
Theme Name: Destiny
Theme URI: http://demo.readytheme.net/destiny
Author: ReadyTheme
Author URI: http://readytheme.net
Description: Destiny ia a WordPress landing page for Apps.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: destiny
*/

/* Table of Contents
==================================================
# Typography
# Section Title
# Feature List
# Preloader
# Navbar Styling
# Media Queries
# Hero Section Styling
# About Section Styling
# Flex Features Styling
# Features Section Styling
# Features Section 2 Styling
# Counter Section Styling
# Feature Big Section Styling
# Testimonials Section
# Download Section
# Pricing Section Styling
# CTA Section Styling
# Client Section Styling
# Footer

================================================== */

/*========================
=======Typography=========
==========================*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .50px;
    line-height: 1.5;
    color: #111111;
    background-color: #fff;
}

ul {
    list-style: none;
    margin:0;
    padding:0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
    background: transparent;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

b, strong, dt {
    font-weight: 600;
}

h1 {
    font-size:36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform:capitalize;
}

pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.42857143;
    max-width: 100%;
    overflow: auto;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

img{
    max-width: 100%;
    height: auto;
}

input[type="submit"]{
    background: #5924EC;
    padding: 9px 16px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border: 0px solid;
}

input[type="password"]{
    padding: 8px 12px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
    color: #888;
}

.main{
    word-wrap: break-word;
}

.wpb_single_image.wpb_content_element{
    margin-bottom: 0 !important;
}

.media-left, .media>.pull-left{
    float: left;
}

.counter-up h3,
.feature-single h1,
.testimonial-text h3,
.testimonial-text p{
    margin: 0;
}

h1.logo-text{
    font-size: 30px;
    margin: 0;
}


/*-------- Section Title --------*/
.section-title h1 {
    font-family: Poppins;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}

.section-title p {
    font-family: Roboto;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 0;
}

/* -------- Feature List -------- */
.feature-list{
    color: #111111;
    margin-bottom: 20px;
}

.feature-list ul,
.feature-list ol{
    margin: 0;
}

.feature-list li{
    font-family: Poppins;
    font-size: 14px;
    line-height: 2;
}

.feature-list li:before{
    content: "\f373";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
fieldset, form, label, legend,
table, caption,
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;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote{
    border: 0 solid #444444;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
dd{
    margin-bottom: 28px;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----- Helper Classes -----*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/

::-moz-selection {
    color: #1106CC;
    background: #FFFFFF;
}

::selection {
    color: #1106CC;
    background: #FFFFFF;
}

.nopadding {
    padding: 0;
}

.custom-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.no-margin {
    margin-right: 0;
    margin-left: 0;
}


.sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    margin: 0 0 20px 0;
}

.spacer-big {
    width: 100%;
    height: 100px;
}

.btn-fill {
    background: #FFFFFF;
    color: #5924EC;
    border: 2px solid #5924EC;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-fill:hover, .btn-fill:focus {
    color: #5924EC;
    background: transparent;
    border: 2px solid #5924EC;
}



/*----------- Preloader --------------*/
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 1099;
    visibility: visible;
    -webkit-transition: all 0.6s ease-out 0.4s;
    transition: all 0.6s ease-out 0.4s;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d1d1d1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
    animation: bounce 1.5s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


/* ------ Navbar Styling Starts ----- */

.navbar-nav li a{
    cursor: pointer;
}

.navbar {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 25px;
    letter-spacing: 1px;
    height: 80px;
}

.admin-bar .navbar.past-main,
.admin-bar .navbar.destiny-nav{
    margin-top: 32px;
}

.navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 16px;
    color: #111111;
}

.navbar-default .navbar-brand {
    padding: 0 0;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.navbar-default .navbar-brand:hover {
    transition: 1s;
}

.navbar-default .navbar-brand img{
    height: 35px;
    width: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
}

.navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #FFFFFF;
}


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #FFFFFF;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
    color: #111111;
}

.navbar-default .nav-white > li > a {
    color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
    color: #999999;
}


.navbar-default .dropdown:hover .dropdown-menu {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -webkit-transition: height 0.6s;
}

.navbar-default .dropdown .dropdown-menu li a{
    margin: 0;
    padding: 10px 15px;
}

.navbar-default .dropdown .dropdown-menu li a i{
    margin-right: 5px;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {

    .navbar {
        padding-top: 5px;
        height: 60px;
    }

    .navbar-default {
        border: 0px;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }

    .navbar-default .navbar-collapse {
        border: 0;
        border-color: transparent;
    }

    .navbar-default .navbar-nav > li> a {
        color: #222222;
        margin-top: 10px;
    }

    .navbar-default .navbar-nav > li> a:hover {
        color: #222222;

    }
    .navbar-default .navbar-brand {
        color: #FFFFFF;
        padding: 8px 8px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #111111;
    }
}

@media only screen and (min-width: 240px) {

    .navbar.past-main,
    .navbar.destiny-nav{
        transition: all 0.6s ease;
        height: 50px;
        background-color: #ffffff;
    }

    .navbar.effect-main:active {
        -webkit-transition: height 0.6s; /* For Safari 3.1 to 6.0 */
        transition: height 0.6s;
        height: 60px;
    }

    .navbar.past-main,
    .navbar.destiny-nav{
        font-size: 14px;
        padding-top: 5px;
        height: 60px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -webkit-transition: height 0.6s; /* For Safari 3.1 to 6.0 */
        transition: height 0.6s;
    }

    .navbar-default.past-main .navbar-brand,
    .navbar-default.destiny-nav .navbar-brand{
        padding: 8px 15px;
    }

    .navbar-default.past-main .navbar-toggle .icon-bar,
    .navbar-default.destiny-nav .navbar-toggle .icon-bar{
        background-color: #111111;
    }

    .navbar-default.past-main .navbar-nav > li > a,
    .navbar-default.destiny-nav .navbar-nav > li > a{
        color: #606060;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }

    .navbar-default.past-main .navbar-nav > li > a:hover,
    .navbar-default.destiny-nav .navbar-nav > li > a:hover{
        color: #111111;
    }

    .navbar-default.past-main .navbar-nav > .active > a,
    .navbar-default.destiny-nav .navbar-nav > .active > a{
        background: transparent;
        color: #5924EC;
    }


    .navbar-default.past-main .navbar-nav > .active > a:hover,
    .navbar-default.destiny-nav .navbar-nav > .active > a:hover{
        background: transparent;
        color: #222222;
    }

    .navbar-default.past-main .navbar-nav > .active > a:focus,
    .navbar-default.destiny-nav .navbar-nav > .active > a:focus{
        background: transparent;
        color: #222222;
    }

}



/* ------ Navbar Styling Ends ----- */

.admin-bar.home #main,
.home #main{
    margin-top: 0;
}

.admin-bar #main,
.admin-bar.home.blog #main{
    margin-top: 132px;
}

#main,
.home.blog #main{
    margin-top: 100px;
}

.main-content{
    margin-bottom: 80px;
}

#main-slider-wrapper .background_style_video img{
    display: block !important;
}

/* ----- Hero Section Styling Starts ----- */

.hero-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url("../images/hero3.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: 50% 60%;
}

.hero-content {
    width: 100%;
    padding: 200px 0 100px 0;
    overflow: hidden;
}

.hero-content h1 {
    font-family: Poppins;
    font-size: 34px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-content p {
    font-family: Poppins;
    font-size: 14px;
    color: #111111;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.btn-action {
    font-family: Roboto;
    background-color: #5924EC;
    border: 2px solid #5924EC;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 3;
    padding: 1px 24px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.hero-content .btn-action:hover, .hero-content .btn-action:focus,
.hero-content .btn-action:active, .hero-content .btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.txt-white h1 {
    color: #FFFFFF;
}

.txt-white p {
    color: #FFFFFF;
}

.app-hero {
    background: #F3F3F3;
}

.app-hero-content {
    overflow: hidden;
    padding: 150px 0 0 0;
}

.app-hero-content h1 {
    color: #111111;
}

.app-hero-content p {
    color: #111111;
}

.app-hero-content img {
    margin-top: 50px;
}

.app-sub {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 200, 0.1)), url(../images/feature_bg.jpg) no-repeat center center;
    background-size: cover;
}

.app-sub-inner {
    width: 100%;
    height: 100%;
    padding: 100px 0 100px 0;
    overflow: hidden;
}

.app-sub-content {
    padding: 100px 0 0 0;
}

.app-sub-content h1 {
    font-family: Poppins;
    font-size: 42px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    margin-bottom: 30px;
}


.app-sub-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100;
    color: #111;
    line-height: 1.4;
    margin-bottom: 30px
}

.app-sub-content .subscribe-form {
    text-align: left;
}


/* ----- Hero Section Styling Ends ----- */




/* ----- About Section Styling Starts ----- */


.services-content {
    padding-top: 100px;
    padding-bottom: 75px;
}

.services-content h1 {
    font-family: Poppins;
    font-size: 24px;
    color: #111111;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 10px;
}

.services-content p {
    font-family: Poppins;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 0px;
}

.services-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid;
    border-color: transparent;
    background: #F6F6F6;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.services-icon-bg{
    background: #5924EC;
    color: #fff;
    font-size: 40px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    margin-top: 8px;
}

.services-icon-bg i.ion{
    line-height: 60px;
}

.service-single .services-description h1 {
    font-family: Poppins;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-single .services-description p {
    font-family: Poppins;
    font-size: 13px;
    color: #444444;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 0;
}

.service-single:hover .services-icon {
    border-color: #5924EC;
}

/* ----- Service Section Styling Ends ----- */


/* -----------------------------------------------
----------- Flex Features Styling Starts ---------
-------------------------------------------------*/


.flex-features {
    background: #F3F3F3;
    padding-top: 0;
    padding-bottom: 50px;
}

.flex-split {
    padding-top: 50px;
    padding-bottom: 0;
    background: #F3F3F3;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-split .f-left {
    flex: 1 0 50%;
    background: #F3F3F3;
    padding: 10px;
}

.flex-split .f-left img {
    margin-top: 30px;
    margin: 0 auto;
}

.flex-split .f-right {
    flex: 1 0 50%;
    background: #F3F3F3;
}

.flex-split .f-right {
    padding: 30px 20px 20px 20px;
}

.flex-split .f-right h2 {
    font-family: Poppins;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.2;
}

.flex-split .f-right p {
    font-family: Poppins;
    font-size: 14px;
    color: #111111;
    line-height: 1.4;
    margin: 20px 0 20px 0;
}

.flex-split .f-right ul {
    margin-bottom: 20px;
}

.flex-split .f-right ul i {
    margin-right: 10px;
}

.flex-split .f-right li {
    font-family: Poppins;
    font-size: 14px;
    color: #111111;
    line-height: 2;
}



/* -----------------------------------------------
----------- Flex Features Styling Ends -----------
-------------------------------------------------*/


/* ----- Features Section Styling Starts ----- */


.features-section {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.features-section .f-left {
    flex: 1 0 50%;
    background: #F3F3F3;
}

.features-section .f-right {
    flex: 1 0 50%;
    background: url(../images/iphone_hand_1.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.features-section .f-right img {
    margin-top: 0;
}

.features-section .f-left  {
    padding: 30px;
}

.features-section .f-left  h2 {
    font-family: Poppins;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
}

.features-section .f-left  p {
    font-family: Poppins;
    font-size: 14px;
    color: #111111;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.features-section .btn-action {
    margin-bottom: 20px;
}



/*----- Features Section Styling Ends ----- */


/* ----- Features Section 2 Styling ----- */

.features-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0)), url(../images/feature_bg.jpg) no-repeat center center;
    background-size: cover;
}

.features-section-2 .features-content {
    padding: 0;
}

.features-section-2 .features-content h2 {
    font-family: Poppins;
    font-size: 21px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 20px;
}

.features-section-2 .features-content h4 {
    font-family: Poppins;
    font-size: 18px;
    color: #111111;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.features-section-2 .features-content p {
    font-family: Roboto;
    font-size: 14px;
    color: #111111;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}


/* ----- Features Section 2 Styling ----- */

/* ----- Features Section Styling Ends ----- */


/* ----- Counter Section Styling Starts -----*/

.counter-up h3  {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    color: #303030;
}

.counter-icon {
    padding: 15px;
}

.counter-icon i {
    font-size: 42px;
    color: #5924EC;
}

.counter-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.counter-text h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5em;
    color: #111111;
    margin: 0;
}

/* -------- Counter Section Styling Ends --------- */



/*------ Feature Big Section Styling Starts ------ */

.feature-icon{
    width: 65px;
    height: 65px;
    background: #5924EC;
    color: #fff;
    font-size: 42px;
    line-height: 65px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.feature-icon i.ion{
    line-height: 65px;
}

.feature-single h1 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    padding: 0.5em;
    color: #111111;
}

.feature-single p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    padding: 0.5em;
    color: #606060;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px;
}

/*------ Feature Big Section Styling Ends ------ */



/* -------- Testimonials Section Starts --------- */

.testimonial-single img {
    width:80px;
    height:80px;
}

.testimonial-text h3 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
}

.testimonial-text{
    color: #ff8000;
}

.testimonial-text .ion {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}

.testimonial-text p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 10px 20px 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #111111;
}


/* -------- Testimonials Section -------- */


/* ------ Download Section Styling------------ */

.download-button-area .app-img {
    display: inline-block;
}

.download-button-area .app-info h3 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 500;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 0;
}

.download-button-area .app-info h4 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color:  #404040;
    margin-top: 20px;
    margin-bottom: 0;
}

.download-button-area .app-info span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #404040;
}

.download-button-area .app-info .ion {
    font-size: 1em;
    color: #ff8000;
}

.download-button-area .download-buttons a{
    display: inline-block;
    margin: 0 2px;
}
.download-button-area .download-buttons {
    margin-top: 3em;
}

.download-button-area .download-buttons img {
    height: 50px;
    width: 160px;
}


/*------ Download Section Styling Ends ------ */


/* ----- Pricing Section Styling Starts ----- */

.pricing-single {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #EFEFEF;
    max-width: 400px;
}

.pricing-single .icon{
    padding: 50px 50px 0 50px;
}

.pricing-single .icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.pricing-single .pricing-details{
    padding-top: 40px;
}

.pricing-single .pricing-details span{
    display: inline-block;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 20px;
    line-height: 1;
}

.pricing-single .pricing-details h2 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 20px;
    margin-top: 0;
}

.pricing-single .pricing-details p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
}

.pricing-single .pricing-details ul,
.pricing-single .pricing-details ol{
    margin-top: 30px;
    margin-bottom: 50px;
}

.pricing-single .pricing-details li {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pricing-single .pricing-details .btn-action:hover,
.destiny-button-are .btn-action:hover{
    background-color: transparent !important;
    color: #5924EC !important;
}

.pricing-single:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* ----- Pricing Section Styling Ends ----- */


/* ----- CTA Section Styling Starts ----- */



.cta-sub {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F3F3F3;
}

.cta-sub h1 {
    font-family: Poppins;
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0;
}

.cta-sub p {
    font-family: Roboto;
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 40px;
}

.subscribe-form .mail {
    background-color: #F9F9F9;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    width: 258px;
    padding: 0 20px 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}


.subscribe-form input {
    color: #222222;
    font-family: Poppins;
    padding: 0;
    font-size: 0.9em;
}

.subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    margin-left: -5px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    padding: 0 25px 0 25px;
    border-color: #5924EC;
    background-color: #5924EC;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
}

.subscribe-form .submit-button:hover {
    box-shadow: 0 0 10px #FFFFFF;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.subscribe-form .subscribe-message{
    display: block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 8px;
}

.subscribe-form .subscribe-message.error{
    color: #ff0000;
}

.subscribe-form .subscribe-message.valid{
    color: #00a22d;
}


/* ----- CTA Section Styling Ends ----- */


/* ----- Client Section Styling ----- */

.clients-logo .client-single img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



/* ------- Footer ------- */


.footer {
    background-color: #F3F3F3;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.footer .navbar-nav {
    width: 100%;
    text-align: center;
}

.footer .navbar-nav li {
    float: none;
    display: inline-block;
}

.footer img {
    margin-bottom: 35px;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu li {
    display: inline;
    line-height: 2;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-menu li a {
    color: #707570;
    text-decoration: none;
}

.footer-text p {
    font-size: 14px;
    color: #707570;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* ------- Footer Section Styling Starts ------- */

.no-color {
    background: #FFFFFF;
}



/* ------------ Contact Form Styling --------*/

.contact-form label {
    display: block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.form-control {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    margin-top: 10px;
    background: transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
    border-color: #5924EC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    font-family: Roboto;
    font-size: 13px;
    color: #999999;
}
.form-control:-moz-placeholder {
    font-family: Roboto;
    font-size: 13px;
    color: #999999;
}
.form-control::-moz-placeholder {
    font-family: Roboto;
    font-size: 13px;
    color: #999999;
}
.form-control:-ms-input-placeholder {
    font-family: Quicksand;
    font-size: 13px;
    color: #999999;
}

.text-muted {
    font-family: Roboto;
    font-size: 13px;
    color: #222;
}

.text-muted strong {
    color: #FF3333;
}

.btn-send {
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border-radius: 0px;
    color: #FFFFFF;
    background: #5924EC;
    border-color: #5924EC;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.btn-send:hover, .btn-send:focus {
    color: #FFFFFF;
    outline: none !important;
}



/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
    background: #5924EC;
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #FFFFFF;
    opacity: .5;
}

.back-to-top i {
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.back-to-top:hover {
    opacity: 1;
}

.back-to-top:hover i {
    top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {

    #left, #right {
        width: 25px;
    }
    #top {
        height: 25px;
    }
    #bottom {
        height: 25px;
    }

    .custom-padding {
        padding-left: 80px;
        padding-right: 80px;
    }

    .hero-content {
        width: 100%;
        padding: 260px 0 120px 0;
    }

    .hero-content h1 {
        font-size: 64px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 0;
        letter-spacing: -2px;
        margin-bottom: 25px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .btn-fill {
        border: 2px solid #5924EC;
    }

    .app-hero-content {
        padding: 150px 0 0 0;
    }

    .app-hero-content h1 {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-top: 25px;
    }

    .app-hero-content p {
        font-size: 16px
    }

    .app-sub-inner {
        padding: 180px 0 100px 0;
    }

    .app-sub-content h1 {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .app-sub-content p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .cta-small .cta-content span {
        position: absolute;
        left: -30px;
    }

    .cta-small .cta-content h2 {
        font-size: 14px;
    }

    .services-content h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .services-content p {
        font-size: 14px;
    }

    .flex-features {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .flex-split {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .flex-split .f-right {
        padding: 50px 20px 20px 20px;
    }

    .features-section {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .features-section .f-left h2 {
        font-size: 34px;
    }

    .features-section .f-left {
        padding: 60px;
    }

    .features-section .f-right {
        flex: 1 0 50%;
    }

    .features-section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .features-section-2 .features-content {
        padding: 50px;
    }

    .features-section-2 .features-content h2 {
        font-size: 34px;
        margin-top: 20px;
    }

    .features-section-2 .features-content h4 {
        font-size: 21px;
    }

    .features-section-2 .features-content p {
        font-size: 15px;
    }

    .counter-up {
        margin-bottom: 2em;
    }

    .counter-text {
        margin-bottom: 0;
    }

    .counter-up h3  {
        font-size: 34px;
    }

    .counter-text h4 {
        font-size: 18px;
    }

    .feature-single h1 {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 600;
        padding: 0.5em;
        color: #232323;
    }

    .feature-single p {
        font-size: 14px;
    }


    .testimonial-section h1 {
        font-size: 2em;
    }

    .pricing-single {
        margin: 0 auto;
    }


}

@media screen and (min-width: 400px) and (max-width: 600px) {

    .subscribe-form .mail {
        padding: 0 30px 0 20px;
        border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
    }
}


@media screen and (max-width: 399px) {

    .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }

    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }

    .app-info {
        margin-bottom: 0em;
    }
    .download-buttons img {
        height: 40px;
        width: 120px;
    }
    .back-to-top {
        right: 10px;
    }
}


@media only screen and (min-width: 992px) {

    .pricing-single {
        padding: 50px;
    }
}


@media only screen and (min-width: 767px) and (max-width: 992px) {

    .app-sub-content h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .app-sub-content p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .pricing-single {
        margin-right: 10px;
    }
    .pricing-section .table-right {
        margin-left: 10px;
    }
}


/* ------ Features Split Section Media Queries ----- */

@media only screen and (min-width: 769px) {
    .flex-split {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .flex-split .f-right h2 {
        font-family: Poppins;
        font-size: 34px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .flex-split .f-left img {
        margin-top: 30px;
    }
    .flex-split .f-right {
        padding: 10px 20px 20px 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .flex-split .f-left img {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .flex-split .f-left {
        padding: 30px 10px 10px 10px;
    }

    .flex-split .f-right {
        padding: 40px 50px 50px 50px;
    }
}

/* ------ Features Split Section Media Queries Ends  ----- */


@media only screen and (max-width: 766px) {
    .features-section .f-right {
        flex: 1 0 50%;
        height: 360px;
    }
}

@media only screen and (max-width: 1142px) {
    .features-section-2 .features-content {
        padding: 0;
    }

    .features-section-2 .features-content {
        padding: 10px;
    }

    .features-section-2 .features-content h2 {
        margin-top: 10px;
    }
}




/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.entry-blog{
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.entry-blog .entry-thumbnail{
    margin-bottom: 20px;
}

.entry-single-blog{
    overflow: hidden;
}

.entry-single-blog .entry-thumbnail{
    margin-bottom: 14px;
}

.post-content .entry-title{
    margin-bottom: 12px;
    margin-top: 0;
}

.archive-content .entry-title.archive-title{
    margin-bottom: 30px;
    line-height: 30px;
    margin-top: 0;
}

.post-content .entry-meta{
    margin-bottom: 14px;
    color: #a7a7a7;
}

.post-content .entry-meta a{
    color: #a7a7a7;
}

.post-content .entry-meta a:hover{
    color: #5924EC;
}

.post-content .entry-meta i.ion{
    margin-right: 4px;
}

.sticky sup.featured-post{
    position: absolute;
    top: 0;
    right: 0;
    background: #5924EC;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}

a.more-link{
    margin-top: 20px;
    display: block;
    width: 140px;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    height: 42px;
    background-color: #5924EC;
    border: 2px solid #5924EC;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 39px;
    padding: 0 21px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

a.more-link:hover{
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.page-links span {
    padding: 5px 10px;
    background: #929292;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-links a span {
    background: #636363;
}

.related-post-section{
    margin-top: 60px;
}

.related-post-section .entry-header{
    margin-bottom: 12px;
}

.related-post-section .entry-title{
    margin: 0;
    font-size: 18px;
}


/* BLOG PAGINATION
------------------------------------------- */
.pagination {
    font-size: 14px;
    color: #fff;
}

.pagination li a,
.pagination li span{
    font-family: Roboto;
    font-weight: 500;
    background-color: #5924EC;
    border: 2px solid #5924EC;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 6px;
    padding: 6px 11px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.pagination li span.current {
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.pagination li a:hover,
.pagination .active > a,
.pagination li a:focus,
.pagination .active > a:hover,
.pagination li span:hover {
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* POST FORMAT CHAT
------------------------------------------- */
.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 16px;
    margin-top: 30px;
    position: relative;
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 30px;
    background: #F5F5F5;
    border-radius: 2px 2px 2px 2px;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 30px;
    background: #D5F1F9;
    border-radius: 2px 2px 2px 2px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent;
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: 15px;
    border-right: 15px solid #f5f5f5;
}
.format-chat .entry-content p:nth-child(even)::before {
    left: 15px;
    border-left: 15px solid #d5f1f9;
}



/*--------------------------------------------------------------
# Comment
--------------------------------------------------------------*/
.comments-wrapper {
    margin-top: 65px;
    font-size: 14px;
}

.comments-wrapper .media-body h3.date{
    font-size: 12px;
    color: #888;
}

.comments-wrapper .media{
    margin-top: 0;
}

h3.comment-reply-title{
    margin-bottom: 6px;
}

.comments-wrapper .media-list li ul.children li {
    margin-top: 10px;
    margin-left: 30px;
}

.comments-wrapper .media .comment-body {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
}

.comments-wrapper .media .media-left {
    padding-right: 15px;
}

.comments-wrapper .media-body h2,
.comments-wrapper .media-body h3 {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

.comments-wrapper .media-body h2.comment-author{
    font-weight: 500;
    font-size: 20px;
}

.comments-wrapper .media-body h2.comment-author,
.comments-wrapper .media-body h3.date {
    display: inline-block;
}

.comments-wrapper .media-body h2.comment-author,
.comments-wrapper .media-body h2 a {
    color: #000;
}

.comments-wrapper .media-body .reply:hover {
    color: #888;
}

.comments-wrapper .media.media-child {
    margin-top: 10px;
    margin-left: 150px;
}

#commentform {
    padding: 30px 0;
    margin-bottom: 50px;
    margin-right: -15px;
    margin-left: -15px;
}

#commentform p.logged-in-as {
    padding-left: 15px;
    padding-right: 15px;
}

.bypostauthor {
}

.comments-wrapper .media-list #commentform {
    margin-bottom: 0;
}

.comments-wrapper .media-list .comments-box {
    margin-top: 40px;
}

a#cancel-comment-reply-link {
    color: #5924EC;
    font-size: 12px;
}

#commentform input.submit {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    background-color: #5924EC;
    border: 2px solid #5924EC;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 38px;
    padding: 0 21px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

#commentform input.submit:hover {
    background: transparent;
    outline: none;
    color: #5924EC;
    border-color: #5924EC;
}

.comment-navigation{
    margin-bottom: 30px;
}

.comment-navigation a{
    font-weight: 600;
}


/* 404
------------------------------------------- */
.error-404 i{
    font-size: 70px;
    color: #696969;
}

.error-404 h1{
    font-size: 100px;
    font-weight: 700;
    color: #696969;
    margin-top: 0;
    margin-bottom: 20px;
}

.error-404 p.lead{
    margin-bottom: 40px;
}

.error404 .main-content {
    padding: 120px 0;
}


/*--------------------------------------------------------------
# Default css
--------------------------------------------------------------*/
.entry-content address, .comment-content address {
    background: none repeat scroll 0 0 #f1f1f1;
    border-left: 5px solid #ddd;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
}

.entry-content table, .comment-content table {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.entry-content table tr, .comment-content table tr {
    border-bottom: 1px solid #ddd;
}

.entry-content table tr th, .comment-content table tr th {
    background: none repeat scroll 0 0 #eee;
}

.entry-content table tbody tr th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.entry-content table tr th, .comment-content table tr td {
    border-left: 1px solid #ddd;
    padding: 10px;
}

.entry-content table td,
.comment-content table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

.entry-content p {
    margin: 0 0 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 0;
}

.entry-content ol,
.entry-content ul,
.comment-content ol,
.comment-content ul {
    margin-bottom: 15px;
    padding-left: 30px;
}

.entry-content ol li,
.entry-content ul li{
    line-height: 1.8;
}

.entry-content ul,
.comment-content ul {
    list-style-type: disc;
}

.entry-content ol,
.comment-content ol {
    list-style-type: decimal;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    background: none repeat scroll 0 0 #f5f5f5;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 4px 10px;
    color: #777777;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item img{
    width: 100%;
    height: auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Theme style */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 8px 15px;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    letter-spacing: .5px;
    transition: all .3s linear;
}

/*--------------------------------------------------------------
## Widget
--------------------------------------------------------------*/
aside.widget{
    margin-bottom: 50px;
}

.widget select {
    width: 100%;
}

h1.widget-title,
.st-section-title,
.comment-reply-title{
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 0;
    position: relative;
}

h1.widget-title:before,
.st-section-title:before,
.comment-reply-title:before {
    width: 50px;
    background-color: #5924EC;
    z-index: 1;
}

h1.widget-title:after,
.st-section-title:after,
.comment-reply-title:after {
    right: 0;
    background-color: #e6e6e8;
}

h1.widget-title:after,
h1.widget-title:before,
.st-section-title:after,
.st-section-title:before,
.comment-reply-title:after,
.comment-reply-title:before{
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
}

.widget ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0;
}

.widget ul li ul{
    border-top: 1px solid #e2e2e2;
    margin-top: 6px;
    padding-left: 10px;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.bottom-widgets .widget ul li {
    border-bottom: 0;
    padding: 0;
}

.bottom-widgets .widget.widget_categories ul li {
    float: left;
    width: 50%;
}

.bottom-widgets .widget.widget_categories ul li a {
    display: inline-block;
}

.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .tab-content ul li {
    padding: 0;
}

.widget .post-list li {
    border-bottom: 0px;
}

.widget a:hover {
    color: #5924EC;
}

/* Search */
#search-form input[type="text"] {
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 14px;
    outline: none;
    color: #777777;
}

/* Gallery Slider */
#blog-gallery-slider.carousel{
    overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
    top: 50%;
    left: -40px;
    margin-top: -22px;
    text-shadow: none;
    transition: all .3s linear;
    background: #5924EC;
    display: block;
    width: 40px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    opacity: 0.7;
}

#blog-gallery-slider .carousel-control.left:hover,
#blog-gallery-slider .carousel-control.right:hover{
    opacity: 1;
}

#blog-gallery-slider .carousel-control.right{
    left: auto;
    right: -40px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
    left: 0;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
    right: 0;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
    line-height: 80px;
    top: 0;
    left: 10px;
}

/* Tags */

.tagcloud a,
.single-post-tags .tags-links a{
    color: #000;
    display: inline-block;
    font-size: 11px !important;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-right: 4px;
    margin-bottom: 6px;
    border-radius: 1px;
    background-color: #F6F6F6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget .tagcloud a:hover,
.single-post-tags .tags-links a:hover{
    color: #ffffff;
    background-color: #5924EC;
}

/* Calender */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-bottom: 15px;
    padding-top: 0;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #ffffff;
    border: 1px solid #f2f3f5;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td a {
    color: #5924EC;
}

#wp-calendar tbody td:hover a {
    color: #ffffff;
}

#wp-calendar tbody td:hover {
    background: #5924EC;
    color: #ffffff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar tfoot a {
    color: #5924EC;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
