/*
Theme Name: Themewarrior
Theme URI: http://themeforest.net/user/ThemeWarriors
Description: Coorporate, Multi Purpose, Developper
Author: ThemeWarrior
Author URI: http://www.themewarrior.com
Version: 1.0.0
License: GPL
License URI: license.txt
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, featured-images, translation-ready
*/


/**
 * Table of Contents:
 *
 * 1.0 - Imported Styles
 * 2.0 - Common Styles
 *   2.1 - Heading
 * 3.0 - Main Layout
 * 4.0 - Header Layout
 *   4.1 - Logo
 *   4.2 - Menu Navigations
 *   4.3 - Slideshow
 * 4.0 - Main Layout
 * 5.0 - Articles
 *   5.1 - Common
 *   5.3 - Comments
 *   5.4 - Gallery
 *   5.5 - History Timeline
 * 6.0 - Widgets
 *   6.1 - Commons
 *   6.2 - About Author Widget
 *   6.3 - Search Widget
 *   6.4 - Popular Posts Widget
 *   6.5 - Category Widget
 *   6.6 - Tags Cloud
 *   6.7 - Instagram Feeds Widget
 *   6.8 - Article Widget
 * 7.0 - Forms
 * 8.0 - Footer
 * 9.0 - Standard WordPress Styles
 * ----------------------------------------------------------------------------
 */


/* -----------------------------------
    1.0 - Imported Styles
-----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,800');


/* -----------------------------------
    2.0 - Common Styles
-----------------------------------*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #fff;
    font: 18px/170% 'Roboto', Helvetica, Arial, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    transition: all ease-out .5s;
    display: block;z
}

body.logged-in.admin-bar {
    margin-top: -32px;
    padding-top: 32px;
}

input,
textarea {
    font: 16px 'Roboto', Helvetica, Arial, sans-serif;
}

/*input[type="submit"],
button {
    font: 16px 'Roboto', Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 5px;
}*/

#main article.hentry h1,
#main article.hentry h2,
#main article.hentry h3,
#main article.hentry h4,
#main article.hentry h5,
#main article.hentry h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 30px 0;
}

p,
blockquote {
    margin: 0 0 1.2em 0
}

blockquote {
    color: #9e9e9e;
    margin: 40px 7%;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

pre,
code {
    font: .9em/120% 'Courier New', Courier, monospace;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 40px 0;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

pre {
    font-size: 1em;
    background-color: #f7f7f7;
    padding: 20px;
}

.bypostauthor {}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th {
    text-align: left
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #dddddd
}

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

ul li {
    list-style: disc;
    margin: 0;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

.entry-content ul,
.entry-content ol {
    margin: 28px 20px 28px 20px
}

.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

ol li {
    list-style: decimal;
    margin-bottom: 4px;
}

li ul,
li ol {
    margin-top: 4px
}

p {
    margin-bottom: 40px;
}

a {
    color: #0072bb;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

a:hover {
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.clear {
    float: left;
    clear: both;
    width: 100%;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after,
article.hentry:after,
.row:after,
.comments-list ul li:after {
    display: table;
    content: "";
    width: 100%;
}

.clearfix:after {
    clear: both
}

.clearfix {
    width: 100%;
    clear: both;
}

.thumbnail {
    position: relative;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: block;
}

.video-holder iframe,
.map-holder iframe {
    width: 100% !important;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.container.fullwidth {
    max-width: inherit;
    width: 100%;
}

.container.no-sidebar-container {
    max-width: 940px;
}

.container.full-container {
    width: auto;
    display: block;
    max-width: inherit;
}

.map {
    margin-bottom: 30px;
}

.map iframe {
    width: 100% !important;
    min-height: 500px;
}


/**
 * 2.1 Heading
 * ----------------------------------------------------------------------------
 */

article.hentry h1,
article.hentry h2,
article.hentry h3,
article.hentry h4,
article.hentry h5,
article.hentry h6 {
    line-height: 120%;
}



/* -----------------------------------
    3.0 - Main Layout
-----------------------------------*/

#main {
    padding: 80px 0 0 0;
    min-height: calc(100vh - 206px);
}

.single-theme #main {
    padding-top: 0;
}

body.home #main,
.theme-detail #main {
    padding-top: 0;
}

#masthead {
    position: relative;
}

h2.hero-title {
    font: 700 65px 'Roboto', Helvetica, Arial;
    color: #fff !important;
    text-transform: none;
}

span.hero-opening {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 14px;
    letter-spacing: 4px;
}

span.hero-highlight {
    font-weight: 700;
    color: #f68a1f;
}

#main-content {
    float: left;
    width: 66%;
    margin-right: 4%;
}

#main-content.full-width {
    float: none;
    margin: 0 auto;
}

#sidebar {
    float: left;
    width: 30%;
    font-size: 15px;
    line-height: 150%;
}

#main-content.fullwidth {
    width: 100%;
    margin-right: 0;
}

.btn,
.input-group .btn {}

.thumbnail img,
.featured-image img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.row {
    display: block;
}

.row.column-1 .column {
    width: 100%;
}

.row .column {
    float: left;
}

.row.column-2 .column {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
}

.row.column-2 .column:nth-child(2n+2) {
    margin-right: 0;
}

.row.column-3 .column,
.row.column-2-1 .columner-1 {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.row.column-3 .column:nth-last-child(3),
.row.column-3 .column:nth-last-child(2),
.row.column-2 .column:nth-last-child(2),
.row .column:last-child {
    margin-bottom: 0;
}

.row.column-2-1 .columner-2 {
    width: 65%;
}

.row.column-2-1 .column:first-child {
    margin-right: 5%;
}

.row.column-3 .column:nth-child(3n+3),
.row.column-2-1 .column:last-child,
.row.column-4 .column:nth-child(4n+4),
.row.column-2 .column:nth-child(2n+2) {
    margin-right: 0;
}

.row.column-4 .column {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 5%;
}

#top-header {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid #eee;
}

#logo {
    float: left;
    margin-top: 16px;
}

#logo a,
#logo img {
    display: block;
}

#logo img {
    max-height: 30px;
}

#main-menu {
    float: right;
    =: 10px padding-right: 20px;
}

.site-navigation ul,
.site-navigation ul li,
#search-trigger {
    display: inline-block;
    vertical-align: middle;
}

.site-navigation ul li {
    vertical-align: bottom;
    position: relative;
}

.site-navigation ul li a {
    display: block;
    font: 700 12px/100% 'Roboto', Arial, Helvetica, Sans-serif;
    padding: 28px 15px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-navigation ul li.haschild ul.child-menu {
    position: absolute;
    width: 180px;
    display: none;
    top: 100%;
}

.site-navigation ul li:hover a,
.site-navigation ul li a.current-page {
    color: #999;
}

.slider-item {
    position: relative;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    padding: 0 40px;
}

.slider-content {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
}

.slider-content .button {
}

.mobile-menu-trigger {
    color: #fff;
    padding: 10px;
    line-height: 14px;
    width: 44px;
    font-size: 24px;
    display: none;
}

.site-navigation ul li.haschild ul.child-menu li {
    display: block;
    padding-bottom: 0;
}

.site-navigation ul li.haschild ul.child-menu li a {
    border-radius: 0;
    background: #fff;
    color: #282828;
    font-weight: 700;
    padding: 15px;
}

.site-navigation ul li.haschild ul.child-menu li:hover a {
    background: #E25757;
    color: #fff;
}

#search-trigger {
    margin-left: 10px;
    padding: 10px 0 10px 15px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

#search-widget input {
    padding: 30px 0;
    display: block;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #aaa;
}

