/*
    Theme Name: Domainer Theme
    Theme URI: https://domainertheme.com
    Author: DomainerTheme
    Author URI: https://domainertheme.com/
    Description: Domainer Theme is a clean and well coded theme for domainers.
    Version: 1.07
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: domainer-theme
    Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, featured-images,custom-colors, custom-header, custom-menu, custom-logo,
*/
/*--------------------------------------------------------------
    = Table Of Contents =
    # Normalize
    # General
        ## Typography
        ## Elements
        ## Forms
        ## Links
        ## Screen Reader
    # WordPress Specific
        ## Captions
        ## Galleries
    # Floats and Clearing
    # Columns System
    # General
    # Top Bar
        ## Top Bar Navigation
    # Header
        ## Logo
        ## Header Widgets
        ## Navigation
        ## Header Search
        ## Mobile Nav
    # Main
        ## Content
        ## Hero Banner
        ## Testimonial
        ## Tabs
        ## Toggles
        ## Blog Post Style 1 - Listing
        ## Blog Post Style 2 - Listing
        ## Blog Post Style 3 - Listing
        ## Blog Post Style 4 - Listing
        ## Pagination
        ## Blog Post - Single
        ## Social Links
        ## Comments
        ## Contact Form 7
        ## Sidebar
        ## Template - Plain White
        ## Grid Filters
        ## Grid MetaDomainer Table
    # Widgets
        ## Widget - Search
        ## Widget - Instagram
        ## Widget - Social
        ## Widget - Posts
        ## Widget - Tag Cloud
        ## Widget - Top and Bottom Banner
    # Footer
        ## Footer Widgets
        ## Footer Bottom
    # Scroll To Top
    # Responsive
        ## Medium Monitors
        ## Normal Monitors
        ## Smaller Monitors
        ## Tablets
        ## Phones ( landscape + portrait )
        ## Phones ( landscape )
        ## Phones ( portrait )
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # Normalize
--------------------------------------------------------------*/
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }
/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    ## Typography
--------------------------------------------------------------*/
body,
button,
select,
textarea {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.65;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    color: #292c33;
    line-height: 1.45;
    font-weight: 500;
    font-family: "Roboto";
}
h1 {
    font-size: 33px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 18px;
}
p {
    margin: 0;
    margin-bottom: 25px;
}
p:last-child {
    margin: 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    font-size: 19px;
    font-style: italic;
    font-family: Georgia, serif;
    line-height: 1.65;
    background-image: url("images/blockquote.png");
    background-repeat: no-repeat;
    background-position: 15px 0;
    padding: 13px 41px;
    text-align: center;
}
    blockquote p:last-child {
        margin: 0;
    }
address {
    margin-bottom: 25px
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
small {
    font-size: 75%;
}
/*--------------------------------------------------------------
    ## Elements
--------------------------------------------------------------*/
body {
    background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #e5e5e5;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
    clear:both;
}
ul,
ol {
    margin: 0;
    margin-bottom: 25px;
    padding: 0 0 0 20px;
}
ul {
    list-style: square;
    color: #444;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin-bottom: 25px;
    width: 100%;
    line-height: 1;
}
.widget table {
    table-layout: fixed;
}
table thead {
    background: #4082c6;
    color: #fff;
    text-align: left;
}
table td,
table th {
    padding: 10px;
    text-align: left;
}
table tbody th {
    background: #4082c6;
    color: #fff;
}
table tbody th a {
    color: inherit;
}
.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
/*--------------------------------------------------------------
    ## Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto";
    font-weight: bold;
    background: #4082c6;
    padding: 0 22px;
    margin: 0;
    border-radius: 2px;
    text-transform: none;
    text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
    background: rgb(255, 255, 255);
    border: 1px solid #e4e5e7;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.4;
    padding: 13px;
    max-width: 100%;
    box-sizing: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #4d4d4d;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
    ## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    color: #4082c6;
}
/*--------------------------------------------------------------
    ## Screen Reader
--------------------------------------------------------------*/
.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;
    display: block;
    font-size: inherit;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
    # WordPress Specific
--------------------------------------------------------------*/
.sticky {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px #ddd solid;
}
.bypostauthor {

}
.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
    ## Captions
--------------------------------------------------------------*/
#wp-calendar caption {
    margin-bottom: 10px;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}
.wp-caption .wp-caption-text {
    font-style: italic;
    margin: 0;
    padding: 0 10%;
    margin-top: 10px;
}
.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-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;
}
/*--------------------------------------------------------------
    # Floats and Clearing
--------------------------------------------------------------*/
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/*--------------------------------------------------------------
    # Columns System
--------------------------------------------------------------*/
.wrapper,
.body-general-layout-wrapped #page-inner {
    max-width: 1200px;
    margin: 0 auto;
}
body.body-general-layout-wrapped #page-inner .wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
.col {
    display: block;
    float: left;
    margin-right: 3.42%;
}
body.rtl .col {
    float: right;
    margin-left: 3.42%;
    margin-right: 0;
}
.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }
.col-last {
    margin-right: 0;
}
body.rtl .col-last {
    margin-left: 0;
}
.col-first {
    clear: both;
}
.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }
.masonry-item.col {
    margin-right: 0;
}
.owl-carousel .col {
    width: auto;
    margin-right: 0;
}
.grid-sizer {
    width: 31.05%;
}
body.page-template-template-masonry-sidebar-php .grid-sizer {
    width: 48.29%;
}
.gutter-sizer {
    width: 3.42%;
}
.masonry-item {
    opacity: 0 !important;
    transform: scale( 0.8 );
    border: 1px solid #eee;
    padding: 10px;
}
.masonry-item.init-animation {
    opacity: 1 !important;
    transition: transform .5s, opacity .5s;
    transform: scale( 1 );
}
.masonry-item:hover {    -webkit-box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
    box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05)
}
/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/
#page,
#page-inner {
    position: relative;
}
.body-general-layout-wrapped {
    background: #f1f3f6;
}
.body-general-layout-wrapped #page-inner {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}
/*--------------------------------------------------------------
    # Top Bar
--------------------------------------------------------------*/
#top-bar {
    background: #22242a;
    line-height: 31px;
}
/*--------------------------------------------------------------
    ## Top Bar Navigation
--------------------------------------------------------------*/
/* navigation */
#top-bar-navigation {
    float: right;
    z-index: 99999;
    position: relative;
    font-size: 0;
}
    #top-bar-navigation ul,
    #top-bar-navigation li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        /* Top level item */
        #top-bar-navigation .menu > li {
            display: inline-block;
            position: relative;
            z-index: 99998;
            margin-right: 25px;
        }
            /* Top level chevron */
            #top-bar-navigation .menu a .fa {
                display: inline-block;
                color: #fff;
                font-size: 7px;
                margin-left: 9px;
                vertical-align: middle;
                line-height: 1;
            }
            /* Top level item anchor */
            #top-bar-navigation .menu > li > a {
                display: inline-block;
                text-decoration: none;
                vertical-align: middle;
                color: #fff;
                opacity: 0.8;
                font-size: 11px;
                font-weight: normal;
                line-height: inherit;
                text-transform: uppercase;
            }
            /* Top level item anchor hover */
            #top-bar-navigation .menu > li > a:hover {
                opacity: 1;
            }
            /* Top level item anchor current */
            #top-bar-navigation .menu > li.current-menu-item > a,
            #top-bar-navigation .menu > li.current-menu-ancestor > a {
                opacity: 1;
            }
    /* Submenu */
    #top-bar-navigation .menu ul {
        background: #191a1f;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0; /* same as horrizontal padding on #top-bar-navigation .menu ul li */
        text-align: left;
        padding: 0;
        -webkit-transition: .5s opacity;
        -moz-transition: .5s opacity;
        transition: .5s opacity;
    }
    /* Submenu of last item */
    #top-bar-navigation .menu > li:last-child > ul {
        right: 0;
        left: auto;
    }
        /* Submenu item */
        #top-bar-navigation .menu ul li {
            position: relative;
            display: block;
            white-space: nowrap;
            margin: 0;
            padding: 0 20px; /* same as left on #top-bar-navigation .menu ul */
            min-width: 150px;
        }
            /* Submenu item anchor */
            #top-bar-navigation .menu ul li a {
                display: block;
                line-height: 1;
                text-decoration: none;
                color: #fff;
                opacity: 0.5;
                font-size: 11px;
                font-weight: 400;
                text-transform: uppercase;
                line-height: 15px;
                border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
                padding-top: 13px;
                padding-bottom: 13px;
                text-transform: uppercase;
            }
            /* Submenu last item anchor */
            #top-bar-navigation .menu ul li:last-child a {
                border-bottom: 0 !important;
            }
            /* Submenu item anchor hover */
            #top-bar-navigation .menu ul li a:hover {
                 opacity: 1;
            }
            /* Submenu item anchor hover */
            #top-bar-navigation .menu ul li.current-menu-item > a {
                opacity: 1;
            }
        /* Second lvl submenu */
        #top-bar-navigation .menu ul ul {
            left: 100%;
            margin-left: 0;
            top: 0; /* upper level padding + border */
        }
        /* Second lvl submenu of last item */
        #top-bar-navigation .menu > li:last-child > ul ul {
            right: 100%;;
            left: auto;
        }
        /* Show submenu on hover */
        #top-bar-navigation .menu li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