#search-widget input[type="submit"] {
    display: none;
}

#search-widget {
    background: #fff;
    font-size: 18px;
}

#masthead #search-widget,
#masthead #search-widget form input {
    background: #f3f3f3;
}

#search-widget-arrow {

    position: absolute;

    z-index: 2;

    width: 100%;

    top: -100px;

    display: none;
}

#search-widget-arrow .arrow {
    float: right;
    margin-right: 22px;
}

#search-widget-arrow .arrow:before {
    content: '';
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 15px 8px 0 8px;
}

.button,
.gform_footer input[type="submit"],
.button.main-button,
.button.submit-btn,
.gform_wrapper .gform_footer input.button {
    font: 12px/100% 'Roboto', Arial, Helvetica, Sans-serif;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    transition: all ease-in .2s;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background-color: #2350be;
}

.button:hover,
.gform_footer input[type="submit"]:hover,
.button.main-button:hover,
.button.submit-btn:hover,
.gform_wrapper .gform_footer input.button:hover {
    color: #fff !important;
    text-decoration: none !important;
}

a.button {
    color: #fff !important;
}

.gform_footer input[type="submit"] {
    padding: 15px 30px;
}


/*.filter, #filter-name {
    display: block;
    text-transform: uppercase;
    font: 12px/100% 'Roboto', Arial, Helvetica, sans-serif;
    color: #9a9a9a;
    padding: 15px 20px;
    letter-spacing: 1px;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px transparent;
}
*/

.button:hover,
.gform_footer input[type="submit"]:hover {
    background: #ee7a07;
    color: #fff !important;
    border-color: transparent;
}

.button.main-button,
.button.secondary-button {
    box-shadow: none !important;
    color: #fff;
}

.button.secondary-button {
    background: #2ba15a;
    border-color: #2ba15a;
}

.button.secondary-button:hover,
.button.secondary-button:hover:after {
    background: #20964F;
    border-color: #20964F;
}

.button:hover:after,
.button.main-button:after {
    background: #C54141;
    border-left: 0;
}

.button.main-button:hover,
.button.main-button:hover:after {
    background: #C54141;
    border-color: #c54141;
}

.button.secondary-button:after {
    background-color: #20964F;
}

.button.secondary-button:after,
.button.main-button:after {
    border-left: 0;
}

div#search-widget-wrapper.active {
    max-height: 100px;
}

div#search-widget-wrapper {
    transition: all ease-in .3s;
}

.homepage-widget,
.theme-widget {
    padding: 80px 0;
}

.homepage-widget {}
section#features-grid {
    border-top: solid 1px #efefef;
}
#latest-theme-widget-grid {
    background-color: #ffffff;
    padding-bottom: 70px;
}

#home-themes {
    margin-top: 60px;
}

h3.sub-title {
    font-size: 14px;
    color: #f68a1f !important;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2.section-title {
    font: 800 42px/150% 'Roboto', 'Helvetica Neue', Arial;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}


/*h2.section-title:after,
.widget-title h4:after {
    content: '';
    display: block;
    margin: 20px auto 0 auto;
    width: 130px;
    background: #cd4c4c;
    padding: 0 10px;
    height: 1px;
    min-width: 60px;
}*/

.widget-title h4 {
    display: inline-block;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 18px;
}

.latest-theme-widget .slide-item .thumbnail {
    float: left;
    width: 64%;
}

.latest-theme-widget .slide-item .detail {
    margin-left: 68%;
}

.latest-theme-widget .slide-item .detail h3.post-title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    opacity: .6;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    opacity: 1;
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    font-family: 'icomoon' !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;
    content: "\e996";
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}

.owl-nav .owl-prev:before {
    content: "\e995";
}

.owl-nav .owl-next {
    left: 100%;
    margin-left: 20px;
}

.owl-nav .owl-prev {
    right: 100%;
    margin-right: 20px;
}

.testimonials .owl-nav {
    text-align: center;
    margin-top: 10px;
    font-size: 0;
    line-height: 100%;
}

.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    line-height: 30px;
    margin: 0 5px !important;
    right: inherit;
    left: inherit;
    display: inline-block;
}

.testimonials .owl-nav .owl-prev {
    margin-right: 30px;
}

.testimonials .owl-nav .owl-next:before,
.testimonials .owl-nav .owl-prev:before {
    font-size: 24px;
}

.theme-item .thumbnail {
    background: #fff;
    margin-bottom: 20px;
}
.theme-item .thumbnail a {
    display: block;
    padding: 10px;
    box-shadow: 0 0 13px rgba(158, 172, 184, 0.2);
}

.theme-item:hover .thumbnail a {
  box-shadow: 0 0 30px rgba(158, 172, 184, 0.3);
}

.portfolio-grid {
    margin-bottom: 60px;
    padding-bottom: 80px;
}

span#filter-name {
    border: solid 1px;
    min-width: 180px;
    border-bottom: 0;
    position: relative;
}

span#filter-name:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #9a9a9a;
    height: 1px;
    position: absolute;
}

span#filter-name:hover:after {
    height: 3px;
}


span#filter-name e {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

span#filter-name:before {
    font-family: 'icomoon' !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;
    content: "\e98d";
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 40px;
    right: 10px;
    font-size: 17px;
}

span#filter-name:hover:before {
    line-height: 43px;
}

.theme-item:hover .thumbnail {}

.theme-item {
    text-align: center;
}

.theme-item .detail h3.post-title {
    font-size: 18px;
}

.theme-item .detail h3.post-title a {
    font-size: 18px;
}

.theme-item .detail h3.post-title small {
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    color: #4daa57;
    display: block;
    padding-top: 5px;
    line-height: 120%;
}
.theme-item .detail h3.post-title small i {
    font-style: normal;
}

.features-widget {
    margin-top: 60px;
}

.feature-item {
    text-align: center;
}

.feature-item .thumbnail .icon {
    font-size: 48px;
}

.feature-item .thumbnail {
    margin-bottom: 20px;
}

.feature-item .detail h4 {
    font: 700 18px/30px 'Roboto', Helvetica, Arial;
    color: #000;
    margin-bottom: 15px;
}

.feature-item .detail p {
    font-size: 16px;
    line-height: 180%;
}

.feature-item .detail h4 a,
.feature-item .thumbnail .icon {
    color: #f68a1f;
}

.feature-item:hover .detail h4 a,
.feature-item:hover .thumbnail .icon {
    color: #ffc184;
}

.small-container,
.fullwidth .single-post .inner,
.fullwidth .article-widget .inner {
    max-width: 880px;
    margin: 0 auto;
}

#testimonial-grid {
    background-color: #fffcf8;
    padding: 40px 0;
}

.testimonial .thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.theme-testimonial .testimonial .thumbnail {
    width: 100px;
    height: 100px;
}

.theme-testimonial .testimonial .detail {
    margin-left: 130px;
}

.testimonial .thumbnail img {
    transform-style: inherit;
}

.testimonial .detail {margin-top: 20px;}

.separator {
    margin: 50px 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #E0E0E0;
}

.separator.small {
    margin: 10px 0;
}

.testimonial .detail h3 {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
}

.testimonial .detail h3 small {
    font: 12px/100% 'Roboto', Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #666;
}

#colofon {
    float: left;
    clear: both;
    width: 100%;
}

#footer-widget {
    background-color: #303030;
    font-size: 16px;
    line-height: 140%;
    color: #eee;
}

.footer-widget {
    padding: 20px 0;
}

#footer-widget h3 {
    font: 700 17px/24px 'Roboto', Helvetica, Arial;
    margin-bottom: 0;
}

.quick-nav-nav {
    position: relative;
    margin-right: 120px;
}

.quick-nav-nav .quick-nav-menu .icon {
    font-size: 48px;
    float: left;
}

.quick-nav-nav .quick-nav-menu .detail {
    font-size: 14px;
    line-height: 140%;
    margin-left: 70px;
}

.quick-nav-nav .quick-nav-menu .detail {
    color: #a1887f;
}

.quick-nav-nav .quick-nav-menu .detail h3 a {
    color: #fff;
    font-size: 16px;
}

.quick-nav-nav:after {
    content: '';
    display: block;
    bottom: -20px;
    height: 196px;
    position: absolute;
    left: 100%;
    background: url(images/mascott.png) no-repeat;
    width: 120px;
    z-index: 1000;
}

nav#footer-nav {
    float: left;
}
nav#footer-nav ul {
    display: block;
}

nav#footer-nav ul li {
    vertical-align: middle;
    margin-right: 15px;
}

nav#footer-nav ul li a {
    color: #7a7a7a;
}

nav#footer-nav ul li a:hover {
    color: #ffffff;
}

nav#footer-nav ul li a {
    padding: 0;
}

p.info {
    float: right;
    font-size: 12px;
    margin-bottom: 0;
}

nav#footer-nav ul li {
    padding-bottom: 0;
}

#page-header {
    background: #f9f9f9;
    overflow: hidden;
}

.page-title {}

#theme-header .page-title {
    margin-bottom: 20px;
}

.page-title h1 {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
}

h1.post-title,
h2.post-title {
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

h1.post-title {
    font-size: 45px;
}

.page-title .subtitle {
    color: #aaa;
    font-weight: normal;
    font: italic 18px/100% 'Roboto', Helvetica, Arial;
    margin-top: 10px;
}

.pagination {
    margin: 60px 0;
}

.pagination span {
    display: inline-block;
    border: none !important;
    font-weight: bold;
    color: #666;
    margin: 0 7px;
    text-align: center;
}

.pagination span a {
    min-width: 40px;
    display: block;
}

.pagination span.current {
    box-shadow: 3px 3px 0 #cecece;
}

.pagination span:hover a {
    background: #CD4C4C;
    color: #fff;
    border-color: #CD4C4C;
}

.theme-item .overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    5px: 0;
    background: rgba(0, 0, 0, 0.5);
    right: 5px;
    transition: all ease-in .3s;
    opacity: 0;
}

.theme-item .overlay .button {
    display: inline-block;
    min-width: 70%;
    margin: 40px 0;
    transition: all ease-in .3s;
}

.theme-item:hover .overlay {
    opacity: 1;
}

.theme-item:hover .overlay .button {
    margin: 10px;
    0;
}

article.hentry h3.post-title,
h3.post-title {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

article.hentry h3.post-title a,
h3.post-title a {
    color: #000;
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 30px;
    font-weight: 700;
}

#sidebar article.hentry h3.post-title a,
#sidebar h3.post-title a,
.recent-widgets article .detail h3 {
    font: 15px/30px 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #000000
}

article.hentry .thumbnail {
    margin-bottom: 20px;
}

header.post-header {
    margin-bottom: 30px;
}

article.hentry header.post-header h2.post-title {
    font-size: 40px;
    margin: 30px 0 10px 0 !important;
}

.entry-meta {
    margin-top: 15px;
    line-height: 100%;
}

.entry-meta>span {
    vertical-align: middle;
    display: inline-block;
    font: 15px/100% 'Roboto', Arial, Helvetica, sans-serif;
    margin-right: 40px;
}

#sidebar .entry-meta span {
    font-size: 13px;
}

.entry-meta>span span {
    vertical-align: middle;
    margin: 0;
}

.entry-meta span,
.entry-meta span a {
    color: #d3d3d3;
}

.entry-meta span .icon-meta {
    color: #c6c6c6;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.entry-meta span.user-meta .icon-meta {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.entry-meta span.user-meta .icon-meta img {
    width: 100%;
    height: 100%;
}

footer.post-footer {
    margin: 30px 0;
}

.posts-list article.hentry,
article.single-post {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

article.single-post {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/*.widget-title h4:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    vertical-align: middle;
    margin-right: 15px;
    background: #2350be;
}*/

.article-widget .widget-title h4 {
    font-size: 20px;
    text-transform: none;
    margin: 0 !important;
}

.widget {
    margin-bottom: 60px;
}

li.recentcomments a,
.widget_recent_entries li a {
    color: #000000;
}

.widget_recent_entries ul,
.widget_recent_entries ul li,
#recentcomments,
#recentcomments li {
    margin: 0;
    display: block;
}

#recentcomments li > a {
    display: block !important;
}

.widget_recent_entries ul li+li,
#recentcomments li+li {
    margin-top: 30px;
}

.recent-widgets article .thumbnail {
    float: left;
    width: 80px;
    margin-bottom: 0;
}

.recent-widgets article+article {
    margin-top: 30px;
}

.recent-widgets article:last-child {
    margin-bottom: 0;
}

.recent-widgets article .detail {
    margin-left: 100px;
}

.recent-widgets article .detail h3.post-title {
    font-size: 13px;
}

.recent-widgets .entry-meta {
    margin-top: 10px;
}

.recent-widgets.recent-comments-widget .entry-meta {
    margin-top: 0;
}

.recent-widgets .entry-meta span {
    margin-right: 10px;
}

.recent-widgets .entry-meta span .icon-meta {
    margin-right: 5px;
    font-size: 14px;
}

.recent-widgets .entry-meta span.user-meta .icon-meta {
    width: 15px;
    height: 15px;
}

.tags a,
.article-tags.tags a:hover {
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
    color: #aaa;
    margin: 5px;
    display: inline-block;
    line-height: 100%;
    font-size: 14px;
}

.article-tags.tags a {
    background: none;
}

.entry-content p {
    margin: 20px 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 700 !important;
    line-height: 120%;
    margin-bottom: 30px;
}

.entry-content h2 {
    font-size: 30px;
    color: #c44536;
}

.entry-content h3 {
    font-size: 22px;
    color: #1e7d73;
}

.entry-content h4 {
    font-size: 16px;
}

.entry-content h5 {
    font-size: 12px;
}

.entry-content h6 {
    font-size: 10px;
}

.entry-content ul,
.entry-content ol {
    list-style-type: inherit;
    margin: 20px 0 32px 20px;
}

.entry-content ul ol,
.entry-content ul ul,
.entry-content ol ul,
.entry-content ol ol {
    margin: 10px 0 10px 15px;
}

.entry-content ul>li,
.entry-content ol li ul>li {
    list-style-type: disc;
}

.entry-content ol>li,
.entry-content ul li ol>li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

quote {
    margin-bottom: 32px;
    display: block;
    margin: 50px auto 70px auto;
    max-width: 640px;
    font-size: 28px;
    font-weight: bold;
    color: #525252;
    font-family: serif;
    font-style: italic;
    position: relative;
    padding-left: 160px;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: top right;
}

quote cite {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    text-align: right;
}