/*--------------------------------------------------------------
    # Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    background-position: left center;
    background-size: cover;
    position: relative;border-bottom: 1px solid #eee;
}
    #header-inner {

    }
    #header-inner .wrapper {
        position: relative;
        padding: 50px 0;
        background-position: left center;
        background-size: cover;
		
    }
/*--------------------------------------------------------------
    ## Full Header Link
--------------------------------------------------------------*/
#full-header-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*--------------------------------------------------------------
    ## Logo
--------------------------------------------------------------*/
#logo {
    position: relative;
    line-height: 0;
    float: left;
}
.body-logo-position-right #logo {
    float: right;
    text-align: right;
}
.body-logo-position-center #logo {
    float: left;
    text-align: center;
    min-width: 100%;
}
    #logo a,
    #logo img {
        display: inline-block;
    }
    #logo .site-title {
        color: #222;
        font-family: "Roboto";
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        letter-spacing: -1px;
		margin-top:5px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
        #logo .site-title a {
            color: inherit;
        }
    #logo .site-description {
        color: #828992;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
    }
/*--------------------------------------------------------------
    ## Navigation
--------------------------------------------------------------*/
#navigation {
    background: #22242a;
    z-index: 99998;
    position: relative;
    border-bottom: 1px #e4e5e7 solid;
}
    #navigation-inner {
        position: relative;
        float: left;
        white-space: nowrap;
    }
    .navigation-below-center #navigation-inner {
        float: none;
        text-align: center;
    }
    #navigation ul,
    #navigation li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        /* Top level item */
        #navigation .menu > li {
            display: inline-block;
            position: relative;
            z-index: 99998;
            margin-right: 15px;
            padding-right: 15px;
        }
        #navigation .menu > li:last-child {
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
            /* Top level chevron */
            #navigation .menu a .fa {
                display: inline-block;
                color: #222;
                font-size: inherit;
                margin-left: 8px;
                vertical-align: middle;
                line-height: 1;
            }

                /* Home Menu Icon */
                .fa-home-menu:before {
                content: "\f015";
                margin-left: -30px;
                font-size:24px;
            }
            /* Top level item anchor */
            #navigation .menu > li > a {
                display: inline-block;
                text-decoration: none;
                vertical-align: middle;
                color: #222;
                font-size: 15px;
                font-weight: 400;
                line-height: 45px;
                padding: 0;
                text-transform: uppercase;
            }
            /* Top level item anchor hover */
            #navigation .menu > li > a:hover {
                opacity: 1;
            }
            /* Top level item anchor current */
            #navigation .menu > li.current-menu-item > a,
            #navigation .menu > li.current-menu-ancestor > a {
                opacity: 1;
            }
    /* Submenu */
    #navigation .menu ul {
        background: #191a1f;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0; /* same as horrizontal padding on #navigation .menu ul li */
        text-align: left;
        padding: 5px 0;
        -webkit-transition: .5s opacity;
        -moz-transition: .5s opacity;
        transition: .5s opacity;
    }
        /* Submenu item */
        #navigation .menu ul li {
            position: relative;
            display: block;
            white-space: nowrap;
            margin: 0;
            padding: 0 15px; /* same as left on #navigation .menu ul */
            min-width: 220px;
        }
            /* Submenu item anchor */
            #navigation .menu ul li > a {
                display: block;
                line-height: 1;
                text-decoration: none;
                color: #fff;
                opacity: 0.5;
                font-size: 13px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 15px;
                border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
                padding-top: 13px;
                padding-bottom: 13px;
            }
            /* Submenu last item anchor */
            #navigation .menu ul li:last-child > a {
                border-bottom: 0 !important;
            }
            /* Submenu item anchor hover */
            #navigation .menu ul li > a:hover {
                 opacity: 1;
            }
            /* Submenu item anchor hover */
            #navigation .menu ul li.current-menu-item > a {
                opacity: 1;
            }
        /* Second lvl submenu */
        #navigation .menu ul ul {
            left: 100%;
            margin-left: 0;
            top: -5px; /* upper level padding + border */
        }
        /* Show submenu on hover */
        #navigation .menu li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
/*--------------------------------------------------------------
    ## Navigation Aside
--------------------------------------------------------------*/
#navigation-aside {
    float: right;
    z-index: 99998;
    position: relative;
    white-space: nowrap;
}
body.body-logo-position-right #navigation-aside {
    float: left;
}
body.body-logo-position-center #navigation-aside {
    float: none;
    text-align: center;
    clear: both;
    padding-top: 30px;
}
    #navigation-aside-inner {
        position: relative;
        float: left;
    }
    body.body-logo-position-center #navigation-aside-inner {
        display: inline-block;
    }
    #navigation-aside ul,
    #navigation-aside li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        /* Top level item */
        #navigation-aside .menu > li {
            display: inline-block;
            position: relative;
            z-index: 99998;
            margin-right: 15px;
            padding-right: 15px;
        }
        #navigation-aside .menu > li:last-child {
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
            /* Top level chevron */
            #navigation-aside .menu a .fa {
                display: inline-block;
                color: #fff;
                font-size: inherit;
                margin-left: 8px;
                vertical-align: middle;
                line-height: 1;
            }

                /* Home Menu Icon */
                .fa-home-menu:before {
                content: "\f015";
                margin-left: -30px;
                font-size:24px;
            }
            /* Top level item anchor */
            #navigation-aside .menu > li > a {
                display: inline-block;
                text-decoration: none;
                vertical-align: middle;
                color: #222;
                font-size: 16px;
                font-weight: 600;
                line-height: 45px;
                padding: 0;
                text-transform: uppercase;
            }
            /* Top level item anchor hover */
            #navigation-aside .menu > li > a:hover {
                opacity: 1;
            }
            /* Top level item anchor current */
            #navigation-aside .menu > li.current-menu-item > a,
            #navigation-aside .menu > li.current-menu-ancestor > a {
                opacity: 1;
            }
    /* Submenu */
    #navigation-aside .menu ul {
        background: #191a1f;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0; /* same as horrizontal padding on #navigation-aside .menu ul li */
        text-align: left;
        padding: 5px 0;
        -webkit-transition: .5s opacity;
        -moz-transition: .5s opacity;
        transition: .5s opacity;
    }
    /* Submenu of last item */
    #navigation-aside .menu > li:last-child > ul {
        right: 0;
        left: auto;
    }
        /* Submenu item */
        #navigation-aside .menu ul li {
            position: relative;
            display: block;
            white-space: nowrap;
            margin: 0;
            padding: 0 15px; /* same as left on #navigation-aside .menu ul */
            min-width: 220px;
        }
            /* Submenu item anchor */
            #navigation-aside .menu ul li > a {
                display: block;
                line-height: 1;
                text-decoration: none;
                color: #fff;
                opacity: 0.5;
                font-size: 13px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 15px;
                border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
                padding-top: 13px;
                padding-bottom: 13px;
            }
            /* Submenu last item anchor */
            #navigation-aside .menu ul li:last-child > a {
                border-bottom: 0 !important;
            }
            /* Submenu item anchor hover */
            #navigation-aside .menu ul li > a:hover {
                 opacity: 1;
            }
            /* Submenu item anchor hover */
            #navigation-aside .menu ul li.current-menu-item > a {
                opacity: 1;
            }
        /* Second lvl submenu */
        #navigation-aside .menu ul ul {
            left: 100%;
            margin-left: 0;
            top: -5px; /* upper level padding + border */
        }
        /* Second lvl submenu of last item */
        #navigation-aside .menu > li:last-child > ul ul {
            right: 100%;;
            left: auto;
        }
        /* Show submenu on hover */
        #navigation-aside .menu li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
/*--------------------------------------------------------------
    ## Header Search
--------------------------------------------------------------*/
#header-search {
    float: right;
    position: relative;
    margin-right: -51px;
}
body.body-general-layout-full #header-search {
    margin-right: 0px;
}
    #header-search .search-field {
        height: 45px;
        vertical-align: middle;
        background: rgba( 255, 255, 255, 0.1 );
        color: #333;
        font-size: 11px;
        text-transform: uppercase;
        width: 200px;
        border-bottom: 0px;
        border-top: 0px;
        border-left-color: rgba( 0, 0, 0, 0.1 );
    }
    #header-search .search-submit {
        display: none;
    }
    #header-search .fa {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
        cursor: pointer;
    }
#header-search-hook {
    float: right;
    margin-left: 40px;
}
    #header-search-hook .fa {
        color: #fff;
        font-size: 16px;
        line-height: 45px;
        cursor: pointer;
    }
#header-search-popup {
    clear: both;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
}
#header-search-popup.active {
    visibility: visible;
    opacity: 1;
}
    #header-search-popup input[type="search"] {
        width: 100%;
        background: transparent;
        padding: 30px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        outline: 0;
        border: 0;
    }
    #header-search-popup .search-submit {
        position: absolute;
        top: 18px;
        right: 18px;
        color: #fff;
    }