.about-author-widget .detail h4,
quote cite,
.comments ul li .detail h5,
.contact-feature .detail h4 {
    color: #CD4C4C;
    font: 12px/100% 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.contact-feature .detail h4 {
    margin: 0 0 5px 0 !important;
}

.social-share-widget {
    text-align: center;
}

.article-widget {
    padding: 0 0 40px 0;
    margin-bottom: 0;
}

.social-share-widget ul,
.social-share-widget ul li,
.social-share-widget h4 {
    vertical-align: middle;
    display: inline-block;
}

.social-share-widget h4 {
    margin-right: 20px;
}

.social-share-widget ul li {
    margin: 0 10px;
    display: inline-block;
}

.social-share-widget ul li a {
    font-size: 36px;
    color: #BBB;
    position: relative;
    line-height: 100%;
}

.social-share-widget ul li a span {
    position: absolute;
    background: #fff;
    font-size: 12px;
    color: #333;
    border: solid 1px #ccc;
    width: auto;
    display: block;
    top: 8px;
    white-space: nowrap;
    line-height: 14px;
    padding: 6px;
    border-radius: 3px;
    left: 100%;
    z-index: 1;
    display: none;
}

.social-share-widget ul li a:hover span {
    display: block;
    transition: all ease-in .3s;
}

.social-share-widget ul li a span:after,
.social-share-widget ul li a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
    right: 100%;
    border-width: 5px 8px 5px 0;
    z-index: 1;
}

.social-share-widget ul li a span:before {
    z-index: 2;
    margin-top: -3px;
    border-width: 3px 7px 3px 0;
    margin-right: -1px;
    border-color: transparent #fff transparent transparent;
}

.social-share-widget ul li.facebook a:hover i {
    color: #2b569c;
}

.social-share-widget ul li.twitter a:hover i {
    color: #58c4e7;
}

.social-share-widget ul li.gplus a:hover i {
    color: #de2c2c;
}

.social-share-widget ul li.pinterest a:hover i {
    color: #ab2222;
}

.about-author-widget {
    background: #f9f9f9;
    margin: 0 0 40px 0;
    padding: 0;
}

.fullwidth .about-author-widget {
    padding: 80px 0;
    ;
}

.fullwidth .about-author-widget .inner {
    padding: 0;
}

.about-author-widget h4 {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
}

.about-author-widget .thumbnail {
    float: left;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.about-author-widget .detail {
    font-size: .85em;
    line-height: 140%;
    margin-left: 130px;
}

.about-author-widget .inner {
    padding: 30px 50px;
}

.comments ul li .detail h5 {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.comments ul li {
    padding: 30px 0;
    border-top: solid 1px #EAEAEA;
}

.comments ul li:last-child {
    margin-bottom: 0;
}

.comments ul li:first-child,
.comments ul li.response {
    padding-top: 0;
    border-top: 0;
}

.comments ul li:last-child {
    padding-bottom: 0;
}


.comments ul li .thumbnail {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.comments ul li {
    display: block;
}

.comments ul li .detail,
.comments ul li.response {
    margin-left: 130px;
}

.comments ul li.response .thumbnail {
    width: 80px;
}

.comments ul li.response .detail {
    margin-left: 110px;
}

.comments ul li .detail h5 span {
    font: 14px/100% 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #ADADAD;
}

a.comment-reply-link,
span.edit-link {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
}

span.edit-link a:before {
    content: "\e9d4";
}

span.edit-link a:before,
a.comment-reply-link:before {
    font-family: 'icomoon' !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;
    margin-right: 5px;
}

a.comment-reply-link:before {
    content: "\ea50";
}

.comment-form .widget-title,
.contact-form .widget-title {
    text-align: left;
    display: inline-block;
}

.comment-form .widget-title:after,
.contact-form .widget-title:after {
    left: 0;
    width: 80px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form textarea
.input-group input,
.input-group textarea,
.input-group select,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body textarea,
.gfield select {
    width: 100% !important;
    border-radius: 3px;
    padding: .5em .6em !important;
    border: solid 1px #dedede;
    box-shadow: inset 0 1px 3px #ddd;
}

select {
    background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform_wrapper.gf_browser_chrome select {
    height: 45px;
}

.gform_wrapper .gform_body label.gfield_label {
    font-size: 12px;
    text-transform: uppercase;
}

.input-group textarea {
    min-height: 180px;
}

.input-group {
    margin-bottom: 20px !important;
}

.input-group.input-submit {
    text-align: right;
}

.contact-form .input-group.input-submit {
    text-align: left;
}

div#map iframe {
    width: 100%;
    height: 500px;
}

.contact-feature {}

.contact-feature .icon {
    float: left;
    font-size: 40px;
    color: #c5c5c5;
    width: 50px;
}

.contact-feature .detail {
    font-size: 14px;
    line-height: 140%;
    margin-left: 60px;
}

#theme-header {
    background-color: #212121;
    margin-bottom: 60px;
    padding: 80px 0 0 0;
    position: relative;
}

#theme-header .row {
    position: relative;
}

#theme-image img {
    max-width: 100%;
    height: 100%;
    display: inherit;
}

#theme-image a {
    display: inherit;
}

#theme-info .excerpt {
    color: #f7fdff;
    line-height: 160%;
    margin: 30px 0;
}

a.view-demo {
}

ul.theme-data {
    margin: 0 0 30px 0;
    padding: 0;
}

.theme-dev {
    border-top: solid 1px #ddd;
    padding-top: 30px;
    text-align: center;
    margin-top: 50px;
}

ul.theme-data li i.icon {
    color: #aaa;
    margin-right: 10px;
}

.theme-carousel-item a,
.theme-carousel-item img {
    display: block;
    width: 100%;
}

.theme-carousel-item img {}

.theme-carousel-item {
    padding-right: 10%;
}

ul.theme-data li {
    font-size: 14px;
    line-height: 140%;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    display: inline-block;
    margin: 0 20px;
}

ul.theme-data li label {
    display: inline-block;
    width: 100px;
    font-weight: 700;
    margin-right: 10px;
}

div#theme-info {}

div#theme-image {}

.theme-detail-actions {
    position: relative;
}

.theme-detail-actions .edd_price_options.edd_single_mode {
    color: #fff;
}

.edd_download_purchase_form .edd_price_options {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}

.edd_download_purchase_form .edd_price_options li {
    margin: 0 0 10px 0;
}

.banner-cta-item .edd-cart-ajax-alert {
    display: block;
    margin-top: 10px;
}

.banner-cta-item .edd-cart-added-alert {
    color: #0ff4c6;
}

.theme-detail-actions .theme-thumbnail img {
    margin: 0 auto;
    max-width: 800px;
    height: auto;
}

.theme-detail-actions .theme-thumbnail {
    margin-top: 60px;
}

.theme-detail-actions .button,
.theme-detail-navigations .button {
    margin: 0 20px 0 0;
    display: inline-block;
}

.theme-detail-carousel {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.theme-detail-carousel img {
    width: 100%;
    height: 100%;
}

.theme-descriptions {
    float: left;
    width: 100%;
}

.theme-descriptions h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.theme-descriptions h2:after {
    content: none;
}

.them-detail-side-info {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.theme-detail-navigations {
    padding: 30px 0 0 0;
}

.social-share {
    font-size: 11px;
}

.social-share ul,
.social-share ul li,
.social-share ul li a {
    display: inline-block;
    vertical-align: middle;
}

.social-share ul li>a {
    font-size: 36px;
    color: #cccccc;
}

.social-share ul li.facebook>a {
    color: #2365B7;
}

.social-share ul li.twitter>a {
    color: #00C4FF;
}

.social-share ul li.pinterest>a {
    color: #D22727;
}

.social-share ul li.gplus>a {
    color: #A21919;
}

.social-share ul li {
    margin-right: 20px;
    position: relative;
}

.social-share ul li span {
    position: absolute;
    left: 100%;
    top: 0;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 5px;
    font-size: 10px;
    border: solid 1px #ADADAD;
    line-height: 11px;
    border-radius: 3px;
    z-index: 1;
    background: #fff;
    transition: all ease-in .3s;
    display: none;
    opacity: 0;
    margin-left: 10px;
}

.social-share ul li.facebook:hover a {
    color: #0F6DBD;
}

.social-share ul li.twitter:hover a {
    color: #00B8FF;
}

.social-share ul li.pinterest:hover a {
    color: #D81919;
}

.social-share ul li.gplus:hover a {
    color: #A90B0B;
}

.social-share ul li:hover span {
    display: block;
    opacity: 1;
    margin-left: 0;
}

.social-share ul li span:before,
.social-share ul li span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #adadad transparent;
    margin-top: -4px;
}

.social-share ul li span:after {
    border-right-color: #fff;
    margin-right: -2px
}

#theme-description.theme-widget {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

#themed-specific h2.section-title {}

.theme-specific-features {
    margin-top: 70px;
}

.theme-specific-features .column {
    margin-bottom: 4% !important;
}

.theme-specific-features h3,
.theme-common-features h3 {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.theme-specific-features .detail {
    line-height: 140%;
    padding-left: 60px;
    position: relative;
}

.theme-specific-features .detail:before {
    font-family: 'icomoon' !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;
    content: '\ea5f';
    position: absolute;
    left: 0;
    color: #cd4c4c;
    font-size: 48px;
}


/*.theme-specific-features .detail:hover h3,
.theme-specific-features .detail:hover:before,
.theme-common-features .column:hover h3 {
    color: #CD4C4C;
}*/

.theme-common-features .thumbnail {
    margin-bottom: 20px;
}

#theme-related {
    padding-top: 0;
}

#theme-related .latest-theme-widget-grid {
    margin-top: 70px;
}

.site-navigation ul,
.site-navigation ul li,
#search-trigger {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.site-navigation ul li {
    vertical-align: bottom;
    position: relative;
    margin-bottom: 0;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    width: 180px;
    display: none;
    top: 100%;
    border-top: solid 1px #eee;
    margin: 0;
}

.site-navigation ul li.menu-item-has-children:hover a,
.site-navigation ul li.menu-item-has-children a {}

.mobile-menu-trigger {
    color: #333;
    padding: 11px;
    line-height: 29px;
    width: 50px;
    font-size: 24px;
    display: none;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.menu-opened .mobile-menu-trigger {
    position: absolute;
    right: 0;
    z-index: 2;
    background: #fff;
}

.menu-opened .mobile-menu-trigger .icon:before {
    content: "\e9c1";
}

.site-navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
    padding-bottom: 0;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    border-radius: 0;
    background: #fff;
    color: #282828;
    font-weight: 700;
    padding: 15px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #eee;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    background: #E25757;
    color: #fff;
    border-color: #E25757;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 5px;
    border: none;
    font-weight: normal !Important;
}

.pagination a {
    color: #1e88e5;
    line-height: 20px;
    border: none;
    font-weight: bold !important;
}

.wp-pagenavi a:hover {
    background-color: #0277bd;
    border-color: #0277bd !important;
    color: #fff;
}

.wp-pagenavi span.current {
    line-height: 20px;
    background: #efefef;
    border: solid 1px #dadada;
}

.wp-pagenavi .pages {
    font-weight: normal;
    margin-right: 15px;
}

.tagcloud a, .article-tags .tagcloud a {
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
    color: #aaa;
    margin: 5px;
    display: inline-block;
    line-height: 100%;
    font-size: 14px !important;
    transition: all ease-in .05s;
}

.recent-widgets.recent-comments-widget .entry-meta+h3 {
    margin-top: 10px;
}

span.comment-author-link, span.comment-author-link a {
    color: #f68a20;
}

.tagcloud a:hover, .article-tags .tagcloud a:hover {
    background: #f78a20;
    color: #ffffff;
    transition: all ease-in .05s;
}

.article-tags .tagcloud a {
    background: none;
}

blockquote {
    margin-bottom: 32px;
    display: block;
    margin: 50px auto 70px auto;
    max-width: 640px;
    font-size: 28px;
    font-weight: bold;
    color: #525252;
    font-family: serif;
    font-style: italic;
    position: relative;
    padding-left: 160px;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: top right;
}

blockquote cite {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    text-align: right;
}

.about-author-widget .detail h4,
blockquote cite,
.comments ul li .detail h5,
.contact-feature .detail h4 {
    color: #CD4C4C;
    font: 12px/100% 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.owl-carousel .owl-stage-outer {
    \ height: auto !important;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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



.comments ul {
    margin: 0;
}

.comments ul li {
    margin-bottom: 30px
}

.comments ul ul.children {
    margin-left: 100px
}

.comments ul ul.children .thumbnail {
    width: 80px;
    height: 80px;
}

.comments ul ul.children .detail {
    margin-left: 120px
}

.comments-list .widget-title {
    margin-bottom: 40px;
}

.comments-list ul li .detail h5 span {
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999;
    margin-top: 5px;
}

.single-download #main {
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.theme-detail-actions .edd_download_purchase_form {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
    margin-right: 0;
}

.gallery .gallery-item,
.galleries .gallery-item {
    width: 31.5%;
    display: inline-block;
    text-align: left;
    margin: 0 2% 30px 0;
    vertical-align: top;
}

.galleries .gallery-item:nth-child(3n+3) {
    margin-right: 0
}

.gallery-columns-1 .gallery-item {
    margin-bottom: 20px
}

.gallery-columns-2 .gallery-item {
    width: 49% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-3 .gallery-item {
    width: 31% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-4 .gallery-item {
    width: 23% !important
}

.gallery-columns-5 .gallery-item {
    width: 18% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-6 .gallery-item {
    width: 14.5% !important;
    margin: 0 1% 1% 0;
}

.gallery img {
    border: none !important
}

.gallery img:hover {
    background: white
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 13px;
    margin: 0;
}

.gallery dl,
.gallery dt {
    margin: 0
}

.gallery br+br {
    display: none
}

.gallery-caption,
.entry-caption {
    float: left;
    clear: both;
    width: 100%;
    font-size: .8em;
    line-height: 120%;
    margin-top: 5px !important;
}

.wp-caption {
    max-width: 100%;
    color: #aaa;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 2.5em;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    clear: both;
    font-size: 14px;
    font-style: normal;
    margin: 5px 0 0 0;
}

.alignright {
    margin: 10px 0 20px 20px;
    float: right;
}

.alignleft {
    margin: 0 14px 22px 0px;
    float: left;
}

.contact-feature {
    padding-top: 50px;
}

.slider-item img {
    width: 100%;
}

div#map {
    margin-top: -56px;
}

.scrolloff {
    pointer-events: none;
}



/* EDD */

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th,
table.edd-table th,
table.edd-table td {
    background: #f9f9f9;
    border-color: #fff;
    padding: 10px 20px;
}

body.edd-checkout .post-header h1 {
    text-align: center;
}

body.edd-checkout .social-share-widget {
    display: none;
}

body.edd-checkout article.single-post {
    border: none;
}

#edd_checkout_wrap {
    margin-top: 50px;
}

#edd_checkout_cart {
    margin: 0;
}

#edd_checkout_cart .edd_cart_header_row th,
table.edd-table th {
    background-color: #313131;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#edd_checkout_cart td,
#edd_checkout_cart th,
table.edd-table th,
table.edd-table td {
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

#edd_checkout_cart tr:nth-child(even),
table.edd-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.edd-payment-icons {
    margin: 30px 0 10px 0 !important;
}

.payment-info {
    font-size: .9em;
    color: #9a9a9a;
    line-height: 140%;
    margin: 0 0 20px 0;
}

form#edd_purchase_form fieldset p {
    margin: 0 0 15px 0;
}

fieldset#edd_payment_mode_select,
#edd_purchase_form_wrap {
    background: #f9f9f9;
    padding: 20px;
    border: 0;
    border-top: solid 3px #dcdcdc;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label,
#edd_checkout_form_wrap legend {
    display: block;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    font-size: 20px;
}

#edd_purchase_form fieldset {
    border: 1px solid #eee;
    padding: 1.387em;
    margin: 0 0 21px;
}

#edd_purchase_form fieldset fieldset {
    margin-bottom: 0;
    margin-top: 30px;
}