.search-icon {cursor: pointer;position: absolute;top: 15px;right: 15px;display: block;width: 13px;height: 13px;border: 2px solid #fff;border-radius: 50%;}
.search-icon::after {content: '';display: block;height: 6px;width: 2px;background: #fff;position: absolute;top: 100%;left: 100%;transform: rotate(-45deg);}
.search-submit {position: relative;}
.search-submit::after { content: "";display: inline-block;}
.search-form .search-icon {top: 16px;right: 50%;transform: translateX(50%);border-color: #fff;}

/*--------------------------------------------------------------
    ## Mobile Nav
--------------------------------------------------------------*/
#mobile-navigation {
    display: none;
    float: left;
    margin-top: 5px;
}
body.body-logo-position-center #header #mobile-navigation {
    float: none;
}

    #mobile-navigation .fa {
        display: inline-block;
        font-size: 18px;
        line-height: inherit;
    }
    .header-mobile-nav-hook {
        display: inline-block;
        cursor: pointer;
        line-height: 34px;
        color: #fff;
        padding: 0 20px;
        background: #4082c6;
        cursor: pointer;
        height: 34px;
        width: 40px;
        position: relative;
        margin-left:-45px;
    }
        .header-mobile-nav-hook-icon {
            display: inline-block;
            position: absolute;
            background: #fff;
            height: 2px;
            left: 10px;
            right: 10px;
            bottom: 50%;
        }
        .header-mobile-nav-hook::before,
        .header-mobile-nav-hook::after {
            content: " ";
            display: inline-block;
            position: absolute;
            height: 2px;
            left: 10px;
            right: 10px;
            bottom: 70%;
            background: #fff;
        }
        .header-mobile-nav-hook::after {
            top: 70%;
            transform: translateY(-1px);
        }
        .header-mobile-nav-hook-close::before {
            top: 50%;
            transform: rotate(-45deg);
        }
        .header-mobile-nav-hook-close::after {
            top: 50%;
            transform: rotate(45deg);
        }
    #mobile-navigation-menu {
        display: none;
        position: absolute;
        top: 0;
        left: -270px;
        width: 270px;
        background: #191a1f;
        z-index: 99999;
        min-height: 100%;
        transition: left .3s;
    }
    #mobile-navigation-menu.active {
        display: block;
        left: 0;
    }
    body.mobile-navigation-menu-active {
        overflow-x: hidden;
    }
    body.mobile-navigation-menu-active #page {
        left: 270px;
    }
        #mobile-navigation-menu-top {
            padding: 15px;
        }
        #mobile-navigation-menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            #mobile-navigation-menu li {
                margin: 0;
                padding: 0;
                border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
                position: relative;
            }
            #mobile-navigation-menu li:last-child {
                border-bottom: 0;
            }
                #mobile-navigation-menu a {
                    display: block;
                    padding: 13px 15px;
                    line-height: 1;
                    text-decoration: none;
                    color: #fff;
                    opacity: 0.5;
                    font-size: 13px;
                    font-weight: 400;
                    text-transform: uppercase;
                }
                #mobile-navigation-menu a:hover {
                     opacity: 1;
                }
                #mobile-navigation-menu li.current-menu-item > a {
                    opacity: 1;
                }
                /* submenu indicator */
                #mobile-navigation-menu li .fa {
                    color: #fff;
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 0;
                    line-height: 39px;
                    width: 30px;
                    height: 39px;
                    text-align: center;
                    cursor: pointer;
                }
                /* submenu indicator active */
                #mobile-navigation-menu li.expand > .fa:before {
                    content: "\f068";
                }
            /* submenu */
            #mobile-navigation-menu li ul {
                padding-left: 15px;
                display: none;
            }
            /* submenu expanded */
            #mobile-navigation-menu li.expand > ul {
                display: block;
            }