#edd_purchase_form fieldset fieldset legend {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 0;
}

#edd_purchase_form fieldset fieldset p label {
    font-size: 14px;
    font-weight: 700;
}

#edd_purchase_form fieldset fieldset p input {
    width: 100% !important;
    border: solid 1px #eeeeee !important;
}

#edd_purchase_form fieldset fieldset input {
}

fieldset#edd_checkout_user_info {
    padding: 0;
    border: 0;
}

p#edd-first-name-wrap,
p#edd-last-name-wrap {
    display: inline-block;
    width: 49%;
    margin: 0 2% 0 0 !important;
}

p#edd-last-name-wrap {
    float: right;
    margin-right: 0 !important;
}

p#edd-first-name-wrap span.edd-description,
p#edd-last-name-wrap span.edd-description {
    display: none;
}

span.edd-discount-code-field-wrap {
    display: block;
    position: relative;
}

#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 30px;
}

#edd_checkout_form_wrap span.edd-description {
    font-size: 12px;
    display: inline-block;
}

#edd_checkout_form_wrap label {
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

p#edd_final_total_wrap {
}

span.edd_cart_amount {
    margin-left: 10px;
    font-weight: 700;
    color: #328940;
}

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit
button,
input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
}

table#edd_purchase_receipt th,
table#edd_purchase_receipt_products th {
    background: #4a4a4a;
    color: #fff;
}

table#edd_purchase_receipt td {
    font-size: 16px;
}

table#edd_purchase_receipt tr:nth-child(2n+2) td {
    background: #fff;
}

table#edd_purchase_receipt_products {
    padding-top: 30px;
    border-top: solid 1px #eee;
}

table#edd_purchase_receipt {
    margin-bottom: 50px;
}

table#edd_purchase_receipt_products li {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #f68a1f;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    color: #000;
}

#edd_user_history tr.edd_purchase_row th {
    background: #303030;
    color: #fff;
    padding: 10px 20px;
}

#edd_user_history td {
    background: #f9f9f9;
    padding: 10px 20px;
    border-color: #fff;
}

#edd_user_history tr:nth-child(2n+2) td {
    background: #fff
}

form#edd_login_form {
    padding: 20px;
    border: solid 1px #eee;
    box-shadow: 9px 9px 0 -4px #efefef;
    margin-top: 40px;
}

form#edd_login_form legend {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    display: block;
    width: 100%;
}

p.edd-login-username label,
p.edd-login-password label {
    display: block !Important;
    font-size: 14px;
    color: #a2a2a2;
}

p.edd-login-username label,
p.edd-login-password label {}

#edd_register_form .edd-input {
    padding: 10px 20px;
}

#edd_login_form .edd-input {
    padding: 10px 20px;
    width: 100%;
    border: solid 1px #eee;
}

input#edd_login_submit {
    font: 14px/100% 'Roboto', Arial, Helvetica, Sans-serif;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
    border: solid 1px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    transition: all ease-in .2s;
    background: #2ba15a;
    border-color: #2ba15a;
    color: #fff;
    min-width: 150px;
}

p.edd-login-submit {
    text-align: right;
    float: right;
}

p.edd-login-remember {
    float: left;
}

p.edd-lost-password {
    text-align: center;
}

p.edd-lost-password:before {
    content: '';
    display: table;
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px #eee;
    text-align: center;
}

p.edd-lost-password a {
    display: inline-block;
}


div#cart-menu {
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}

div#cart-menu .cart-item {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-size: 20px;
}

div#cart-menu .cart-count {
    position: absolute;
    top: 100%;
    right: 0;
    background: #4dc376;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 24px;
    margin-top: -20px;
    margin-right: -5px;
    z-index: 1;
}

div#cart-menu .cart-item .icon {
    position: relative;
    z-index: 1;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    z-index: 3;
    background: #fff;
    transform: translateX(560px);
    border-left: solid 1px #eee;
    transition: all ease-out .2s;
}

#mobile-menu:before {
    content: 'Navigation';
    padding: 5px 20px;
    display: block;
    border-bottom: solid 1px #efefef;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
}

#mobile-menu.site-navigation ul li {
    display: block;
}
#mobile-menu.site-navigation ul li a {
    padding: 15px 20px;
}
#mobile-menu ul#menu-main-menu {
    width: 100%;
    display: block;
}

#mobile-menu.site-navigation ul li.menu-item-has-children ul.sub-menu {
    display: block !important;
    width: 100%;
    position: inherit;
    overflow: hidden;
    max-height: 0;
    transition: all ease-in-out .3s;
}

#mobile-menu.site-navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    color: #999;
}

.dropdown-trigger {
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    line-height: 30px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
}

#mobile-menu.site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    background: #eee;
    border-bottom: solid 1px #ddd;
    border-color: #ddd;
    border-left: 0;
    border-right: 0;
}

#mobile-menu.site-navigation ul li.menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: 0;
}

body.menu-opened {
    transform: translateX(-280px);
}

body.menu-opened div#mobile-menu {
    transform: translateX(280px);
    display: block;
}

#mobile-menu.site-navigation ul li.menu-item-has-children ul.sub-menu.active {
    max-height: 1000px;
    transition: all ease-in-out .3s;
}

#custom-work {
    float: left;
    clear: both;
    width: 100%;
    background-color: #b1ede8;
    font-size: 16px;
    color: #61827f;
    text-align: center;
    line-height: 140%;
    margin-top: 30px;
    padding: 30px;
    border-radius: 5px;
}

#custom-work>a {
    display: block;
}

#custom-work h3 {
    font-size: 26px;
    font-weight: 700;
    color: #61827f;
    margin-bottom: 10px;
    font: 800 28px/150% 'Roboto', 'Helvetica Neue', Arial;
}


/* Button Shortcode */

.themewarrior-button {
    background: #65A343;
    text-shadow: 1px 1px 1px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    vertical-align: middle;
}

.themewarrior-button span {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1em;
    padding: 6px 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}


/* Hover */

.themewarrior-button:hover {
    background: #558938;
    text-decoration: none;
}


/* Active */

.themewarrior-button:active {
    background: #446F2D;
}


/* Blue Button */

.themewarrior-button.color-blue {
    background: #2981e4
}


/* Blue Button Hover */

.themewarrior-button.color-blue:hover {
    background: #2575cf
}


/* Blue Button Active */

.themewarrior-button.color-blue:active {
    background: #0760AD
}


.testimonials .testimonial {
    display: none;
}

.testimonials.owl-loaded .testimonial {
    display: block;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

/* Page Edd */

#page-edd-banner {
    background: #333 url(images/slider.jpg) center center no-repeat;
    background-size: cover;
    padding: 10vh 0;
    text-align: center;
    margin-top: -34px;
    position: relative;
    z-index: 2;
}

#page-edd-banner h1.page-title {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.26);
}

#page-edd-banner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.47102591036414565) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.47102591036414565) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.47102591036414565) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: .3;
}

#page-edd-banner+.container {
    position: relative;
    z-index: 2;
}

.account-nav {
    margin-top: -45px;
}

.account-nav .nav-container {
    display: block;
    width: 100%;
}

.account-nav ul li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}

.account-nav ul {
    margin: 0;
    display: block;
}

.account-nav ul li a,
.account-nav ul li a:link {
    font-size: 14px;
    font-weight: 700;
    color: #dedede !important;
    text-transform: uppercase;
    display: block;
    line-height: 15px;
    transition: background ease-in .2s, color ease-in .2s, border ease-in .2s;
    padding: 15px;
    background: transparent;
    text-decoration: none !important;
    overflow: hidden;
}

.account-nav:after {
    content: '';
    display: table;
    width: 100%;
}

.account-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.account-nav ul li a.active {
    padding: 15px 20px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 5px 15px 0 #ccc;
}

.edd-account #contentarea.fullwidth {
    padding: 50px 0;
}

.entry-content h3.elementor-icon-box-title {
    margin: 0 0 10px 0 !important;
}

h2.thankyou-purchase {
    margin: 60px 0 40px 0 !important;
    text-align: center;
    color: #000000;
}

h2.thankyou-purchase:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 3px;
    width: 100px;
    border-radius: 3px;
    background: #f68a65;
    margin-top: 15px;
}

table#edd_purchase_receipt+h3 {
    background: #009688;
    display: inline-block;
    padding: 10px 20px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 -3px 0!important;
}

/* Edit Account */
form#edd_profile_editor_form {
}

form#edd_profile_editor_form fieldset {
    padding: 20px;
    display: block;
    margin-top: 30px;
    background-color: #ffffff;
    border-top: solid 1px #eeeeee;
}

form#edd_profile_editor_form fieldset legend {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    line-height: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

form#edd_profile_editor_form fieldset p {
    display: block;
}

form#edd_profile_editor_form fieldset p:after {
    content: '';
    display: table;
    width: 100%;
}

form#edd_profile_editor_form fieldset p label {
    float: left;
    width: 190px;
    font-size: 15px;
}

form#edd_profile_editor_form fieldset p input, form#edd_profile_editor_form fieldset p  select {
    width: calc(100% - 190px);
    border: solid 1px #eeeeee;
    padding: 10px;
    line-height: 20px;
    font-size: 15px;
    max-width: 480px;
}

form#edd_profile_editor_form fieldset p select {
    max-width: 320px;
}

form#edd_profile_editor_form fieldset#edd_profile_submit_fieldset {
    padding: 0 20px;
    border-top: 0;
    margin-top: 0;
}

form#edd_profile_editor_form fieldset p input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    background: #f68a1f;
    color: #ffffff;
}

form#edd_profile_editor_form fieldset p input[type="submit"]:hover {
    background: #ed7e0f;
}

form#edd_profile_editor_form fieldset#edd_profile_personal_fieldset {
    margin-top: 50px;
}
table.edd-table td a:link {
    color: #447fef;
    opacity: 1
}
table.edd-table td a:link:hover {
    opacity: 0.8
}

form#edd_profile_editor_form {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}


/* New Detail Theme Page */
#theme-banner {
    background: #4776E6;
    color: #fff;
    background: #f12711;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    margin-bottom: 30px;
}

#theme-banner.background-1 {
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
#theme-banner.background-2 {
    background: #1488CC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#theme-banner.background-3 {
    background: #00F260;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.main-banner {
    padding: 70px 0 0 0;
}

#main .main-banner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 70px auto;
    line-height: 40px;
}

.main-banner p {
    line-height: 140%;
}

#main .short-desc {
    font-size: 16px;
    margin-bottom: 40px;
}

.smart-preview {
    float: left;
    width: 65%;
    margin-right: 3%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.banner-cta+.smart-preview {}

.banner-cta+.smart-preview .highlight-preview .highlight-preview-item {
    width: 60%;
}

.banner-cta+.smart-preview .highlight-preview .highlight-preview-item.second {
    display: inline-block;
}

.banner-cta+.smart-preview .highlight-preview .highlight-preview-item:first-child {
    left: 0;
    right: inherit;
    bottom: 0;
    margin-right: 0;
    transform-origin: left bottom;
}
.banner-cta+.smart-preview .highlight-preview {
    max-width: inherit;
    font-size: 0;
    text-align: right;
    line-height: 0;
    width: 100%;
}
.smart-preview > div {
/*    float: left;
    position: relative;
    display: inline-block;
    line-height: 0;*/
}

.smart-preview > div.tablet {
    border-radius: 7%;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.1);
}

.smart-preview > div.tablet .smart-preview-image {
    width: 94%;
    left: 3%;
    top: 6.5%;
}

.smart-preview > div .smart-preview-image {
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.smart-preview > div .smart-preview-image img {
    width: 100%;
    height: auto;
    display: block;
}

.smart-preview > div.laptop .smart-preview-image {
    top: 5%;
    left: 13%;
    height: 82%;
    right: 12.5%;
}

.smart-preview > div.phone .smart-preview-image {
    top: 9%;
    left: 4.2%;
    right: 4.3%;
    height: 81%;
}

.main-banner .smart-preview > div.phone {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 26.2%;margin-right: 5%;
    z-index: 2;
}

.smart-preview > div > img {
    width: 100%;
    height: auto;
    display: block;
}
.smart-preview > div.phone {
    border-radius: 13%;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.1);
    z-index: 1;
}

.banner-cta {
    float: right;
    width: 30%;
    text-align: left;
    padding-bottom: 20px;
}

.banner-cta-item {
    position: relative;
}

.banner-cta-item .button.primary-button {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff !important;
    background: #4daa57;
    border-radius: 3px;
}

/*a.edd-add-to-cart .edd-add-to-cart-label {
    font-size: 16px;
    font-weight: 700 !important;
}*/

.banner-cta-item .button.primary-button:hover {
    background-color: #469b50;
    text-decoration: none !important;
}

.banner-cta-item .button.primary-button.view-demo {
    border: solid 2px #fff;
    color: #fff !important;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 150px;
    z-index: 2;
}

.banner-cta-item .button.primary-button.view-demo:hover {
    color: #000000 !important;
    background-color: #f3f3f3;
    text-decoration: none !important;
}

.theme-detail-section {
    padding: 50px 0;
}

.theme-detail-section .theme-detail-section-preview.align-left {
    display: inline-block;
    margin: 0 4% 30px 0;
    float: none;
    vertical-align: middle;
}
.theme-detail-section-preview img {
    display: block;
    max-width: 100%;
}
.theme-detail-section .theme-detail-section-preview.align-left+.desc {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.theme-detail-section .align-right {
    float: right;
    margin: 0 0 0 5%;
}

.theme-detail-section .theme-detail-section-preview.align-right > img {
    float: right;
}

.theme-detail-section .theme-detail-section-preview.align-center {
    float: none;
    max-width: 580px;
    margin: 0 auto;
}


.theme-detail-section .theme-detail-section-preview.align-center+.desc {
    float: none;
    margin: 50px auto 0 auto;
    width: 100%;
}
.theme-detail-section .theme-detail-section-preview.align-center+.desc .container {
    width: 100%;
    max-width: 880px;
}
.theme-detail-section.border-top-section {
    border-top: solid 1px #eeeeee;
}

.theme-detail-section .text-left {
    float: left;
    margin: 0 30px 30px 0;
}

.theme-detail-section .text-right {
    float: right;
    margin: 5% 5% 5% 0;
}

.theme-detail-section .text-center {
    text-align: center;
    margin: 0 30px 30px 0;
}

ul.theme-meta {
    margin: 30px 0 0 0;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}

ul.theme-meta li {
    float: left;
    width: 45%;
    list-style: none;
    font-size: 12px;
    text-align: left;
    margin: 0 5% 0 0;
}

ul.theme-meta li label {
    font-weight: 700;
    text-transform: uppercase;
}

#main h2.theme-detail-section-title {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    margin: 0 auto 40px auto;
}