/*--------------------------------------------------------------
    # Main
--------------------------------------------------------------*/
#main {
    padding: 50px 0;
}
body.page-template-template-sections-php #main {
    padding: 0;
}
/*--------------------------------------------------------------
    ## Content
--------------------------------------------------------------*/
#content {
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body.page-template-template-left-sidebar #content {
    margin-right: 0;
    float: right;
}
body.page-template-template-member-left #content {
    margin-right: 0;
    float: right;
}
.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
}
/*--------------------------------------------------------------
    ## Blog Post Style 1 - Listing
--------------------------------------------------------------*/
.post-s1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.post-s1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
    .post-s1-thumb {
        float: left;
        margin-top:5px;
        margin-right: 40px;
        padding:4px;
        position:relative;
        background-color:#ffffff;
        border:1px solid #e8e8e8;
        width: 250px;
    }
    .blog-posts-listing-layout-thumb_above .post-s1-thumb {
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
        .post-s1-thumb a,
        .post-s1-thumb img {
            display: block;
            width: 100%;
        }
    .post-s1-main {
        overflow: hidden;
    }
    .blog-posts-listing-layout-thumb_above .post-s1-main {
        overflow: visible;
    }
        .post-s1-meta {
            color: rgba( 0, 0, 0, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
        }
            .post-s1-meta a {
                color: inherit;
            }
        .post-s1-title {
            margin-bottom: 25px;
            font-size: 26px;
            letter-spacing: -1px;
            line-height: 1.2;
        }
        .post-s1-title:after {
            content: " ";
            display: block;
            height: 2px;
            width: 100px;
            background: #4082c6;
            margin-top: 25px;
        }
        .format-status .post-s1-title,
        .format-aside .post-s1-title {
            display: none;
        }
            .post-s1-title a {
                color: inherit;
            }
        .post-s1-excerpt {
            margin-bottom: 15px;
        }
            .post-s1-excerpt blockquote {
                margin: 0;
                padding: 0;
            }
            .post-s1-excerpt .gallery-item {
                margin: 0;
                padding: 5px;
            }
                .post-s1-excerpt .gallery-item img {
                    display: block;
                }
        .post-s1-read-more {
        }
            .post-s1-read-more a {
                display: inline-block;
                padding: 12px;
                background: #4082c6;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                font-weight: bold;
            }
        .post-meta-comments:not(.no-before) {
            margin-left: 7px;
        }
		.post-meta-cats,
		.post-meta-author {
			margin-left: 7px;
		}
		.post-meta-cats:before,
		.post-meta-comments:not(.no-before):before,
		.post-meta-author:before {
			content: " ";
			display: inline-block;
			background: #aeb6b9;
			width: 2px;
			height: 2px;
			vertical-align: middle;
			margin-right: 10px;
		}

		.post-meta-date:first-child,
		.post-meta-author:first-child,
		.post-meta-cats:first-child,
		.post-meta-comments:first-child {
			margin-left: 0;
		}

		.post-meta-date:first-child:before,
		.post-meta-author:first-child:before,
		.post-meta-cats:first-child:before,
		.post-meta-comments:first-child:before {
			display: none;
		}
/*--------------------------------------------------------------
    ## Blog Post Style 2 - Listing
--------------------------------------------------------------*/
.post-s2 {
    margin-bottom: 30px;
}
    .post-s2-thumb {
        position: relative;
        margin-bottom: 15px;
    }
        .post-s2-thumb img,
        .post-s2-thumb a {
            display: block;
        }
        .post-s2-cats {
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
            text-align: center;
        }
            .post-s2-cats a {
                display: inline-block;
                background: #4082c6;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                padding: 7px;
                border: 4px solid #fff;
                border-bottom-width: 0px;
            }
    .post-s2-main {
        text-align: left;
    }
        .post-s2-title {
            font-size: 17px;
            line-height: 1.4;
            margin-top: 7px;
            margin-bottom: 7px;
            color: #000;
        }
            .post-s2-title a {
                color: inherit;
            }
        .post-s2-excerpt {
            margin-bottom: 15px;
        }
        .post-s2-meta {
            color: rgba( 0, 0, 0, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
        }
            .post-s2-meta a {
                color: inherit;
            }

            .post-meta-date {
            }
            .post-meta-comments {
            }
        .post-s2-meta-bottom {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
			margin-top:10px;
        }
            .post-s2-read-more {

            }
                .post-s2-read-more a {
                    display: inline-block;
                    padding: 10px;
                    background: #4082c6;
                    color: #fff;
                    font-size: 14px;
                    line-height: 1;
                    font-weight: 500;
					border-radius: 3px;
					border: 1px solid transparent;
					box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
                }
				 .post-domains-more {}
		
				.post-domains-offer { 
				display: inline-block; 
				background: #f8f9fa;
				font-size: 14px;
				line-height: 1;
                font-weight: 400;
				border: 1px #201c29 solid;
				color: #212529;
				padding: 8px 12px;
				box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
				border-radius: 2px;
				margin-right: 5px;
				}
				.post-domains-offer:hover {background-color: #f1f3f6;}
				.post-domains-buy {	
				display: inline-block;
				background: #28a745; 
				font-size: 14px;
				line-height: 1;
                font-weight: 400;
				border: 1px #201c29 solid;
				color: #ffffff;padding: 8px 12px;
				box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
				border-radius: 2px;
				margin-right: 5px;
				}
				.post-domains-buy:hover {background-color: #218838;color:#ffffff;}
				.post-s2-price {}
				
/*--------------------------------------------------------------
    ## Blog Post Style 3 - Listing
--------------------------------------------------------------*/
.post-s3 {
    position: relative;
}
    .post-s3-thumb {
        position: relative;
    }
        .post-s3-thumb img,
        .post-s3-thumb a {
            display: block;
            width: 100%;
        }
        .post-s3-thumb-overlay {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(49,49,49,.45);
            background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
        }
        .post-s3-cats {
            margin-bottom: 15px;
        }
            .post-s3-cats a {
                display: inline-block;
                background: #4082c6;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                padding: 7px;
            }
    .post-s3-main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px;
    }
        .post-s3-title {
            font-size: 28px;
            line-height: 1.4;
            margin-bottom: 15px;
            color: #fff;
        }
        .post-s3-title:after {
            content: " ";
            display: block;
            width: 90px;
            height: 3px;
            background: #4082c6;
            margin-top: 10px;
        }
            .post-s3-title a {
                color: inherit;
            }
        .post-s3-excerpt {
            margin-bottom: 15px;
            color: rgba( 255, 255, 255, 0.8 );
        }
        .post-s3-meta {
            color: rgba( 255, 255, 255, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
        }
            .post-s3-meta a {
                color: inherit;
            }

            .post-meta-date {
            }
            .post-meta-comments {
            }
/*--------------------------------------------------------------
    ## Blog Post Style 4 - Listing
--------------------------------------------------------------*/
.post-s4 {
    margin-bottom: 20px;
}
.post-s4:last-child {
    margin-bottom: 0;
}
    .post-s4-thumb {
        float: left;
        margin-right: 15px;
    }
        .post-s4-thumb a,
        .post-s4-thumb img {
            display: block;
        }
    .post-s4-main {
        overflow: hidden;
    }
        .post-s4-title {
            font-size: 18px;
            margin-bottom: 0;
        }
            .post-s4-title a {
                color: inherit;
            }
        .post-s4-excerpt {
            margin-top: 5px;
        }
/*--------------------------------------------------------------
    ## Pagination
--------------------------------------------------------------*/
.pagination {
    margin-top: 70px;
    text-align: center;
}
    .pagination ul,
    .pagination li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .pagination-type-numbered li {
        display: inline-block;
        margin: 0 5px;
    }
        .pagination-load-more a,
        .pagination-type-numbered a {
            display: inline-block;
            background: #4082c6;
            border: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 900;
            line-height: 40px;
            text-transform: uppercase;
            padding: 0 20px;
        }
        .pagination-load-more.inactive a,
        .pagination-type-numbered .inactive a {
            background-color: #e4e4e4;
            color: #979797;
        }
            .pagination-load-more .fa {
                margin-right: 10px;
            }
/*--------------------------------------------------------------
    ## Blog Post - Single
--------------------------------------------------------------*/
    /* thumbnail */
    .blog-post-single-thumb {
        margin-bottom: 30px;
        position:relative;
    }
        .blog-post-single-thumb img {
            display: block;
            background-color: #ffffff;
            border: 1px solid #e8e8e8;
            padding: 4px;
        }
    /* main */
    .blog-post-single-main,
    .page-single-main {

    }
        .blog-post-single-title,
        .page-title {
            font-size: 34px;
            font-weight: 400;
            line-height: 1.2;
            color: #222;
            letter-spacing: -1px;
            margin-bottom: 15px;
        }
        .search .page-title,
        .archive .page-title {
            margin-bottom: 50px;
        }
        .blog-post-single-title:after,
        .page-title:after,
        .blog-post-single-content h2:after,
        .blog-post-single-content h3:after,
        .blog-post-single-content h4:after,
        .blog-post-single-content h5:after {
            content: " ";
            display: block;
            height: 3px;
            width: 90px;
            background: rgba( 0, 0, 0, 0.1 );
            margin-top: 10px;
        }
        .blog-post-single-meta {
            position: relative;
            border: 1px solid #eee;
            border-width: 0 0 1px 0;
            padding: 10px 0;
            margin-bottom: 30px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
        }
        .page-single-title {
            margin-bottom: 30px;
        }
        .blog-post-single-meta-bottom {
            font-size: 12px;
            line-height: 1;
            color: #9fa6a7;
            padding-bottom: 20px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 26px;
        }
        /* tags */
        .blog-post-single-tags {
            margin-top: 25px;
            font-size: 12px;
            text-transform:uppercase;
            font-weight: bold;

        }
            .blog-post-single-tags a {font-weight:normal;
            }
        /* pagination */
        .single-pagination {
            position: relative;
            margin-top: 40px;
        }
            .single-pagination-links > a {
                display: inline-block;
                padding: 10px;
                background: #4082c6;
                color: #fff;
                line-height: 1;
                font-weight: bold;
                position: relative;
            }
            .single-pagination-link-prev {
                float: left;
            }
            .single-pagination-link-next {
                float: right;
            }
            .single-pagination-info {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                text-align: center;
                line-height: 36px;
            }
/* Blog Post Prev/Next Pagination */
.blog-post-single-nav {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-top:20px;
    border-top: 1px solid #eee;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
    .blog-post-single-nav-button {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #4082c6;
        line-height: 40px;
        padding: 0 15px;
        margin-bottom: 15px;
        border-radius: 2px;
    }
    .blog-post-single-nav-next .blog-post-single-nav-button {
        float: right;
    }
        .blog-post-single-nav-button .fa {
            margin-right: 10px;
        }
        .blog-post-single-nav-next .fa {
            margin-right: 0;
            margin-left: 10px;
        }
    .blog-post-single-nav .post-s2 {
        margin-bottom: 0;
    }
    .blog-post-single-nav .post-s3-thumb {
        clear: both;
    }
    .cat-description {margin-top: -40px; margin-bottom:40px;padding-bottom:25px;border-bottom: 1px solid #ddd;}
/*--------------------------------------------------------------
    ## Social Links
--------------------------------------------------------------*/
body a.social-link-twitter .fa {
    background: #1da1f2;
    color: #fff;
}
body a.social-link-facebook .fa {
    background: #3b5998;
    color: #fff;
}
body a.social-link-youtube .fa {
    background: #cd201f;
    color: #fff;
}
body a.social-link-vimeo .fa {
    background: #1ab7ea;
    color: #fff;
}
body a.social-link-tumblr .fa {
    background: #35465c;
    color: #fff;
}
body a.social-link-pinterest .fa {
    background: #bd081c;
    color: #fff;
}
body a.social-link-linkedin .fa {
    background: #0077b5;
    color: #fff;
}
body a.social-link-instagram .fa {
    background: #004879;
    color: #fff;
}
body a.social-link-github .fa {
    background: #4183c4;
    color: #fff;
}
body a.social-link-google-plus .fa {
    background: #dc4e41;
    color: #fff;
}
body a.social-link-dribbble .fa {
    background: #ea4c89;
    color: #fff;
}
body a.social-link-dropbox .fa {
    background: #007ee5;
    color: #fff;
}
body a.social-link-flickr .fa {
    background: #0063dc;
    color: #fff;
}
body a.social-link-foursquare .fa {
    background: #f94877;
    color: #fff;
}
body a.social-link-behance .fa {
    background: #1769ff;
    color: #fff;
}
body a.social-link-vine .fa {
    background: #00b488;
    color: #fff;
}
body a.social-link-rss .fa {
    background: #f26522;
    color: #fff;
}
body a.social-link-email .fa {
    background: #ef7583;
    color: #fff;
}
/*--------------------------------------------------------------
    ## Comments
--------------------------------------------------------------*/
.comments-area {
    margin-top: 50px;
}
.comments-section-heading {
    margin-bottom: 20px;
}
    .comments-section-heading-title {
        font-size: 25px;
        float: left;
        margin: 0;
    }
    .comments-section-heading-title:after {
        content: " ";
        display: block;
        height: 3px;
        width: 90px;
        background: rgba( 0, 0, 0, 0.1 );
        margin-top: 10px;
    }
.comments-area ul,
.comments-area ol,
.comments-area li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.comment {
}
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
    margin-bottom: 10px;
    font-size: 13px;
    background: #fff;
    padding: 10px;
}
    .comment-inner {
        background: #fff;
        padding: 35px;
        border: 1px solid #eee;
        margin-bottom: 25px;
    }
        .comment-author-avatar {
            float: left;
            margin-right: 15px;
            width: 40px;
        }
            .comment-author-avatar img {
                border-radius: 50%;
                display: block;
            }
        .comment-info {
            margin-bottom: 20px;
        }
            .comment-meta {
                float: left;
                margin-top: 5px !important
            }
                .comment-meta-author {
                    display: block;
                    color: #4082c6;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 1;
                    margin-bottom: 4px !important;
                }
                .comment-meta-date {
                    display: block;
                    font-size: 12px;
                    line-height: 1;
                }
            .comment-reply {
                float: right;
            }
                .comment-edit-link {
                    margin-right: 15px;
                }
                .comment-reply a {
                    line-height: 40px;
                    display: inline-block;
                    font-size: 12px;
                    font-weight: normal;
                    text-transform: uppercase;
                }
        .comment-main {

        }
    .comment .children {
        margin-left: 80px;
    }
    .comments-no-comments {
        margin-bottom: 20px;
    }
.comment-respond {
    background: #fff;
    padding: 35px;
    border: 1px solid #eee;
}
.comment-list .comment-respond {
    margin-bottom: 25px;
}
    .comment-reply-title {
        margin: 0;
        padding: 0;
        color: #232323;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .comment-reply-title:after {
        content: " ";
        display: block;
        height: 3px;
        width: 90px;
        background: rgba( 0, 0, 0, 0.1 );
        margin-top: 10px;
    }
    .comment-respond .logged-in-as,
    .comment-notes {
        font-size: 14px;
    }
        .comment-form-comment {
            font-size: 0;
            line-height: 0;
            margin: 0;
        }
        .comment-form-name,
        .comment-form-email,
        .comment-form-website {
            margin-top: 20px;
            font-size: 0;
            line-height: 0;
        }
            .comment-respond input[type="text"],
            .comment-respond textarea {
                background: #fff;
                border: 1px solid #eee;
            }
            .comment-respond textarea {
                height: 140px;
            }
        .comment-respond .form-submit {
            clear: both;
            padding-top: 20px;
            margin-bottom: 0;
        }
/*--------------------------------------------------------------
    ## Sidebar
--------------------------------------------------------------*/
#sidebar {
    position: relative;
    word-break: break-word;
}
#sidebar.with-border {
    padding-left: 30px;
    border-left: 1px #eee solid;
}

    #sidebar .widget {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #eee;
    }
    #sidebar .widget:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
        #sidebar .widget-title {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
        }
        .page-template-template-left-sidebar #sidebar.with-border {padding-right: 15px;border-right: 1px #eee solid;border-left:0px;padding-left:0px;}
        .page-template-template-member-left #sidebar.with-border {padding-right: 15px;border-right: 1px #eee solid;border-left:0px;padding-left:0px;}
/*--------------------------------------------------------------
    ## Template - Plain White
--------------------------------------------------------------*/
body.page-template-template-plain-white-php {background: #fff;}
body.page-template-template-plain-white-php #page-inner {
    border: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
}
/*--------------------------------------------------------------
    ## Grid Filters
--------------------------------------------------------------*/
.domainer-posts-filters {    
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.domainer-posts-filters-left {
    float: left;
}

.domainer-posts-filters-right {
    float: right; 
    display: flex;
    flex-wrap: wrap;
}

    .domainer-posts-filters-right > * {
        margin-left: 10px;    
    }

.domainer-posts-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.domainer-posts-filters ul.domainer-posts-sorting-order {
    margin-left: 10px;
}

.domainer-posts-filters li {
    display: inline-block;
    padding: 10px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e4e5e7;
    margin: 0 10px 5px 0;
	border-radius: 5px;
}

.domainer-posts-filter[data-active="1"]{
    color: #ffffff;
}

.domainer-posts-sorting[data-active="0"],
.domainer-posts-template[data-active="0"] {
    display: none;
}

.domainer-posts-sorting-orderby-wrap,
.domainer-posts-sorting-order,
.domainer-grid-with-filters,
.domainer-posts-search {
    position: relative;
}

.domainer-posts-sorting-orderby-wrap {
    height: 41px;
    margin-left: 0;
}

.domainer-posts-sorting-orderby {
    position: relative;
    z-index: 5;
}

.domainer-posts-sorting-orderby li {
    margin: 0;
    background: #fff;
}

.domainer-posts-sorting-orderby:hover .domainer-posts-sorting[data-active="0"] {
    display: inline-block;
}

.domainer-posts-sorting-orderby:hover li:not(:last-child) {
    border-bottom: none;
}

.domainer-posts-search {
    margin: 0 10px 5px 0;
}

.domainer-posts-search .search-icon.active {
    border: none;
}

.domainer-posts-search .search-icon.active::after {
    display: none;
}

.domainer-posts-search .search-icon.active {
    transform: rotate(-45deg);
}

#domainer-posts-search {
    padding-top: 10px;
    padding-bottom: 10px;
}

.domainer-grid-with-filters-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    z-index: 0;
    transition: opacity 0s linear;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.domainer-grid-with-filters-overlay.active {
    opacity: .5;
    z-index: 1;
    transition: opacity 1s linear;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

/*--------------------------------------------------------------
    ## Grid MetaDomainer Table
--------------------------------------------------------------*/
.meta-domainer-portfolio-row {
    font-size: 14px;
    border: 1px solid #f4f4f4;
    line-height: normal;
    vertical-align:middle;
    display: flex;
    align-items: stretch;
}

.meta-domainer-portfolio-row.masonry-item {
    padding: 0;
}

.meta-domainer-table-legend {
    display: none;
    background: #4082c6;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: inherit;
    line-height: 1;
}

.domainer-grid-table .meta-domainer-table-legend {
    display: flex;
}

.meta-domainer-table-legend.meta-domainer-table-legend.meta-domainer-portfolio-row > div {
    border: none;
}

.blog-posts-listing-inner .meta-domainer-portfolio-row {
    border-top: none;
}

.meta-domainer-portfolio-row > div {
    display: flex;
    align-items: center;
    padding: 10px;
}

.meta-domainer-portfolio-row > div:not(:last-child) {
    border-right: 1px solid #f4f4f4;
}

.meta-domainer-portfolio-row .make-offer {
    border: 1px #201c29 solid;
    color: #212529;
    background-color: #f8f9fa;
}

.meta-domainer-portfolio-row .make-offer:hover {
    background-color: #f1f3f6;
}

.meta-domainer-portfolio-row .buy-now {
    border: 1px #201c29 solid;
    background: #28a745;
    color: #ffffff;
}

.meta-domainer-portfolio-row .buy-now:hover {
    background-color: #218838;
    color:#ffffff;
}

.blog-posts-listing-inner .meta-domainer-portfolio-row:nth-child(even) {
    background-color: #f9f9f9;
}

.meta-domainer-portfolio-td-title,
.meta-domainer-portfolio-td-buttons {
    white-space: nowrap;
}

.meta-domainer-portfolio-td-title {
    width: 20%;
}

.meta-domainer-portfolio-td-excerpt {
    width: 50%;
}

.meta-domainer-portfolio-td-price {
    width: 10%;
}

.meta-domainer-portfolio-td-buttons {
    width: 20%;
}

.meta-domainer-portfolio-item-button {
    display: inline-block;
    border-radius: 2px;
    padding: 6px 10px;
	margin-right: 5px;
}

@media only screen and (max-width: 1280px) {
    .meta-domainer-portfolio-td-title {
        width: 30%;
    }

    .meta-domainer-portfolio-td-excerpt {
        width: 40%;
    }

    .meta-domainer-portfolio-td-price {
        width: 10%;
    }

    .meta-domainer-portfolio-td-buttons {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .meta-domainer-portfolio-td-title {
        width: 50%;
    }

    .meta-domainer-portfolio-td-excerpt.meta-domainer-portfolio-td-excerpt {
        display: none;
    }

    .meta-domainer-portfolio-td-price {
        width: 20%;
    }

    .meta-domainer-portfolio-td-buttons {
        width: 30%;
    }
}

@media only screen and (max-width: 479px) {
    .meta-domainer-portfolio-td-title {
        width: 80%;
    }

    .meta-domainer-portfolio-td-buttons.meta-domainer-portfolio-td-buttons {
        display: none;
    }

    .meta-domainer-portfolio-td-price {
        width: 20%;
    }

}

/*--------------------------------------------------------------
    # Widgets
--------------------------------------------------------------*/
.widget {
}
#masthead-widgets .widget {	}
    .body-logo-position-center #masthead-widgets .widget,
    .body-nav-position-nav_aside #masthead-widgets .widget {
        display: block;
        float: none;
        vertical-align: top;
        margin-top:100px;
    }
        #masthead-widgets .widget-title {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
            color: #fff;
        }
/*--------------------------------------------------------------
    ## Widget - Search
--------------------------------------------------------------*/
.widget_search .search-form {
    position: relative;
}
.widget_search input[type="search"] {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}
.widget_search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #4082c6;
}
.widget_search input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}
.widget_search .search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
/*--------------------------------------------------------------
    ## Widget - Instagram
--------------------------------------------------------------*/
.instagram-widget-images {
    overflow: hidden;
}
    .instagram-widget-image {
        float: left;
        width: 25%;
    }
        .instagram-widget-image img {
            display: block;
        }