#main h2.theme-detail-section-title.alt-white {
    color: #ffffff;
}

#main h2.theme-detail-section-title.alt-white span {
    color: #ffffff;
}

#main h2.theme-detail-section-title.alt-white span:before {
    background-color: #ffffff;
}

#main h2.theme-detail-section-title span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f68a1f;
    line-height: 18px;
    margin-top: 15px;
    display: block;
}

#main h2.theme-detail-section-title p:last-child {
    margin-bottom: 0 !important;
}

/*#main h2.theme-detail-section-title span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 5px;
    background: #f68a1f;
    border-radius: 5px;
    margin-right: 15px;
}*/

#main h2.theme-detail-section-title.alt-left {
    text-align: left;
    margin: 0;
}

.theme-detail-section-excerpt {
    margin: 0 auto;
}

h2.theme-detail-section-title.alt-left+.theme-detail-section-excerpt {
    max-width: 100%;
    text-align: left;
}

#main h2.theme-detail-section-title.alt-white+.theme-detail-section-excerpt {
    color: rgba(255,255,255,0.5);
}

.theme-detail-section-content {margin-top: 50px;float: left;width: 100%;}

.feature-box {
    overflow: hidden;
}

.feature-box ul, .feature-box li {
    display: block;
    margin: 0;
    list-style: none;
}

.theme-detail-section-content:before {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

h4.content-section-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #aaaaaa;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

h4.content-section-title span {
    padding: 0 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

h4.content-section-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    background-color: #eeeeee;
    height: 1px;
}

.feature-box ul {
    margin: 0 -12px;
}

.feature-box ul:after {
    content: '';
    display: table;
    width: 100%;
}

.feature-box ul li {
    float: left;
    width: calc(25% - 24px);
    margin: 12px;
    border: solid 1px #eeeeee;
    text-align: center;
    color: #000000;
    padding: 10px 10px 40px 10px;
}

.feature-box ul li .box-icon {
    font-size: 41px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 57px;
}

.feature-box ul li .box-icon:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #f68a1f;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -25px -30px 0 0;
    z-index: 0;
    border-radius: 50%;
}

.feature-box ul li .box-icon .icon {
    position: relative;
    z-index: 1;
}

.feature-box ul li h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 14px;
}
.feature-grid {
    overflow: hidden;
}

h2.theme-detail-section-title+.theme-detail-section-content {
    margin-top: 0;
}

.feature-grid ul {
    margin: 0 -12px;
}

.feature-grid ul li {
    float: left;
    width: calc(33.3% - 40px);
    margin: 20px;
    list-style: none;
}

.feature-grid ul li .thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.feature-grid ul li .thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%;
}

.feature-grid ul li .thumbnail img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.feature-grid ul li h3 {
    color: #000000;
}

.feature-grid ul li p {
    margin-bottom: 0;
}

section#highlight-section {
    background: rgb(54,55,149);
    background: -moz-linear-gradient(-45deg, rgba(54,55,149,1) 0%, rgba(0,92,151,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(54,55,149,1) 0%, rgba(0,92,151,1) 100%);
    background: linear-gradient(-45deg, rgba(54,55,149,1) 0%, rgba(0,92,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#363795",endColorstr="#005c97",GradientType=1);
    padding: 80px 0;
    overflow: hidden;
    margin: 50px 0 -1px 0;
}

.smart-preview .highlight-preview {
    float: right;
}

.smart-preview .highlight-preview-item {
}

.highlight-preview {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.highlight-preview-item {
    position: relative;
    padding-top: 25px;
    background: #eeeeee;
    border-radius: 10px 10px 0 0;
    line-height: 0;
    display: block;
    width: 100%;
    box-shadow: 10px 0px 20px rgba(0,0,0,0.16);
    z-index: 2;
    max-height: 450px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.highlight-preview-item img {
    display: block;
    width: 100%;
}

.highlight-preview-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    border-radius: 10px;
    margin: 7px 0 0 7px;
    box-shadow: 15px 0 #aaaaaa, 31px 0 #aaaaaa;
}

.highlight-preview-item:first-child,
.highlight-preview-item:nth-child(3) {
    position: absolute;
    transform-origin: center bottom;
}

.highlight-preview-item:first-child {
    z-index: 3;
    transform: scale(0.8);
    right: 100%;
    bottom: 0;
    margin-right: -50%;
}

.highlight-preview-item:nth-child(3) {
    z-index: 1;
    left: 100%;
    top: 0;
    transform: scale(0.7);
    margin-left: -45%;
}

.theme-detail-section-preview .smart-preview > div.tablet {
    z-index: 0;
    width: 71%;
    margin-left: 29%;
}

.theme-detail-section-preview {
    float: left;
    width: 55%;
    margin-right: 5%;
}

.theme-detail-section-preview+.desc {
    float: left;
    width: 40%;
}

.theme-detail-section-preview > img {
}

.theme-detail-section-preview .smart-preview > div.phone {
    width: 38%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.theme-detail-section-preview .smart-preview {
    display: block;
}

.theme-detail-section-preview+h2.theme-detail-section-title.alt-left {
    float: none;
    width: auto;
    margin-left: 40%;
    padding-left: 6%;
    margin-top: 5%;
}

.theme-detail-section-preview~.theme-detail-section-excerpt {
    float: none;
    margin-top: 30px;
}

/* Feature lists */
ul.feature-list {
    margin: 0 -15px;
    font-size: 0;
    display: block;
}

ul.feature-list li {
    display: inline-block;
    width: 33.333%;
    font-size: 16px;
    color: #7e7e7e;
    list-style: none;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 50px;
}

ul.feature-list li h3 {
    font-size: 22px;
    font-weight: 400 !important;
    margin: 0 0 10px 0 !important;
    padding: 0;
}

section#all-feature-theme {
    /* border-top: solid 1px #eeeeee; */
}
.theme-detail-section.section-with-bg {
    background-size: cover;
    background-position: center left;
    padding: 6vh 0;
}

#main .theme-detail-section.section-with-bg h2.theme-detail-section-title.alt-left {
    margin: 0 0 40px 50%;
    padding-left: 30px;
}

#main .theme-detail-section.section-with-bg h2.theme-detail-section-title.alt-left+.theme-detail-section-excerpt {
    margin-left: 50%;
    padding-left: 30px;
}

.pages-feature {}

.pages-feature ul {
    margin: 0 15px;
    font-size: 0;
}

.pages-feature li {
    font-size: 16px;
    width: 18%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.pages-feature li a,
.pages-feature li img {
    display: block;
}

.pages-feature li a {
    border-radius: 10px;
    border: solid 1px #efefef;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    margin-bottom: 15px;
    transition: ease-in .2s box-shadow;
}

.pages-feature li a span {
    display: block;
    font-weight: 700;
    color: #000000;
}

.pages-feature li:hover img {
    box-shadow: 0 0 40px rgba(0,0,0,.15);
}
article#post-not-found {
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    padding: 50px 20px;
}

article#post-not-found img.image-404 {
    margin: 0 auto 40px auto;
}