/*--------------------------------------------------------------
    ## Widget - Social
--------------------------------------------------------------*/
.social-widget {max-width: 230px;}
    .social-widget a {
        display: block;
        font-size: 12px;
        color: #222 !important;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 40px;
        margin-top: 15px;
        background: #f8f8f8;
    }
    .social-widget a:first-child {
        margin-top: 0;
    }
        .social-widget .fa {
            display: inline-block;
            width: 40px;
            line-height: 40px;
            background: rgba( 0, 0, 0, 0.05 );
            text-align: center;
            margin-right: 15px;
        }
/*--------------------------------------------------------------
    ## Widget - Posts
--------------------------------------------------------------*/
.posts-list-widget {
}
    .posts-list-widget .post-s2:last-child {
        margin-bottom: 0;
    }
    .posts-list-widget .post-s2-excerpt,
    .posts-list-widget .post-s2-read-more {
        display: none;
    }
/*--------------------------------------------------------------
    ## Widget - Tag Cloud
--------------------------------------------------------------*/
.widget .tagcloud {
    font-size: 0;
    line-height: 0;
}
    .widget .tagcloud a {
        display: inline-block;
        line-height: 32px;
        padding: 0 14px;
        background: #4082c6;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: normal !important;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 3px;
    }
/*--------------------------------------------------------------
    ## Widget - Top and Bottom Banner Widgets
--------------------------------------------------------------*/
#top-banner {border-bottom: 0px #f4f4f4 solid; margin-bottom: 1em; margin-top:-3.2em; }
#bottom-banner {border-top: 1px #f4f4f4 solid;margin-top: 1em;}
.top-banner-widget-title {}
.bottom-banner-widget-title {}
/*--------------------------------------------------------------
    # Footer
--------------------------------------------------------------*/
#footer {
}
/*--------------------------------------------------------------
    ## Footer Widgets
--------------------------------------------------------------*/
#footer-widgets {
    background: #fff;
    padding: 50px 0;
    color: rgba( 255, 255, 255, 0.6 );
	border-top: 1px solid #d9e4fc;
}
#footer-widgets .wrapper {

}
    #footer-widgets .widget {
        margin-top: 35px;
    }
    #footer-widgets .widget.col-4:nth-child(3n) {
        margin-right: 0;
    }
    #footer-widgets .widget.col-4:nth-child(-n+3) {
        margin-top: 0;
    }
    #footer-widgets .widget.col-3:nth-child(4n) {
        margin-right: 0;
    }
    #footer-widgets .widget.col-3:nth-child(-n+4) {
        margin-top: 0;
    }
        #footer-widgets .widget-title {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
            color: #fff;
        }
        #footer-widgets .widget-title:after {
            content: " ";
            display: block;
            height: 2px;
            width: 90px;
            background: #4082c6;
            margin-top: 10px;
        }
/*--------------------------------------------------------------
    ## Footer Bottom
--------------------------------------------------------------*/
#footer-bottom {padding: 30px 0;}
    /**
     * Footer Copyright
     */
    #footer-copyright {
        float: left;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
    }
    .body-footer-bottom-layout-centered #footer-copyright {
        float: none;
        text-align: center;
    }
        #footer-copyright a {
            font-weight: 500;
        }
    /**
     * Footer Navigation
     */
    #footer-navigation {
        float: right;
        font-size: 0;
        line-height: 1;
    }
    .body-footer-bottom-layout-centered #footer-navigation {
        float: none;
        text-align: center;
        margin-top: 25px;
    }
        #footer-navigation ul,
        #footer-navigation li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            /* Top level item */
            #footer-navigation .menu > li {
                display: inline-block;
                position: relative;
                z-index: 99998;
                margin-left: 25px;
            }
                /* Top level item anchor */
                #footer-navigation .menu > li > a {
                    display: inline-block;
                    text-decoration: none;
                    vertical-align: middle;
                    color: rgba( 0, 0, 0, 0.8 );
                    font-size: 12px;
                    font-weight: normal;
                    line-height: inherit;
                    text-transform: Capitalize;
                }
                /* Top level item anchor hover */
                #footer-navigation .menu > li > a:hover {
                    color: #000;
                }
                /* Top level item anchor current */
                #footer-navigation .menu > li.current-menu-item > a,
                #footer-navigation .menu > li.current-menu-ancestor > a {
                    color: #000;
                }
        /* Submenu */
        #footer-navigation .menu ul {
            display: none;
        }
        /* Stick Footer */
        .site-content {min-height: calc(100vh - 194px);}
/*--------------------------------------------------------------
    ## Scroll to top
--------------------------------------------------------------*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #292c33;
    color: #fff;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}
/*--------------------------------------------------------------
    ## Contact Form 7
--------------------------------------------------------------*/
body .wpcf7 {
    padding: 40px;
    border: 1px solid #eee;
}
.wpcf7 label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
body input[type="text"],
body input[type="email"],
textarea {
}
/*--------------------------------------------------------------
    ## Woocommerce
--------------------------------------------------------------*/
.woocommerce .quantity .qty {line-height: 2;}
.woocommerce div.product form.cart .variations select {height:30px;}
.woocommerce .woocommerce-ordering select {height: 30px;}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {line-height: 1.5;}
.select2-container .select2-selection--single {height:38px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:38px;}
.woocommerce-Address {width:100%;}
.woocommerce-checkout #payment {background: #f7f6f7;border-radius: 5px;border: 3px #1e85be solid;}
/*--------------------------------------------------------------
## BBPress
--------------------------------------------------------------*/
#bbpress-forums .bbp-forums-list li {font-size: 14px;}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {font-size: 16px;}
#bbpress-forums div.bbp-search-form {padding-bottom: 20px;}
#bbpress-forums p.bbp-topic-meta img.avatar {float: none;margin-bottom: 0;vertical-align: middle;border: 0px solid #ddd;display: inline-block;}
#bbpress-forums .subscription-toggle {float:right;}
#bbpress-forums .bbp-forums-list li {display: block !important;}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {font-size: 13px;}
#bbpress-forums .bbp-breadcrumb, .bbp-topic-tags {font-size: 18px;}
#bbpress-forums .button.submit {color:#fff;}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {font-family: inherit;font-weight: inherit;font-size: 16px;}
/*--------------------------------------------------------------
    ## Socrates Toolkit - Saves extra CSS file
--------------------------------------------------------------*/
/***** Buttons CSS *****/
.soc_button.soc_yellow, .soc_button.soc_yellow:visited {background-color: #ffda67 !important;border: 1px solid #e4bb3a !important;color: #FFF !important;}
.soc_button.soc_yellow:hover {background-color: #e4bb3a  !important;}
.soc_button.soc_black, .soc_button.soc_black:visited {background: #252525 !important;border: 1px solid #000!important;color: #FFF !important;}
.soc_button.soc_black:hover {background: #0a0a0a !important;}
.soc_button.soc_blue, .soc_button.soc_blue:visited {background: #428bca !important;border: 1px solid #2e6da4 !important;color: #FFF !important;}
.soc_button.soc_blue:hover {background: #45749b !important;}
.soc_button.soc_ghost, .soc_button.soc_ghost:visited {background: #fff !important;border: 2px solid #444 !important;color: #000 !important;}
.soc_button.soc_ghost:hover {background: #f4f4f4 !important;color: #000 !important;border: 2px solid #444 !important;}
.soc_button.soc_green, .soc_button.soc_green:visited {background: #449d44 !important;border: 1px solid #398439 !important;color: #FFF !important;}
.soc_button.soc_green:hover {background: #2f8a2f !important;border: 1px solid #4cae4c !important;}
.soc_button.soc_navy, .soc_button.soc_navy:visited {background: #2d5d8a !important;color: #FFF !important;}
.soc_button.soc_navy:hover {background: #28436b !important;}
.soc_button.soc_orange, .soc_button.soc_orange:visited {background-color: #f39c3e !important;border: 1px solid #e48e13 !important;color: #FFF !important;}
.soc_button.soc_orange:hover {background-color: #ec971f !important;}
.soc_button.soc_red, .soc_button.soc_red:visited {background-color: #c9302c !important;border: 1px solid #ac2925 !important;color: #FFF !important;}
.soc_button.soc_red:hover {background-color: #9b1b1b !important;}
.soc_button.soc_normal {padding: 8px 14px;font-size: inherit!important;}
.soc_button.soc_medium {padding: 10px 18px;font-size: 1.1em !important;}
.soc_button.soc_large {padding: 12px 20px;font-size: 1.25em  !important;}
.soc_button.soc_huge {padding: 14px 24px;font-size: 1.5em !important;}
.soc_button, .soc_button:visited {background-color: #1e73be !important;color: #fff  !important;display: inline-block  !important;margin-bottom:20px  !important;border-radius: 3px  !important;border-bottom: none  !important;cursor: pointer !important;text-decoration: none  !important;line-height: normal !important;}
.soc_button:hover, .soc_button:focus {background-color: #847f67  !important;color: #fff  !important;}
/*** Panels ***/
.soc_panel {margin: 15px 0 25px;overflow: hidden;padding: 20px;border-radius: 2px;}
.soc_panel_blue {background-color: #d8ecf7;    border: 1px solid #afcde3;}
.soc_panel_gray {background-color: #e2e2e2;border: 1px solid #bdbdbd;}
.soc_panel_green {background-color: #d9edc2;border: 1px solid #b2ce96;}
.soc_panel_red {background-color: #f9dbdb;border: 1px solid #e9b3b3;}
.soc_panel_yellow {background-color: #fef5c4;border: 1px solid #fadf98;}
.soc_panel_orange {background-color: #f39c3e;border: 1px solid #f89a35;}
.soc_panel_white {background-color: #fff;border: 2px solid #f4f4f4;}
/*** Columns ***/
.soc_one_half {width: 48.5%;}
.soc_one_third {width: 31.66%;}
.soc_two_third {width: 65.332%;}
.soc_one_fourth {width: 22.75%;}
.soc_three_fourth {width: 74.25%;}
.soc_one_fifth {width: 17.6%;}
.soc_one_half, .soc_one_third, .soc_two_third, .soc_three_fourth, .soc_one_fourth, .soc_one_fifth, .soc_one_sixth {height: auto !important;min-height: 1px;margin-right: 3%;float: left;position: relative;}
.soc_last {margin-right: 0 !important;clear: right;}
.soc_one_third.soc_last {width: 30.668%;}
.soc_line {height: 1px;clear: both;overflow: hidden;background-color: #ebebeb;margin:22px 0 33px !important;}
.soc_clearboth {width: 100%;height: 0;line-height: 0;display: block;clear: both;overflow: hidden;font-size: 0;}
/*** CSS for custom Post Ads ***/
.soc_custom_post_ad {margin-top: 10px;margin-bottom: 20px;}
.soc_custom_post_ad.soc_left {float: left;margin-right: 20px;text-align: left;}
.soc_custom_post_ad.soc_right {float: right;margin-left: 20px;text-align: right;}
ins.adsbygoogle {background: transparent;text-decoration: none;}
/***** Buttons CSS *****/
.soc_button_center {text-align: center;}
.soc_button_right {float: right;}
/*** Font Awesome ***/
.fa-left {float: left;margin-right: 15px;}
.fa-right {float: right;margin-left: 15px;}
.fa-6x {font-size: 6em;}
.fa-7x {font-size: 7em;}
.fa-8x {font-size: 8em;}
.fa-center {display:block;text-align:center;}
/* Full Section */
.soc-full-section {background-size: cover;}
.soc-full-section.soc-parallax {background-attachment: fixed;background-position: center;background-repeat: no-repeat;}
/* Testimonial */
.soc-testimonial {border: 1px solid rgba( 0, 0, 0, 0.1 );padding: 20px;overflow: hidden;margin-bottom: 30px;background:#fff;}
.soc-testimonial-image {display: block;float: left;margin-right: 20px;}
.soc-circle-img {border-radius:50%;}
.soc-testimonial-main {overflow: hidden;}
.soc-testimonial-content {margin-bottom: 10px;}
.soc-testimonial-name {color: inherit;font-weight: 600;}
.soc-testimonial-stars {margin-top: 0px; }
.soc-testimonial-stars span {color: #CFB53B; margin-right: 2px; font-size: 1.2em }
.soc-testimonial-tail {padding-top:4px;position:relative;margin-bottom:40px;max-width:500px}
.soc-testimonial-tail .text{margin-bottom:16px;padding:15px 17px 16px;position:relative;background-color:#fff;border:1px solid #e0e0e0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.soc-testimonial-tail .text p{padding-bottom:0;font-size:inherit;font-style:italic;font-weight:400}
.soc-testimonial-tail .text .tail{width:18px;height:11px;position:absolute;left:23px;bottom:-11px;background:url(images/tail.png) no-repeat}
.soc-testimonial-tail .author{padding-left:18px}
.soc-testimonial-tail .author p{padding-bottom:0;font-size:inherit;font-weight:600}
.soc-testimonial-tail .author p a{font-size:inherit;font-weight:600}
.soc-testimonial-tail .author p a:hover{text-decoration:none}
.soc-testimonial-tail .author .position{font-weight:400}
/* Hero Banner */
.soc-hero-banner { background-size: cover; padding: 25px;}
.soc-hero-banner.soc-parallax { background-attachment: fixed; background-position: center; background-repeat: no-repeat; }
.soc-hero-banner-inside {margin: 0;padding: 0;color: #fff;}
.soc-headline { display:block; font-weight: 700;font-family: inherit;letter-spacing: -0.01em;text-shadow: 0 1px 5px rgba(0,0,0,0.75);}
.soc-headline::after { display: none !important; }
/* Tabs */
.soc-tabs{margin-bottom:30px}
.soc-tabs-nav{margin-bottom:15px; line-height:40px;}
.soc-tabs-nav-item{display:inline-block;border:1px solid #ddd;line-height:1;padding:7px;margin-right:7px}
.soc-tabs-nav-item.active{background:#4082c6;border-color:#4082c6;color:#fff}
.soc-tabs-content{border:1px solid #ddd;padding:20px}
.soc-tabs-content-item{display:none;position:relative}
.soc-tabs-content-item.active{display:block}
.soc-tabs-content-item-title{display:none}
/* Toggles */
.soc-toggles{margin-bottom:30px}
.soc-toggle{margin-bottom:15px}
.soc-toggle-title{border:1px solid #ddd;line-height:1;padding:7px;cursor:pointer;position:relative}
.soc-toggle.active .soc-toggle-title{background:#4082c6;border-color:#4082c6;color:#fff}
.soc-toggle-indicator{display:block;position:absolute;right:7px;line-height:32px;top:0;font-size:18px}
.soc-toggle-indicator:after{content:"+"}.soc-toggle.active .soc-toggle-indicator:after{content:"-"}
.soc-toggle-main{display:none;border:1px solid #ddd;padding:20px;border-top:0}
.soc-toggle.active .soc-toggle-main{display:block}
/* Sections Template P tag fix */
.page-template-template-sections-php p:empty {display: none;}
/* Timer */
.soc-timer { visibility: hidden; margin-bottom: 25px; }
/* Posts */
.soc-post {margin-bottom:50px;overflow:hidden;}
.soc-post-title{font-size:20px;margin-bottom:5px;}
.soc-post-title a{color:inherit}
.soc-post-meta{	font-size: 12px;font-weight: 600;text-transform: uppercase;margin-bottom: 5px;line-height:1.3;}
.soc-post-main .post-meta-comments {display:none;}
.soc-post-main {overflow:hidden;}
.soc-post-excerpt {font-size:80%}
.soc-post-thumb{margin-bottom:20px;background-color: #ffffff;border: 1px solid #e8e8e8;padding:4px;}
.soc-post-thumb a,.soc-post-thumb img{display:block}
.soc-posts-style-1 {clear:both;}
.soc-posts-style-1 .soc-post-thumb {margin-top:5px;margin-bottom:0;margin-right:20px;float:left;max-width:240px;padding: 4px;position: relative;background-color: #ffffff;border: 1px solid #e8e8e8;}
.blog-post-single-content h3:after {height:0px;margin-top:5px;}
/* Info box */
.soc-info-box { border: 1px solid rgba( 0, 0, 0, 0.1 ); padding: 10px; margin-bottom: 15px;}
.soc-info-box-style-2 { border: none; background: rgba( 0, 0, 0, 0.05 ); }
.soc-info-box-image { margin-bottom: 15px; }
.soc-info-box-image img { display: block;}
.soc-info-box-icon { margin-bottom: 15px; text-align: center; font-size: 30px; line-height: 1; color: #4082c6; }
.soc-info-box-content { margin-bottom: 15px; text-align: center; }
.soc-info-box-button { text-align: center;}
.soc-info-box-button a { display: inline-block; line-height: 45px; color: #fff; background: #4082c6; text-transform: uppercase; padding: 0 22px; line-height: 35px; font-size: 80%; font-weight: bold;border-radius: 2px; }
/* Progress bar */
.soc-progress-bar-wrap { margin-bottom: 25px; }
.soc-progress-bar-header { margin-bottom: 5px; }
.soc-progress-bar-title { font-weight: 500; }
.soc-progress-bar { position: relative; height: 30px; background: rgba( 0, 0, 0, 0.05 ); }
.soc-progress-bar-inner { padding-right: 15px; text-align: right; color: #fff; font-size: 80%; line-height: 30px; position: absolute; top: 0; bottom: 0; left: 0; width: 0%; background: #4082c6; transition: width 1s; }
/* Counter */
.soc-counter { margin-bottom: 25px; }
.soc-counter-align-left { text-align: left; }
.soc-counter-align-right { text-align: right; }
.soc-counter-align-center { text-align: center; }
.soc-counter-icon { display: inline-block; margin-right: 20px; font-size: 40px; line-height: 1; vertical-align: middle; color: #4082c6; }
.soc-counter-main { display: inline-block; vertical-align: middle; text-align: left; }
.soc-counter-number { font-size: 40px; line-height: 1; }
/* Social */
.soc-social { margin-bottom: 25px; }
.soc-social-align-left { text-align: left; }
.soc-social-align-right { text-align: right; }
.soc-social-align-center { text-align: center; }
.soc-social a { text-decoration: none; line-height: 40px; width: 40px; display: inline-block; background: #4082c6; color: #fff; border-radius: 50%; text-align: center; margin-right: 5px; border: none !important; }
.soc-social a:hover { background: #4082c6; color: #fff; }
/* Timeline */
.soc-timeline { padding-left: 20px; margin-left: 5px; border-left: 1px solid rgba( 0, 0, 0, 0.1 ); margin-bottom: 25px; }
.soc-timeline-item:before { content: " "; position: absolute; left: -27px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: #4082c6; border: 3px solid #acccee; }
.soc-timeline-item { position: relative; margin-top: 40px; }
.soc-timeline-item:first-child { margin-top: 0; }
.soc-timeline-date { display: block; line-height: 1; font-size: 80%; text-transform: uppercase; margin-bottom: 20px; }
.soc-timeline-title { margin: 0 !important; padding: 0 !important; margin-bottom: 20px !important; }
/* Accordion Menu */
.soc-accordion-menu { border: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-menu ul { list-style-type: none; list-style-position: inside; margin: 0; padding: 0; }
.soc-accordion-menu li { position: relative; }
.soc-accordion-menu a { display: block; padding: 15px; line-height: 1; position: relative; transition: padding .5s; }
.soc-accordion-menu .soc-accordion-menu-current > a { background: #4082c6; color: #fff; }
.soc-accordion-menu ul .soc-accordion-menu-active ul a { padding-left: 30px; }
.soc-accordion-menu ul ul .soc-accordion-menu-active ul a { padding-left: 45px; }
.soc-accordion-menu ul ul ul .soc-accordion-menu-active ul a { padding-left: 60px; }
.soc-accordion-menu ul {}
.soc-accordion-menu ul.menu > li { border-bottom: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-menu ul ul { visibility: hidden; height: 0; }
.soc-accordion-menu li.soc-accordion-menu-active > ul { visibility: visible; height: auto; }
.soc-accordion-menu ul ul li { border-top: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-toggle { position: absolute; right: 20px; top: 50%; margin-top: -8px; line-height: 1; transition: transform .5s; }
.soc-accordion-menu-active > a .soc-accordion-toggle { transform: rotate(90deg); }
/* Login form */
.soc-login-form .input {width: 350px; max-width: 100%;font-size:inherit;}
.soc-login-form-error { margin-bottom: 20px; color: red; }
.soc-login-form label { display: block; }
.soc-login-form input[type=checkbox]  {height: 15px;width: 15px;margin-right:10px;}
.soc-login-form input[type=submit]  {font-size:inherit;}
/* Register form */
.soc-register-form input {width: 350px; max-width: 100%;font-size:inherit;}
.soc-register-form-error { margin-bottom: 20px; color: red; }
.soc-register-form label { display: block; }
.soc-register-form input[type=checkbox] {height: 15px;width: 15px;margin-right:10px;}
.soc-register-form input[type=submit]  {font-size:inherit;}
.soc_password_notice  {font-size:70%;margin-top:-20px;}
/* Align */
.soc-align-left { text-align: left; }
.soc-align-center { text-align: center; }
.soc-align-right { text-align: right; }
.soc-align .wp-video { display: inline-block; }
.soc-align-inner { display: inline-block; }
.soc-align-display-block { display: block; }
/* Search form */
.soc-big-search { position: relative; max-width: 600px; margin: 0 auto; }
.soc-big-search input[type="text"] { font-size: 16px; width: 100%; line-height: 1; padding: 11px; }
.soc-big-search .search-submit { position: absolute; top: 0; right: 0; bottom: 0; }
.soc-big-search .search-submit .fa { color: #fff; font-size: 24px; }
/* Mobile */
@media only screen and ( min-width: 768px ) and ( max-width: 1023px )  {
    .soc-posts-style-1 .soc-post-thumb {margin-bottom:20px;max-width: 20%;}
    }
@media (max-width: 767px) {
    .soc_one_half.soc_last, .soc_one_third.soc_last, .soc_two_third.soc_last, .soc_three_fourth.soc_last, .soc_one_fourth.soc_last, .soc_one_fifth.soc_last, .soc_one_sixth.soc_last {margin-bottom: 0;}
    .soc-posts-style-1 .soc-post-thumb {margin-bottom:20px;float: none;max-width: none;}
    .soc_one_half, .soc_one_third, .soc_two_third, .soc_three_fourth, .soc_one_fourth, .soc_one_fifth, .soc_one_sixth {width: auto !important; margin-right: 0;margin-bottom: 15px;float: none;}
}
@media (max-width: 467px) {
.soc-testimonial-main {overflow: visible;}
}
/*--------------------------------------------------------------
    # Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    ## Medium Monitors
--------------------------------------------------------------*/
@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {
    /* post s3 */
    body .post-s3-main {
        padding: 20px;
    }
}
/*--------------------------------------------------------------
    ## Normal Monitors
--------------------------------------------------------------*/
@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {
	
	body .wrapper,
	body.body-general-layout-wrapped #page-inner {max-width: 1240px;}
	/* post s3 */
	body .post-s3-main {padding: 20px;}
	body .post-s3-cats {display: none;}
}
/*--------------------------------------------------------------
    ## Smaller Monitors
--------------------------------------------------------------*/
@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {
    body .wrapper,
    body.body-general-layout-wrapped #page-inner {
        max-width: 940px;
    }
    /* post s1 */
    body .post-s1-thumb {
        width: 200px;
    }
    body .blog-posts-listing-layout-thumb_above .post-s1-thumb {
        width: 100%;
    }
    /* post s3 */
    body .post-s3-main {
        padding: 15px;
    }
    body .post-s3-cats {
        display: none;
    }
    body .post-s3-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    body .post-s3-excerpt {
        display: none;
    }
}
/*--------------------------------------------------------------
    ## Tablets
--------------------------------------------------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
    #page {
        left: 0;
        transition: left .3s;
    }
    body .wrapper,
    body.body-general-layout-wrapped #page-inner {
        max-width: 748px;
    }
    /* header */
    body #top-bar-navigation.hide-on-mobile {
        display: none;
    }
    body #navigation-inner,
    body #navigation-aside-inner {
        display: none !important;
    }
    body #mobile-navigation,
    body #mobile-navigation-menu {
        display: block;
    }
    .header-mobile-nav-hook {margin-left: -10px;}
    #header-search {margin-right: -30px;}
    /* post s1 */
    body .post-s1-thumb {
        width: 100px;
    }
    body .blog-posts-listing-layout-thumb_above .post-s1-thumb {
        width: 100%;
    }
    body .post-s1-title {
        font-size: 22px;
    }
    /* post s3 */
    body .post-s3-main {
        padding: 15px;
    }
    body .post-s3-cats {
        display: none;
    }
    body .post-s3-title {
        font-size: 20px;
        margin-bottom: 0;
    }
    body .post-s3-title:after {
        display: none;
    }
    body .post-s3-excerpt {
        display: none;
    }
    body .post-s3-meta {
        display: none;
    }
    /* post s4 */
    body .post-s4-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    /* single */
    body .page-title,
    body .blog-post-single-title {
        font-size: 30px;
    }
    #masthead-widgets {float: none;}
}
/*--------------------------------------------------------------
    ## Phones ( landscape + portrait )
--------------------------------------------------------------*/
@media only screen and ( max-width: 767px ) {
    #page {
        left: 0;
        transition: left .3s;
    }
    /* columns */
    body .col {
        margin-right: 0;
        width: 100% !important;
    }
    body .masonry-item {
        opacity: 1 !important;
        transition: transform .5s, opacity .5s;
        transform: translateY( 0px );
    }
    /* header */
    body #header-inner .wrapper {
        padding: 30px 0;
}
        body #top-bar-navigation.hide-on-mobile {
            display: none;
        }
        body #navigation-inner,
        body #navigation-aside-inner {
            display: none !important;
        }
        body #mobile-navigation,
        body #mobile-navigation-menu {
            display: block;
            float: left;
        }
        body #logo {
            float: left;
        }
    /* main */
    body #main {
        padding: 50px 0;
    }
    body #content {
        padding-right: 0 !important;
    }
    body #sidebar {
        padding-left: 0 !important;
        border-left: 0 !important;
    }
    /* post s1 */
    body .post-s1-thumb {
        width: auto;
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        background: #f8f8f8;
    }
        body .post-s1-thumb img {
            width: auto;
        }
    body .post-s1-main {
        float: none;
        overflow: visible;
    }
        body .post-s1-title {
            font-size: 22px;
        }
    /* post s3 */
    body .post-s3-main {
        padding: 20px;
    }
        body .post-s3-cats {
            display: none;
        }
        body .post-s3-title {
            font-size: 16px;
        }
        body .post-s3-excerpt {
            display: none;
        }
    /* single */
    body .page-title,
    body .blog-post-single-title {
        font-size: 25px;
    }
    /* sidebar */
    body #sidebar {
        margin-top: 50px;
    }
    /* footer */
    body #footer-widgets {
        padding: 30px 0;
    }
        body #footer-widgets .widget {
            margin-top: 35px !important;
        }
        body #footer-widgets .widget:first-child {
            margin-top: 0 !important;
        }
    body #footer-copyright,
    body #footer-navigation {
        float: none;
    }
    body #footer-navigation {
        margin-top: 20px;
        text-align: center;
    }
        body #footer-navigation .menu > li {
            margin: 0 10px;
        }
    /* other */
    body .comment .children {
        margin-left: 0;
    }
    body blockquote {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    body .post-s2-thumb img {
    width: 100%;
    }
}
/*--------------------------------------------------------------
    ## Phones ( landscape )
--------------------------------------------------------------*/
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    body .wrapper,
    body.body-general-layout-wrapped #page-inner {
    max-width: 100%;
    }
    body.body-general-layout-full .header-mobile-nav-hook {
    margin-left:-20px;
    }
    body.body-general-layout-full #page-inner  .wrapper  {
    padding-left: 25px;
    padding-right: 25px;
    }
    body.body-general-layout-wrapped #page-inner .wrapper {
    padding-left: 25px;
    padding-right: 25px;
    }
    /*#masthead-widgets {display:none !important;}
    .body-nav-position-nav_aside #masthead-widgets {
         display: block !important;
    }*/
    #logo .site-description {font-size:80% !important;}
    .header-mobile-nav-hook {margin-left: -25px;}
    #header-search {margin-right: -30px;}
}
/*--------------------------------------------------------------
    ## Phones ( portrait )
--------------------------------------------------------------*/
@media only screen and ( min-width: 320px ) and ( max-width: 479px ) {
    body .wrapper,
    body.body-general-layout-wrapped #page-inner {
    max-width: 100%;
    }
    body.body-general-layout-full .header-mobile-nav-hook {
    margin-left:10px;
    }
    body.body-general-layout-full #page-inner  .wrapper  {
    padding-left: 25px;
    padding-right: 25px;
    }
    body.body-general-layout-wrapped #page-inner .wrapper {
    padding-left: 25px;
    padding-right: 25px;
    }
    /*#masthead-widgets {display:none !important;}
    .body-nav-position-nav_aside #masthead-widgets {
         display: block !important;
    }*/
    #logo .site-description  {font-size:14px !important;}
    .header-mobile-nav-hook {margin-left: -15px;}
    #header-search {margin-right: -25px;}
    body #header-search .search-field {width: 170px;}
    /* post s3 */
    body .post-s3-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    body .post-s3-title:after {
        display: block;
    }
    body .post-s3-meta {
        display: block;
    }
    .soc-testimonial-main {
        overflow: visible;
    }
}