/*

Theme Name: Classifieds

Theme URI: http://demo.powerthemes.club/themes/classifieds/

Description: Classifieds | The most complete WordPress theme for classified ads

Author: powerthemes

Author URI: http://themeforest.net/user/pebas/

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Version: 2.5.1

Tags: white

*/

/* TABLE OF CONTENTS -----------------------------



0.      Colors & Mixins

            - backgrounds

            - main colors

            - body bg

            - bnNav

            - bgCopy

            - font color

            - borders

            - social icon colors

            - font families

            - mixins

-0-.    Overall & common styling

1.      Navigation

2.      Search Bar

            - google dropdown

3.      Product Boxes

            - Ads Slider

            - category boxes

            - image banner section

4.      Promo

5.      Clients

6.      Newsletter

7.      Copyrights

8.      Breadcrumbs

9.      Main Block

10.     Contact

11.     Modals

            - social connect

            - password recovery modal

            - login modal

12.     Blog

            - single

            - comments

            - leave comment

13.     Widgets

            - search

            - widget categories

            - similar ads

            - price block

14.     Responsive Slider

            - featured slider loader

15.     Search Page

            - search organizer

            - alternative search page

16.     Home Products Filter

17.     Footer & footer widgets

            - logo footer

            - follow us

            - payments

18.     Map Styling

19.     Woocommerce Styling

            - message

            - tabs

            - quantity

            - related products

            - variable products

            - woocommerce cart page

            - woocommerce checkout

            - products ordering

            - woocommerce widgets

                - price filter

                - products

                - reviews

                - product search

                - tagcloud

                - shopping cart

                - widget top rated products

                - recently viewed product

20.     Ad Single

            - ad single widgets

            - ad single modals

            - modals responsiveness override

21.     My Profile

            - author page

22.     Error404 Page

23.     Features Page

==.     Default Style Overriding

            - pagination

            - Alerts

            - Checkboxes

=.=     Default styles

            - footer default styles

            - alerts

            - tabs

            - accordion

            - all categories accordion

            - buttons

            - progress bars

=       WordPress Core

24.     Responsiveness

==.=    Print Ad Styles



----------------------------------------------- */

/* -------------- BEGINING OF STYLING

---------------------------------------------------------------- */

/* =0. Colors & Mixins

--------------------------------------------------------------- */

/* -------------- -0-. Overall & common styling

--------------------------------------------------------------- */

body {

    margin: 0;

    padding: 0;

    height: 100%;

    width: 100%;

    background: #f8f8f8;

    font-size: 15px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    color: #6e7d89;

    -webkit-font-smoothing: antialiased;

}

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    color: #3c4a55;

    font-weight: 900;

}

h1 {

    font-size: 38px;

    line-height: 42px;

}

h2 {

    font-size: 34px;

    line-height: 34px;

}

h3 {

    font-size: 26px;

    line-height: 32px;

}

h4 {

    font-size: 22px;

    line-height: 26px;

}

h5 {

    font-size: 18px;

    line-height: 22px;

}

h6 {

    font-size: 14px;

    line-height: 20px;

}

p {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 16px;

    color: #6e7d89;

    line-height: 28px;

}

p.description {

    font-size: 12px;

    color: #a1aeb7;

    line-height: 18px;

}

.page-content p {

    font-size: 15px;

    line-height: 27px;

}

input + .description {

    margin-top: -15px;

}

a + input + .description {

    margin: 0;

}

.description {

    margin-top: 10px;

}

section {

    padding: 0 0 80px;

    background-color: #f8f8f8;

}

.search-block h1,

.page-title h1 {

    font-size: 34px;

    line-height: 34px;

}

select {

    cursor: pointer;

}

b,

strong {

    color: #57636d;

}

/* animation - - - - */

/* Menu Fade In Animation */

@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 10%, 0);

        transform: translate3d(0, 10%, 0);

    }



    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

}

@keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 10%, 0);

        transform: translate3d(0, 10%, 0);

    }



    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

}

a {

    transition: all 0.3s ease-in-out;

}

a:hover,

a:focus {

    transition: all 0.3s ease-in-out;

    text-decoration: none;

}

.btn {

    padding: 12px 22px;

    height: 38px;

    background-color: #59b453;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: white;

    text-transform: uppercase;

    line-height: 1;

}

.btn:hover, .btn:active, .btn:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.btn-default {

    border: none;

}

p a.btn-default,

p a.btn-default:hover {

    border: none;

}

.form-control,

.form-control[readonly="readonly"] {

    position: relative;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.form-control:hover,

.form-control[readonly="readonly"]:hover {

    box-shadow: none;

    outline: 0;

}

.form-control:active, .form-control:focus,

.form-control[readonly="readonly"]:active,

.form-control[readonly="readonly"]:focus {

    box-shadow: none;

    outline: 0;

}

.form-control::-webkit-input-placeholder {

    color: #60717e;

}

.form-control:-moz-placeholder {

    /* Firefox 18- */

    color: #60717e;

}

.form-control::-moz-placeholder {

    /* Firefox 19+ */

    color: #60717e;

}

.form-control:-ms-input-placeholder {

    color: #60717e;

}

label {

    margin-bottom: 10px;

    font-size: 13px;

    font-weight: 300;

}

p a {

    border-bottom: 1px solid #208ee6;

    color: #208ee6;

}

p a:hover, p a:focus, p a:active {

    border-bottom: 1px solid #208ee6;

    color: #208ee6;

}

.alert-info {

    color: #7dcffb;

}

.alert-success {

    color: #59b453;

}

.alert-error {

    color: #f44719;

}

.featured,

.verified {

    display: block;

    margin-bottom: 6px;

    padding: 5px;

    max-width: 21px;

    background-color: #f44719;

    border-radius: 50%;

    font-size: 11px;

    color: #fff;

    text-align: center;

}

.verified {

    margin: 0;

    background-color: #68ca61;

}

/* =1. Navigation

--------------------------------------------------------------------------------------- */

.navigation {

    padding: 20px 0;

    background-color: #1e3843;

}

.navigation .navbar-default {

    margin: 0;

    min-height: 0;

    background-color: transparent;

    border: none;

}

.navigation .navbar-default .navbar-collapse {

    border: none;

}

.navigation .navbar-default .navbar-collapse ul li {

    position: relative;

    padding: 0;

    margin-left: 40px;

}

.navigation .navbar-default .navbar-collapse ul li.current-menu-item > a {

    color: #7dcffb;

}

.navigation .navbar-default .navbar-collapse ul li.current-menu-item > a:hover, .navigation .navbar-default .navbar-collapse ul li.current-menu-item > a:active, .navigation .navbar-default .navbar-collapse ul li.current-menu-item > a:focus {

    color: #7dcffb;

}

.navigation .navbar-default .navbar-collapse ul li.mega_menu_li {

    position: inherit;

}

.navigation .navbar-default .navbar-collapse ul li a {

    padding: 10px 0;

    font-size: 14px;

    font-weight: 700;

    color: white;

}

.navigation .navbar-default .navbar-collapse ul li a[href="#login"] {

    /*color: #7dcffb;*/

}

.navigation .navbar-default .navbar-collapse ul li a[href="#register"] {

    color: white;

}

.navigation .navbar-default .navbar-collapse ul li a.login-action {

    margin-top: 11px;

    padding: 0;

    color: #7dcffb;

}

.navigation .navbar-default .navbar-collapse ul li a.login-action i {

    margin: 0;

    font-size: 17px;

}

.navigation .navbar-default .navbar-collapse ul li a.login-action:hover {

    opacity: .8;

}

.navigation .navbar-default .navbar-collapse ul li a:focus {

    outline: 0;

}

.navigation .navbar-default .navbar-collapse ul li a.btn {

    margin-top: 2px;

    padding: 6px 22px;

    height: auto;

    font-size: 13px;

    background-color: #208ee6;

}

.navigation .navbar-default .navbar-collapse ul li a.btn:hover, .navigation .navbar-default .navbar-collapse ul li a.btn:active, .navigation .navbar-default .navbar-collapse ul li a.btn:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.navigation .navbar-default .navbar-collapse ul li a i {

    font-size: 12px;

}

.navigation .navbar-default .navbar-collapse ul li:not(.submit-add) a:hover {

    color: #7dcffb;

}

.navigation .navbar-default .navbar-collapse ul li.dropdown a, .navigation .navbar-default .navbar-collapse ul li.dropdown.open a {

    background-color: transparent;

}

.navigation .navbar-default .navbar-collapse ul li.dropdown a:hover, .navigation .navbar-default .navbar-collapse ul li.dropdown.open a:hover {

    background-color: transparent;

    color: #7dcffb;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu,

.navigation .navbar-default .navbar-collapse .dropdown-menu {

    margin-left: -20px;

    padding: 22px 0 0;

    background-color: transparent;

    box-shadow: none;

    border: none;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li,

.navigation .navbar-default .navbar-collapse .dropdown-menu li {

    margin: 0;

    padding: 0 20px;

    background-color: #1e3843;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li:first-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li:first-child {

    border-radius: 0;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li:last-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li:last-child {

    border-radius: 0 0 3px 3px;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .open > .dropdown-menu,

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .dropdown-menu,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .open > .dropdown-menu,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu {

    top: 0;

    left: 100%;

    margin-left: 0;

    padding: 0;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .open > .dropdown-menu li,

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .dropdown-menu li,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .open > .dropdown-menu li,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu li {

    border-radius: 0;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .open > .dropdown-menu li:first-child,

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .dropdown-menu li:first-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .open > .dropdown-menu li:first-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu li:first-child {

    border-radius: 0 3px 0 0;

}

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .open > .dropdown-menu li:last-child,

.navigation .navbar-default .navbar-collapse .open > .dropdown-menu li .dropdown-menu li:last-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .open > .dropdown-menu li:last-child,

.navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu li:last-child {

    border-radius: 0 0 3px 3px;

}

.navigation .navbar-default li .mega_menu {

    display: none;

    position: absolute;

    top: 100%;

    left: 0;

    margin-left: 30px;

    padding-top: 15px;

    width: auto;

    background-color: transparent;

    z-index: 999;

}

.navigation .navbar-default li .mega_menu > li {

    position: relative;

    float: left;

    margin: 0;

    padding: 20px 25px;

    background-color: #1e3843;

    border-radius: 0;

}

.navigation .navbar-default li .mega_menu > li:first-child {

    border-bottom-left-radius: 3px;

}

.navigation .navbar-default li .mega_menu > li:last-child {

    border-bottom-right-radius: 3px;

}

.navigation .navbar-default li .mega_menu > li h4 {

    margin: 0;

    font-size: 14px;

    color: white;

}

.navigation .navbar-default li .mega_menu > li ul li {

    margin: 0;

    padding: 5px 0;

    border: none;

    font-size: 12px;

}

.navigation .navbar-default li .mega_menu > li ul li:after {

    display: none;

    content: ' ';

}

.navigation .navbar-default li .mega_menu > li ul li a {

    padding: 0;

    font-size: 14px;

    font-weight: 400;

}

.navigation .navbar-default li .mega_menu > li ul li a span {

    float: right;

    margin-left: 5px;

    font-size: 11px;

    line-height: 21px;

    color: #a1aeb7;

}

.navigation.sticky-nav {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    z-index: 99;

}

.navigation .navigation-toggle {

    display: none;

    background: none;

    border: none;

    color: white;

}

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:focus,

.navbar-default .navbar-nav > .open > a:hover {

    background-color: transparent;

    color: #7dcffb;

}

@media (max-width: 770px) {

    .navigation {

        top: 0;

        left: 0;

        right: 0;

        width: 100%;

        z-index: 99;

    }

    .navigation .navigation-toggle {

        position: relative;

        display: block;

        right: 20px;

        font-size: 28px;

        outline: 0;

    }

    .navigation .navbar-default {

        position: absolute;

        display: block;

        left: -1000px;

        background-color: #1e3843;

        border-bottom-right-radius: 3px;

        z-index: 12;

        border: none;

    }

    .navigation .navbar-default .navbar-collapse {

        display: block;

        visibility: visible;

    }

    .navigation .navbar-default .navbar-collapse ul li {

        margin: 0 20px;

    }

    .navigation .navbar-default .navbar-collapse ul li.submit-add {

        margin: 20px 20px 0;

    }

    .navigation .navbar-default .navbar-collapse .open > .dropdown-menu,

    .navigation .navbar-default .navbar-collapse .dropdown-menu {

        position: relative;

        display: block;

        padding: 0;

    }

    .navigation .navbar-default .navbar-collapse .open > .dropdown-menu li:last-child,

    .navigation .navbar-default .navbar-collapse .dropdown-menu li:last-child {

        padding-bottom: 10px;

    }

    .navigation .navbar-default li .mega_menu {

        display: block;

        position: relative;

        top: auto;

        left: auto;

        padding: 0;

        margin: 0;

        width: auto;

    }

    .navigation .navbar-default li .mega_menu > li {

        position: relative;

        float: none;

        margin: 0;

        padding: 0;

    }

    .navigation .navbar-default li .mega_menu > li h4 {

        font-size: 12px;

    }

    .contact-page .top-border .submit-form-ajax {

        margin-bottom: 40px;

    }

}

@media (max-width: 770px) and (min-width: 760px) {

    .navigation .navbar-default {

        width: 100%;

        border-radius: 0 0 3px 3px;

    }

    .navigation .navbar-default .navbar-collapse ul li {

        display: block;

        width: 100%;

    }

    .navigation .navbar-default .navbar-collapse ul li ul.dropdown-menu {

        position: relative;

        left: auto;

    }

    .navigation .navbar-default .navbar-collapse ul li ul.dropdown-menu li ul.dropdown-menu {

        position: relative;

        left: auto;

    }

    .navigation .navbar-default .navbar-collapse ul li ul.dropdown-menu li ul.dropdown-menu li {

        padding-left: 0;

    }

    .navigation .navbar-default .navbar-collapse ul li ul.dropdown-menu li ul.dropdown-menu li:last-child {

        padding-bottom: 0;

    }

    .navigation .navbar-default .navbar-collapse ul li.submit-add {

        margin: 10px 0;

        padding: 0 20px;

        width: 100%;

    }

    .owl-nav {

        top: 12px;

    }

}

/* =2. Search Bar

------------------------------------------------------------------------------------ */

.search-bar {

    padding: 20px 0;

    background-color: white;

}

.search-bar form ul {

    margin: 0;

}

.search-bar form ul li {

    position: relative;

    float: left;

    width: 20%;

}

.search-bar form ul li .submit-form {

    width: 100%;

}

.search-bar form ul li .submit-form i {

    background-color: transparent;

}

.search-bar form ul li i:not(.fa-spinner) {

    position: absolute;

    top: 12px;

    right: 10px;

    padding: 0 10px;

    background-color: #f3f6f9;

}

.search-bar form.advanced-search ul li {

    width: 16.668%;

}

.search-bar form.advanced-search ul li.advanced-filter-wrap a.disabled {

    background-color: #a1aeb7;

}

.search-bar form.advanced-search ul li.advanced-filter-wrap a.disabled:hover {

    background-color: #a1aeb7;

}

.search-bar form.advanced-search ul li.advanced-filter-wrap a.filtered {

    background-color: #208ee6;

}

.search-bar form.advanced-search ul li.advanced-filter-wrap a.filtered:hover, .search-bar form.advanced-search ul li.advanced-filter-wrap a.filtered:active, .search-bar form.advanced-search ul li.advanced-filter-wrap a.filtered:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.search-bar .select2-container .select2-choice {

    padding: 0;

    background: transparent;

    border: none;

    box-shadow: none;

    outline: 0;

}

.search-bar .select2-container .select2-choice .select2-arrow {

    background: transparent;

    border: none;

    box-shadow: none;

}

/* google dropdown - - - */

.pac-container {

    margin-top: 1px;

    padding: 10px;

    background-color: white;

    box-shadow: none;

    border: 3px solid #f3f6f9;

    border-top: none;

    border-radius: 3px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.pac-container .pac-item {

    margin: 5px 0;

    padding: 0 10px;

    border: none;

    border-radius: 3px;

    line-height: 23px;

}

.pac-container .pac-item:first-child {

    border: none;

}

.pac-container .pac-item:hover {

    background-color: #208ee6;

    color: white;

    cursor: pointer;

}

.pac-container .pac-item:hover span {

    color: white;

}

.pac-container span {

    color: #a1aeb7;

}

.pac-container .pac-matched {

    font-size: 13px;

    font-weight: 700;

    color: #6e7d89;

}

.pac-container .pac-icon {

    display: none;

}

.pac-logo:after {

    display: none;

    background-image: none;

}

.select2-container .select2-choice {

    background: transparent;

    border: none;

    box-shadow: none;

    outline: 0;

}

.select2-container .select2-choice .select2-arrow {

    background: transparent;

    border: none;

    box-shadow: none;

}

.clear-input {

    position: absolute;

    right: 20px;

    top: 13px;

    padding: 7px;

    width: 12px;

    height: 12px;

    background: url("js/select2/select2.png") right top no-repeat;

    background-color: #f3f6f9;

    border: 0;

    font-size: 1px;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    z-index: 1;

    transition: none;

}

.clear-input:hover {

    background-position-y: -11px;

    transition: none;

}

.select2-container .select2-choice abbr {

    top: 7px;

    right: 3px;

    padding: 7px;

    background-color: #f3f6f9;

    z-index: 1;

}

.select2-offscreen,

.select2-offscreen:focus {

    outline: 0;

}

.select2-display-none,

#select2-drop {

    margin-top: 1px;

    padding: 10px;

    background-color: white;

    border: 3px solid #f3f6f9;

    border-top: 0;

    border-radius: 3px;

    box-shadow: none;

}

.select2-display-none .select2-search input,

#select2-drop .select2-search input {

    margin-bottom: 10px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    color: #6e7d89;

}

.select2-display-none .select2-results,

#select2-drop .select2-results {

    background-color: white;

}

.select2-display-none .select2-results li,

#select2-drop .select2-results li {

    margin: 2px 0;

    background-color: transparent;

    color: #6e7d89;

}

.select2-display-none .select2-results li:hover,

#select2-drop .select2-results li:hover {

    background-color: #208ee6;

    color: white;

}

.select2-display-none .select2-results li:active, .select2-display-none .select2-results li:focus,

#select2-drop .select2-results li:active,

#select2-drop .select2-results li:focus {

    background-color: transparent;

    color: #6e7d89;

}

.select2-results .select2-no-results,

.select2-results .select2-searching,

.select2-results .select2-ajax-error,

.select2-results .select2-selection-limit {

    color: #6e7d89;

}

.select2-results .select2-result {

    margin: 0;

    color: #6e7d89;

}

.select2-results .select2-highlighted {

    background: transparent;

    color: #6e7d89;

    border-radius: 3px;

    margin: 0;

}

.select2-results .select2-result-selectable:hover {

    background: #208ee6;

    color: white;

    border-radius: 3px;

    margin: 0;

}

.select2-results .select2-result-label {

    padding: 3px 7px 4px 15px;

    font-size: 13px;

    text-indent: -11px;

}

.select2-drop.select2-drop-above.select2-drop-active {

    border: none;

}

.select2-container .select2-choice > .select2-chosen {

    color: #60717e;

}

.select2-results::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

.select2-results::-webkit-scrollbar-track {

    width: 3px;

    background-color: white;

    border-radius: 3px;

}

.select2-results::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

/* =3. Product Boxes

------------------------------------------------------------------------------------ */

.white-block.ad-box {

    position: relative;

    margin-bottom: 40px;

    border-radius: 3px;

}

.white-block.ad-box .ad-badges {

    position: absolute;

    top: 10px;

    right: 10px;

    z-index: 1;

}

.white-block.ad-box .white-block-content {

    padding: 20px;

    min-height: 125px;

}

.white-block.ad-box .white-block-content a {

    display: inline-block;

}

.white-block.ad-box .white-block-content h5 {

    margin: 0;

    font-size: 16px;

    line-height: 24px;

    text-transform: capitalize;

}

.white-block.ad-box .white-block-content h5:hover {

    text-decoration: underline;

}

.white-block.ad-box .white-block-content p {

    margin: 7px 0 0;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-weight: 700;

    color: #e7a119;

}

.white-block.ad-box .white-block-content p span {

    margin-left: 7px;

    font-size: 12px;

    color: #f44719;

    text-decoration: line-through;

}

.white-block.ad-box .white-block-content p span.free-price, .white-block.ad-box .white-block-content p span.call-price {

    margin: 0;

    font-size: 16px;

    text-decoration: none;

}

.white-block.ad-box .white-block-content p span.free-price {

    color: #59b453;

}

.white-block.ad-box .white-block-content p span.call-price {

    color: #208ee6;

}

.white-block.ad-box .pagination {

    margin: 40px 0 20px;

}

.white-block.ad-box-alt {

    position: relative;

    background-color: white;

}

.white-block.ad-box-alt .media {

    position: relative;

    padding: 20px;

}

.white-block.ad-box-alt .media .pull-left {

    position: relative;

}

.white-block.ad-box-alt .media .pull-left img {

    border-radius: 50%;

}

.white-block.ad-box-alt .media .pull-left .ad-views {

    position: absolute;

    top: 50%;

    left: calc(50% - 4px);

    padding: 15px;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background-color: rgba(30, 56, 67, 0.6);

    color: white;

    text-align: center;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.white-block.ad-box-alt .media .pull-left .ad-views i {

    display: block;

    font-size: 20px;

}

.white-block.ad-box-alt .media .media-body {

    padding: 0 20px;

}

.white-block.ad-box-alt .media .media-body a h5 {

    display: inline-block;

}

.white-block.ad-box-alt .media .media-body a h5:hover {

    text-decoration: underline;

}

.white-block.ad-box-alt .media .media-body p {

    font-size: 15px;

    line-height: 26px;

}

.white-block.ad-box-alt .media .media-body p + a {

    position: absolute;

    top: 15px;

    right: 30px;

    font-weight: 700;

    color: #208ee6;

}

.white-block.ad-box-alt .media .media-body p + a:hover {

    text-decoration: underline;

}

.white-block.ad-box-alt .media .media-body p + p {

    margin-bottom: 0;

    font-size: 18px;

    font-weight: 700;

    color: #e7a119;

}

.white-block.ad-box-alt .media .media-body p + p span {

    margin-left: 5px;

    font-size: 14px;

    color: #f44719;

    text-decoration: line-through;

}

.white-block.ad-box-alt .media .media-body p + p span.free-price, .white-block.ad-box-alt .media .media-body p + p span.call-price {

    margin: 0;

    font-size: 18px;

    text-decoration: none;

}

.white-block.ad-box-alt .media .media-body p + p span.free-price {

    color: #59b453;

}

.white-block.ad-box-alt .media .media-body p + p span.call-price {

    color: #208ee6;

}

.white-block.ad-box-alt .media .expire-badge {

    position: absolute;

    bottom: 20px;

    right: 0;

    padding: 8px 12px;

    background-color: #ebb243;

    border-radius: 3px 0 0 3px;

    font-weight: 700;

    color: white;

    text-transform: uppercase;

}

.white-block.ad-box-alt .media .expire-badge.pending-badge {

    background-color: #49a3eb;

}

.white-block.ad-box-alt .media .expire-badge.time-badge {

    background-color: #78c273;

}

.white-block.ad-box-alt .media .expire-badge.off-badge {

    background-color: #bbc4cb;

}

.white-block.ad-box-alt .media .expire-badge.pending-payment {

    background-color: #f66a45;

}

.owl-item .ad-box-alt .media .media-body a h5,

.search-page .ad-box-alt .media .media-body a h5 {

    margin-top: 0;

    font-size: 16px;

}

.owl-item .ad-box-alt .media .media-body p + p,

.search-page .ad-box-alt .media .media-body p + p {

    font-size: 16px;

}

.owl-item .ad-box-alt .media .media-body p + p span,

.search-page .ad-box-alt .media .media-body p + p span {

    font-size: 14px;

}

.woocommerce .container nav.woocommerce-pagination {

    margin-bottom: 60px;

}

.woocommerce .container nav.woocommerce-pagination ul {

    display: inline-block;

    border: none;

    margin: 0;

}

.woocommerce .container nav.woocommerce-pagination ul li {

    border: none;

}

.woocommerce .container nav.woocommerce-pagination ul li span.current {

    margin: 0 4px;

    padding: 10px 16px;

    background-color: #208ee6;

    border-radius: 3px;

    font-size: 16px;

    color: white;

}

.woocommerce .container nav.woocommerce-pagination ul li a.page-numbers, .woocommerce .container nav.woocommerce-pagination ul li a.next.page-numbers, .woocommerce .container nav.woocommerce-pagination ul li a.prev.page-numbers {

    padding: 10px 14px;

    background-color: white;

    border-radius: 3px;

    font-size: 16px;

    color: #6e7d89;

}

.pagination li .dots {

    background-color: transparent;

    border: none;

    font-size: 20px;

    color: #6e7d89;

}

.pagination li .dots:hover {

    background-color: transparent;

    border: none;

    color: #6e7d89;

}

.owl-carousel .owl-item a {

    display: block;

}

.owl-carousel .owl-item a img {

    position: relative;

    border-radius: 3px 3px 0 0;

    transition: all 0.3s ease-in-out;

}

.owl-carousel .owl-item .white-block .white-block-media {

    overflow: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}

/* Ads Slider - - - - - */

.owl-nav {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}

.owl-nav .owl-prev,

.owl-nav .owl-next {

    position: absolute;

    top: -30px;

    left: -90px;

    background-color: white;

    width: 50px;

    height: 37px;

    border-radius: 3px;

    text-align: center;

    color: #6e7d89;

    transition: all 0.3s ease-in-out;

}

.owl-nav .owl-prev i,

.owl-nav .owl-next i {

    padding: 9px;

    font-size: 18px;

    color: #6e7d89;

    transition: all 0.3s ease-in-out;

}

.owl-nav .owl-prev:hover,

.owl-nav .owl-next:hover {

    background-color: #208ee6;

    color: white;

    transition: all 0.3s ease-in-out;

}

.owl-nav .owl-prev:hover i,

.owl-nav .owl-next:hover i {

    color: white;

    transition: all 0.3s ease-in-out;

}

.owl-nav .owl-prev.disabled,

.owl-nav .owl-next.disabled {

    visibility: hidden;

}

.owl-nav .owl-prev.disabled:hover,

.owl-nav .owl-next.disabled:hover {

    background-color: white;

}

.owl-nav .owl-prev.disabled:hover i,

.owl-nav .owl-next.disabled:hover i {

    color: #6e7d89;

}

.owl-nav .owl-next {

    left: auto;

    right: -90px;

}

/* category boxes - - - - - */

.category-item {

    background-color: white;

    min-height: 156px;

}

.category-item .pull-left {

    width: 35%;

}

.category-item .category-item-content {

    float: left;

    display: inline-block;

    padding: 20px;

    width: 65%;

}

.category-item .category-item-content h4 {

    margin: 0;

}

.category-item .category-item-content h4 a {

    display: inline-block;

    color: #3c4a55;

}

.category-item .category-item-content h4 a:hover {

    color: #208ee6;

    text-decoration: none;

}

.category-item .category-item-content .category-subs {

    padding: 10px 0;

}

.category-item .category-item-content .category-subs a {

    display: inline-block;

    color: #6e7d89;

    line-height: 24px;

}

.category-item .category-item-content .category-subs a:hover {

    color: #6e7d89;

    text-decoration: underline;

}

.category-item .category-item-content .category-see-more {

    display: inline-block;

    font-weight: 700;

    color: #208ee6;

}

.category-item .category-item-content .category-see-more:hover {

    color: #208ee6;

    text-decoration: underline;

}

.category-item-alt.white-block {

    margin-bottom: 30px;

    min-height: 254px;

    background-repeat: no-repeat;

    background-size: cover;

}

.category-item-alt.white-block .category-item-content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: linear-gradient(rgba(30, 56, 67, 0) 0, rgba(30, 56, 67, 0.7));

    /* safari - not good still */

    background-image: -webkit-linear-gradient(rgba(30, 56, 67, 0) 0, rgba(30, 56, 67, 0.7));

    border-radius: 0 0 3px 3px;

}

.category-item-alt.white-block .category-item-content .category-item-main-content {

    position: absolute;

    left: 0;

    bottom: 20px;

    padding: 0 30px;

    width: 100%;

}

.category-item-alt.white-block .category-item-content .category-item-main-content h4 a {

    color: white;

}

.category-item-alt.white-block .category-item-content .category-item-main-content h4 a:hover {

    color: white;

    text-decoration: underline;

}

.category-item-alt.white-block .category-item-content .category-item-main-content .category-subs {

    color: white;

}

.category-item-alt.white-block .category-item-content .category-item-main-content .category-subs a {

    color: white;

}

.category-item-alt.white-block .category-item-content .category-item-main-content .category-subs a:hover {

    color: white;

    text-decoration: underline;

}

.category-item-alt.white-block .category-item-content .category-see-more {

    display: none;

}

.owl-carousel .owl-item .category-item .pull-left img {

    border-radius: 3px 0 0 3px;

}

.page-template-page-tpl_all_categories .category-item {

    min-height: 0;

}

.page-template-page-tpl_all_categories .category-item .category-item-content {

    float: none;

    width: 100%;

}

/* image banner section - - - - - */

.section-banner {

    position: relative;

    padding: 175px 0;

    background-size: cover;

    background-repeat: no-repeat;

}

.section-banner .banner-content {

    color: white;

}

.section-banner .banner-content h3 {

    font-size: 28px;

    color: white;

}

.section-banner .banner-content .btn {

    margin-top: 20px;

    font-size: 14px;

    background-color: #208ee6;

}

.section-banner .banner-content .btn:hover, .section-banner .banner-content .btn:active, .section-banner .banner-content .btn:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

/* =4. Promo

------------------------------------------------------------------------------------ */

.pricing-box {

    margin-top: 40px;

    background-color: white;

    border-radius: 3px;

    /*    -webkit-box-shadow: 5px 5px 6px transparentize(#cadeeb, .63);

      -moz-box-shadow: 5px 5px 6px transparentize(#cadeeb, .63);

      box-shadow: 5px 5px 6px transparentize(#cadeeb, .63);*/

}

.pricing-box .pricing-value,

.pricing-box .pricing-info {

    float: left;

    display: block;

}

.pricing-box .pricing-value {

    padding: 65px 0;

    width: 30%;

    background-color: #fafbfc;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 72px;

    font-weight: 700;

    color: #3c4a55;

    text-align: center;

}

.pricing-box .pricing-value span {

    font-size: 24px;

}

.pricing-box .pricing-value span:first-child {

    font-size: 38px;

}

.pricing-box .pricing-info {

    padding: 30px;

    width: 70%;

}

.pricing-box .pricing-info p {

    margin-bottom: 20px;

    font-size: 14px;

    line-height: 26px;

}

.col-md-6:first-child .pricing-box .pricing-info a {

    background-color: #208ee6;

    min-width: 150px;

}

.col-md-6:first-child .pricing-box .pricing-info a:hover, .col-md-6:first-child .pricing-box .pricing-info a:active, .col-md-6:first-child .pricing-box .pricing-info a:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

/* =5. Clients

------------------------------------------------------------------------------------ */

.clients-bar {

    background-color: #59b453;

    padding: 80px 0;

}

.clients-bar .owl-item {

    min-height: 56px;

}

.clients-bar .owl-item .client {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.clients-bar .owl-item .client a img {

    max-width: 100%;

    height: auto;

}

/* =6. Newsletter

------------------------------------------------------------------------------------ */

.subscribe-bar {

    padding: 80px 0;

    background-color: white;

    text-align: center;

}

.subscribe-bar h2 {

    margin-top: 0;

    font-size: 26px;

}

.subscribe-bar .subscribe-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 30px;

}

@media all and (max-width: 420px) {

    .subscribe-bar .subscribe-box {

        display: block;

    }

}

.subscribe-bar .subscribe-box .subscribe-input-wrap {

    position: relative;

    display: inline-block;

    margin-right: 1%;

    width: 50%;

}

.subscribe-bar .subscribe-box .subscribe-input-wrap input {

    padding-left: 50px;

}

.subscribe-bar .subscribe-box .subscribe-input-wrap a {

    display: inline-block;

    width: 20%;

}

.subscribe-bar .subscribe-box .subscribe-input-wrap i {

    position: absolute;

    top: 12px;

    left: 20px;

    z-index: 1;

}

.subscribe-bar .subscribe-box .ajax-response {

    position: absolute;

    bottom: -30px;

    left: calc(21% - 5px);

}

/* =7. Copyrights

------------------------------------------------------------------------------------ */

.footer {

    padding: 40px 0;

    background-color: #1d2a34;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #49535b;

    text-align: center;

}

.footer a {

    color: white;

}

.footer a:hover {

    color: #59b453;

}

/* =8. Breadcrumbs

------------------------------------------------------------------------------------ */

.page-title {

    padding: 30px 0 40px;

}

.page-title h1 {

    font-size: 34px;

    line-height: 34px;

}

.breadcrumb {

    margin: 10px 0 0;

    padding-left: 5px;

}

.pull-right .breadcrumb {

    margin: 28px 0 0;

}

.breadcrumb {

    background-color: transparent;

}

.breadcrumb li {

    font-size: 14px;

    font-weight: 700;

    color: #3c4a55;

}

.breadcrumb li a {

    color: #cad0d5;

}

.breadcrumb li a:hover {

    color: #3c4a55;

}

/* =9. Main Block

------------------------------------------------------------------------------------ */

.white-block {

    position: relative;

}

.white-block .white-block-content {

    padding: 60px;

    background-color: white;

}

/* =10. Contact

------------------------------------------------------------------------------------ */

.contact-page .white-block-content h4 {

    margin: 0 0 40px;

}

.contact-page .white-block-content form .input-group {

    margin-bottom: 20px;

    width: 100%;

}

.contact-page .white-block-content form .input-group label {

    display: block;

    margin-bottom: 10px;

    font-size: 13px;

    font-weight: 400;

    color: #6e7d89;

}

.contact-page .white-block-content form .input-group input {

    width: 70%;

    border-radius: 3px;

}

.contact-page .white-block-content form .input-group textarea {

    width: 100%;

    min-height: 150px;

}

.contact-page .white-block-content form a {

    width: 50%;

    background-color: #208ee6;

}

.contact-page .white-block-content form a:hover, .contact-page .white-block-content form a:active, .contact-page .white-block-content form a:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.contact-page p {

    margin-bottom: 0;

    font-size: 15px;

    font-weight: 400;

    color: #6e7d89;

}

.contact-page p strong {

    color: #3c4a55;

}

.contact-page .alert {

    margin-top: 15px;

}

.contact-page #map {

    border-radius: 3px 3px 0 0;

}

/* =11. Modals

------------------------------------------------------------------------------------ */

@media (min-width: 1030px) {

    .modal-dialog {

        margin: 30px auto;

        width: 800px;

    }

    .close {

        outline: 0;

    }

}

.modal-content {

    padding: 30px;

}

.modal-content h4 {

    margin-top: 0;

}

.form-register {

    margin-top: 40px;

}

.form-register input {

    margin-bottom: 20px;

}

.form-register a {

    margin: 30px 0;

    width: 25%;

    background-color: #208ee6;

}

.form-register a:hover, .form-register a:active, .form-register a:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.form-register a[href="#login"] {

    background: transparent;

    color: #208ee6;

}

.form-register a[href="#login"]:hover {

    background-color: transparent;

    color: #208ee6;

    text-decoration: underline;

}

.form-register p {

    font-size: 16px;

}

.form-register #register-password,

.form-register #register-password-repeat {

    margin-bottom: 0;

}

.form-login .ajax-response .alert,

.form-register .ajax-response .alert {

    margin: -20px 0 30px;

}

.form-login .register-close-login,

.form-register .register-close-login {

    color: #208ee6;

}

.form-login .register-close-login:hover,

.form-register .register-close-login:hover {

    text-decoration: underline;

}

/* social connect - - - */

.social_connect_form {

    font-size: 20px;

    color: white;

}

.social_connect_form a {

    margin-left: 5px;

    padding: 12px 10px;

    background-color: #dd4b39;

    border-radius: 3px;

    color: white;

    text-align: center;

    line-height: 66px;

}

.social_connect_form a i {

    background-color: transparent;

}

.social_connect_form a i {

    background-color: transparent;

}

.social_connect_form a:hover {

    color: white;

}

.social_connect_form a.social_connect_login_facebook {

    background-color: #3b5998;

}

.social_connect_form a.social_connect_login_twitter {

    background-color: #00aced;

}

.social_connect_form a.social_connect_login_google_plus {

    background-color: #dd4b39;

}

/* password recovery modal - - - */

#recover h4 {

    margin-bottom: 20px;

}

#recover .form-login .ajax-response .alert {

    margin: 0;

}

#recover .form-login .submit-form-ajax {

    margin-top: 15px;

}

#recover .form-login .ajax-response .alert {

    margin: 7px 0 0;

}

/* Login Modal - - - - - */

@media (min-width: 1030px) {

    #recover .modal-dialog,

    #login .modal-dialog {

        margin: 30px auto;

        width: 500px;

    }

}

#login .form-login {

    margin-top: 40px;

}

#login .form-login input {

    margin-bottom: 20px;

}

#login .form-login input[name="login-password"] {

    margin-bottom: 40px;

}

#login .form-login .submit-form-ajax {

    margin: 30px 0;

    background-color: #208ee6;

}

#login .form-login .submit-form-ajax:hover, #login .form-login .submit-form-ajax:active, #login .form-login .submit-form-ajax:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

#login .form-login .forgot-password {

    margin-bottom: 40px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #f44719;

}

#login .form-login .forgot-password:hover {

    text-decoration: underline;

}

#login .form-login .checkbox label {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

}

/* filters modal - - - */

@media (min-width: 1030px) {

    #filters .modal-dialog {

        margin: 30px auto;

        width: 500px;

    }

}

#filters .modal-body {

    padding: 0;

}

#filters .modal-body select option {

    margin: 4px 0;

}

#filters .modal-body select::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

#filters .modal-body select::-webkit-scrollbar-track {

    width: 3px;

    background-color: #f3f6f9;

    border-radius: 3px;

}

#filters .modal-body select::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

#filters .filters-modal-holder h4 {

    margin-bottom: 20px;

}

#filters .filters-modal-holder .filter-form > ul {

    margin: 0;

    padding: 20px;

    border: 2px solid whitesmoke;

    border-radius: 3px;

    max-height: 500px;

    overflow-y: scroll;

}

#filters .filters-modal-holder .filter-form > ul::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

#filters .filters-modal-holder .filter-form > ul::-webkit-scrollbar-track {

    width: 3px;

    background-color: white;

    border-radius: 3px;

}

#filters .filters-modal-holder .filter-form > ul::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

#filters .filters-modal-holder .filter-form > ul li {

    margin-bottom: 15px;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container-multi.filter-select {

    height: auto;

    min-height: 38px;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container-multi.filter-select .select2-choices {

    margin: 0;

    padding: 0;

    background: transparent;

    border: none;

    box-shadow: none;

    line-height: 24px;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container-multi.filter-select .select2-choices .select2-search-field {

    margin: 0;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container-multi.filter-select .select2-choices .select2-search-field input {

    padding: 0 9px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container-multi.filter-select .select2-choices .select2-search-choice {

    margin: 2px 0 0;

    padding: 3px 7px 3px 15px;

    background: transparent;

    border: none;

    box-shadow: none;

    line-height: 1;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container.filter-select.select2-allowclear {

    background-color: #eefaff;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container.filter-select.select2-allowclear .select2-choice abbr {

    background-color: #eefaff;

}

#filters .filters-modal-holder .filter-form > ul li .select2-container.filter-select.multiselect-chosen {

    background-color: #eefaff;

}

#filters .filters-modal-holder .filter-form .filter-results {

    background-color: #208ee6;

    display: block;

    margin-top: 20px;

    padding: 8px 0;

    border-radius: 3px;

    color: white;

    text-transform: uppercase;

    text-align: center;

}

#filters .filters-modal-holder .filter-form .filter-results:hover, #filters .filters-modal-holder .filter-form .filter-results:active, #filters .filters-modal-holder .filter-form .filter-results:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.select2-dropdown-open.select2-drop-above .select2-choice,

.select2-dropdown-open.select2-drop-above .select2-choices {

    background: transparent;

    border: none;

}

/* =12. Blog

------------------------------------------------------------------------------- */

.white-block {

    margin-bottom: 40px;

    overflow: hidden;

}

.blog .white-block {

    position: relative;

    margin-bottom: 40px;

    border-radius: 3px;

    overflow: hidden;

}

.blog .white-block-content {

    padding: 40px;

}

.blog .white-block-content h3 {

    display: inline-block;

    margin: 0 0 20px;

    transition: all 0.3s ease-in-out;

}

.blog .white-block-content h3:hover {

    color: #208ee6;

    transition: all 0.3s ease-in-out;

}

.blog .white-block-content p {

    margin: 0;

}

.blog .white-block-media {

    position: relative;

    overflow: hidden;

}

.blog .white-block-media .media-text-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.3);

}

.blog .white-block-media .media-text-overlay blockquote {

    position: absolute;

    top: 50%;

    padding: 0 40px;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    border: none;

}

.blog .white-block-media .media-text-overlay blockquote h2 {

    font-style: italic;

    line-height: 46px;

}

.blog .white-block-media .media-text-overlay blockquote h2 a {

    position: relative;

    padding: 0;

    color: white;

}

.blog .white-block-media .media-text-overlay blockquote cite {

    margin-top: 20px;

    font-style: normal;

    color: white;

}

.blog .white-block-media .media-text-overlay blockquote cite:before {

    content: "-";

}

.blog .load-more {

    min-width: 230px;

    background-color: #208ee6;

}

.blog .load-more:hover, .blog .load-more:active, .blog .load-more:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.blog .format-link .media-text-overlay a {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.blog .format-link .media-text-overlay a h2 {

    display: inline-block;

    margin: 0;

    color: white;

}

.sticky-icon {

    position: absolute;

    bottom: -58px;

    left: 50%;

    padding: 11px 17px;

    width: 100px;

    height: 100px;

    background-color: white;

    border-radius: 50%;

    text-align: center;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

}

.sticky-icon i {

    font-size: 28px;

    color: #3c4a55;

}

.white-block:not(.has-media) .sticky-icon {

    top: 15px;

    right: 15px;

    bottom: auto;

    left: auto;

    padding: 0;

    width: auto;

    height: auto;

    border-radius: 0;

    transform: none;

}

.search .ajax-container .white-block-content {

    padding: 30px;

}

/* Single - - - - - */

.single-post .white-block {

    border-radius: 3px;

    margin-bottom: 40px;

    overflow: hidden;

}

.single-post .white-block .white-block-media {

    overflow: hidden;

}

.single-post .white-block .white-block-title {

    padding: 30px 30px 0;

    background-color: white;

}

.single-post .white-block .white-block-title h4 {

    margin: 0;

}

.single-post .white-block .blog-item-content {

    padding: 30px;

}

.single-post .white-block .blog-item-content .top-meta a {

    color: #6e7d89;

}

.single-post .white-block .blog-item-content .top-meta a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.single-post .white-block .blog-item-content h3 ~ p {

    font-size: 15px;

}

.single-post .white-block .blog-item-content blockquote {

    padding: 15px 0;

    border: none;

}

.single-post .white-block .blog-item-content blockquote p {

    font-size: 19px;

    font-style: italic;

    line-height: 36px;

}

.single-post .white-block.tags-list .white-block-content {

    padding: 20px 40px;

}

.single-post .logged-in-as {

    font-size: 15px;

}

.single-post .logged-in-as a {

    font-size: 15px;

    color: #208ee6;

    border: none;

}

.single-post .logged-in-as a:hover {

    text-decoration: underline;

}

.single-post .pagination {

    margin: 0 0 35px;

}

.single-post p a {

    border: none;

}

/* comments - - - - - */

.comments {

    border-radius: 3px;

    /* leave comment - - - - - */

}

.comments .white-block .white-block-content {

    padding: 60px 30px;

}

.comments .media {

    margin-bottom: 40px;

}

.comments .media .comment-inner a.pull-left {

    margin-right: 25px;

}

.comments .media .comment-inner a.pull-left img {

    border-radius: 50%;

}

.comments .media .comment-inner p {

    font-size: 15px;

}

.comments .media .comment-body .pull-left h4 {

    display: inline-block;

    margin: 0 0 10px;

    font-size: 14px;

    font-weight: 400;

    color: #3c4a55;

}

.comments .media .comment-body .pull-left span {

    color: #a1aeb7;

}

.comments .media .comment-body .pull-right .comment-reply-link {

    font-size: 13px;

    color: #59b453;

}

.comments .media .comment-body .pull-right .comment-reply-link:hover {

    text-decoration: underline;

}

.comments .media:nth-last-of-type(1) {

    margin-bottom: 0;

}

.comments .white-block:nth-child(2) .white-block-content {

    padding: 20px 35px;

}

.tags-list .white-block-content {

    padding: 20px 60px;

}

.tags-list .white-block-content i {

    margin-right: 10px;

}

.tags-list .white-block-content a {

    color: #6e7d89;

}

.tags-list .white-block-content a:hover {

    color: #208ee6;

    text-decoration: underline;

}

#commentform .input-group {

    margin-bottom: 20px;

    width: 100%;

}

#commentform .input-group label {

    display: block;

}

#commentform .input-group input {

    width: 50%;

    border-radius: 3px;

}

#commentform .input-group textarea {

    width: 80%;

    min-height: 150px;

    border-radius: 3px;

}

#commentform .form-submit input {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    background-color: #208ee6;

    transition: all 0.3s ease-in-out;

}

#commentform .form-submit input:hover, #commentform .form-submit input:active, #commentform .form-submit input:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

#commentform .form-submit input:hover {

    transition: all 0.3s ease-in-out;

}

/* =13. Widgets

------------------------------------------------------------------------------------ */

.widget {

    padding: 20px;

    background-color: white;

    /* search - - - */

    /* widget categories - - - - - */

    /* similiar ads - - - - - */

    /* price block - - - - - */

}

.widget ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.widget ul li {

    padding: 15px 0;

    border-bottom: 1px solid whitesmoke;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 15px;

    color: #6e7d89;

}

.widget ul li a {

    color: #6e7d89;

}

.widget ul li a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.widget ul li:last-child {

    border: none;

}

.widget ul.children, .widget ul.sub-menu {

    padding-left: 15px;

}

.widget ul.children li, .widget ul.sub-menu li {

    padding: 10px 0 5px;

    border: none;

}

.widget ul.children li:last-child, .widget ul.sub-menu li:last-child {

    padding-bottom: 0;

    border: none;

}

.single.single-cad .col-md-8 + .col-md-4 .widget_classifieds_follow_us .widget-social,

.widget.widget_search form {

    position: relative;

    margin-top: 20px;

}

.single.single-cad .col-md-8 + .col-md-4 .widget_classifieds_adsense h4 {

    margin-bottom: 20px;

}

.widget.widget_search form input {

    font-size: 13px;

}

.widget.widget_search form a {

    position: absolute;

    top: 6px;

    right: 15px;

    font-size: 17px;

    color: #6e7d89;

}

.widget.widget_search form a:hover {

    color: #606e78;

}

.widget.widget_categories ul li, .widget.widget_archive ul li {

    position: relative;

    padding: 10px 0;

}

.widget .similar-ads {

    margin: 0;

}

.widget .similar-ads li {

    margin: 0 -20px;

    padding: 0 10px;

}

.widget .similar-ads li .ad-box-alt {

    margin: 0;

}

.widget .similar-ads li .ad-box-alt .media a {

    padding: 0;

}

.widget .similar-ads li .ad-box-alt .media .media-body a h5 {

    margin-bottom: 0;

    font-size: 16px;

}

.widget .similar-ads li .ad-box-alt .media .media-body p + p {

    font-size: 16px;

}

.widget .similar-ads li .ad-box-alt .media .media-body p + p span {

    font-size: 14px;

}

.widget .similar-ads li .ad-box-alt .media .media-body p + p span.free-price, .widget .similar-ads li .ad-box-alt .media .media-body p + p span.call-price {

    margin: 0;

    font-size: 16px;

    text-decoration: none;

}

.widget .similar-ads li .ad-box-alt .media .media-body p + p span.free-price {

    color: #59b453;

}

.widget .similar-ads li .ad-box-alt .media .media-body p + p span.call-price {

    color: #208ee6;

}

.widget .similar-ads li:last-child {

    border: none;

}

.widget .similar-ads li:last-child .media {

    padding-bottom: 0;

}

.widget.single-ad-author {

    padding-bottom: 0;

}

.widget.single-ad-author .price-block {

    margin: 0 -20px;

    padding: 15px 30px;

    border-top: 1px solid whitesmoke;

}

.widget.single-ad-author .price-block .ad-pricing {

    font-size: 26px;

    font-weight: 700;

    color: #e7a119;

    line-height: 1;

}

.widget.single-ad-author .price-block .ad-pricing span {

    font-size: 16px;

    color: #f44719;

    text-decoration: line-through;

}

.widget.single-ad-author .price-block .ad-pricing span.call-price {

    font-size: 26px;

    color: #208ee6;

    text-decoration: none;

}

.widget.single-ad-author .price-block .ad-pricing span.free-price {

    font-size: 26px;

    color: #59b453;

    text-decoration: none;

}

.single-ad .widget .similar-ads li:last-child .media {

    padding-bottom: 0;

}

/* 14. Responsive Slider

-------------------------------------------------------------------------------------- */

.rslides {

    position: relative;

    list-style: none;

    overflow: hidden;

    width: 100%;

    padding: 0;

    margin: 0;

}

.rslides .white-block.relative {

    position: relative;

}

.rslides li {

    -webkit-backface-visibility: hidden;

    position: absolute;

    display: none;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    text-align: center;

}

.rslides li img {

    width: 100%;

}

.rslides_nav {

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    transform: translateZ(0);

    -moz-transform: translateZ(0);

    -webkit-transform: translateZ(0);

    opacity: 0.1;

    background: #fff;

    position: absolute;

    bottom: 1px;

    z-index: 99;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.rslides:hover .rslides_nav {

    opacity: 1;

}

.rslides_nav.prev {

    left: -100px;

}

.rslides_nav.next {

    right: -100px;

}

.rslides:hover .rslides_nav.prev {

    left: 1px;

}

.rslides:hover .rslides_nav.next {

    right: 1px;

}

.rslides_nav .fa {

    padding: 12px 20px;

    font-size: 22px;

    color: #2f3336;

}

.white-block-content .top-meta li:last-child {

    display: block;

}

.rslides .white-block {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0;

}

/* Featured Slider Loader */

.featured-slider-loader-holder i {

    position: absolute;

    top: 50%;

    left: 50%;

    bottom: auto;

    width: auto;

    height: auto;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

/* 15. Search Page

-------------------------------------------------------------------------------------- */

.search-block {

    margin: 1px 0 20px;

}

.search-block .row .col-md-3 {

    text-align: right;

}

.search-block .white-block-content {

    padding: 35px 40px;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

}

.search-block .white-block-content h1 {

    margin: 0;

}

.search-block .white-block-content p {

    margin: 0;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-weight: 700;

}

.search-block .white-block-content .col-md-3 .save-search,

.search-block .white-block-content .col-md-3 .reset-search {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

}

.search-block .white-block-content .col-md-3 .save-search i,

.search-block .white-block-content .col-md-3 .reset-search i {

    margin-right: 3px;

}

.search-block .white-block-content .col-md-3 .save-search:hover,

.search-block .white-block-content .col-md-3 .reset-search:hover {

    text-decoration: underline;

}

.search-block .white-block-content .col-md-3 .save-search {

    margin-right: 15px;

    color: #59b453;

}

.search-block .white-block-content .col-md-3 .reset-search {

    color: #208ee6;

}

/* search organizer - - - - - */

.search-organizer {

    margin-bottom: 21px;

}

.search-organizer .pull-left {

    position: relative;

    margin-top: -1px;

}

.search-organizer .pull-left:after {

    position: absolute;

    top: 0;

    right: 0;

    height: 38px;

    line-height: 39px;

    padding: 0px 10px;

    border-radius: 2px;

    font-family: "FontAwesome";

    content: '\f107';

    background-color: white;

    color: #6e7d89;

}

.search-organizer .pull-left select.change_sort {

    padding-top: 8px;

    border-radius: 3px;

    background-color: white;

    -webkit-appearance: none;

}

.search-organizer .pull-right a {

    padding: 9px 12px;

    background-color: white;

    border-radius: 3px;

    font-size: 14px;

    color: #ccd4dc;

    text-align: center;

    display: inline-block;

}

.search-organizer .pull-right a[data-value="grid"] {

    margin-left: 7px;

}

.search-organizer .pull-right a.active {

    color: #6e7d89;

}

.search-organizer .pull-right a i {

    width: 20px;

}

.white-block.search-block {

    border-radius: 0 0 3px 3px;

}

.reset-search {

    display: block;

    margin-top: 5px;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .search-organizer .pull-left:after {

        top: 10px;

        right: 15px;

        width: 20px;

    }

}

@supports (-ms-accelerator: true) {

    .search-organizer .pull-left:after {

        top: 10px;

        right: 15px;

        width: 20px;

    }

}

@-moz-document url-prefix() {

    .search-organizer .pull-left:after {

        top: 0;

        right: 0;

    }

}

/* Alternative search page - - - - - */

.style-left {

    padding: 0 0 20px;

}

.map-left-content {

    padding-left: 30px;

    padding-right: 30px;

}

.map-left-content .col-md-6 .white-block.ad-box .white-block-content {

    min-height: 100px;

}

.map-left-content .search-block .white-block-content {

    padding: 20px 35px;

}

.map-left-content .search-bar {

    padding: 30px;

}

.map-left-content .search-bar form ul li {

    margin-bottom: 10px;

    width: 50%;

}

.map-left-content .search-bar form ul li:last-child {

    width: 100%;

}

.map-left-content .search-bar form ul li .advanced-filters {

    background-color: #59b453;

}

.map-left-content .search-bar form ul li .advanced-filters:hover, .map-left-content .search-bar form ul li .advanced-filters:active, .map-left-content .search-bar form ul li .advanced-filters:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.map-left-content .search-bar form ul li .advanced-filters.disabled {

    background-color: #a1aeb7;

}

.map-left-content .search-bar form ul li .advanced-filters.disabled:hover {

    background-color: #a1aeb7;

}

.map-left-content .search-bar form ul li .advanced-filters.filtered {

    background-color: #208ee6;

}

.map-left-content .search-bar form ul li .advanced-filters.filtered:hover, .map-left-content .search-bar form ul li .advanced-filters.filtered:active, .map-left-content .search-bar form ul li .advanced-filters.filtered:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.map-left-content .search-bar form.advanced-search ul li:nth-last-child(2) {

    float: left;

    display: block;

    margin: 0;

    width: 70%;

}

.map-left-content .search-bar form.advanced-search ul li:last-child {

    float: left;

    display: block;

    margin: 0;

    width: 30%;

}

.map-left-content .search-bar form.advanced-search ul li:last-child a {

    width: 100%;

}

.map-left-content .select2-container .select2-choice abbr {

    right: 2px;

}

/* 16. Home Products Filter

-------------------------------------------------------------------------------------- */

.home .nav.nav-tabs {

    display: inline-block;

    margin: 0 0 40px;

    border: none;

}

.home .nav.nav-tabs li {

    margin: 0 5px;

}

.home .nav.nav-tabs li a {

    padding: 10px 35px;

    background-color: white;

    border: none;

    border-radius: 3px;

    font-weight: 700;

    color: #3c4a55;

}

.home .nav.nav-tabs li.active a {

    background-color: #208ee6;

    color: white;

}

.home .all-ads a {

    min-width: 170px;

    background-color: #208ee6;

}

.home .all-ads a:hover, .home .all-ads a:active, .home .all-ads a:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

/* =17. Footer & footer widgets

------------------------------------------------------------------------------------ */

.widget-footer {

    padding: 80px 0 40px;

    background-color: #273642;

    font-size: 15px;

    color: white;

    /* logo footer - - - */

    /* follow us - - - */

    /* payments - - - */

}

.widget-footer .widget {

    padding: 0;

    background-color: transparent;

}

.widget-footer .widget h4 {

    margin-bottom: 20px;

    font-size: 20px;

    color: white;

}

.widget-footer .widget_classifieds_logo_text p {

    margin: 20px 0 0;

    color: white;

}

.widget-footer .widget_classifieds_logo_text p a {

    color: #59b453;

    border-bottom: 1px solid #59b453;

}

.widget-footer .widget_classifieds_follow_us .widget-social a {

    margin-right: 30px;

    padding: 0;

    background-color: transparent;

    font-size: 24px;

    color: white;

}

.widget-footer .widget_classifieds_follow_us .widget-social a:hover {

    color: #59b453;

}

.widget-footer .widget_classifieds_payments ul {

    margin: 0;

}

.widget-footer .widget_classifieds_payments ul li {

    margin-right: 10px;

    padding: 0;

}

.widget-footer .widget_classifieds_payments ul li a img {

    height: 21px;

}

.widget-footer p {

    font-size: 15px;

}

/* =18. Map Styling

------------------------------------------------------------------------------------ */

.header-map {

    position: relative;

    padding: 0;

}

.header-map #map {

    height: 650px;

}

.header-map #map img {

    max-width: none;

}

.header-map #map .infoBox .info-window {

    position: relative;

    padding: 20px;

    background-color: white;

    border-radius: 3px;

}

.header-map #map .infoBox .info-window .info-image {

    float: left;

    display: block;

    margin-right: 15px;

}

.header-map #map .infoBox .info-window .info-image img {

    border: 5px solid whitesmoke;

    border-radius: 50%;

}

.header-map #map .infoBox .info-window .info-details {

    display: inline-block;

    width: calc(100% - 96px);

    margin-top: 0;

}

.header-map #map .infoBox .info-window .info-details a {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    font-weight: 700;

    color: #3c4a55;

    line-height: 21px;

}

.header-map #map .infoBox .info-window .info-details a:hover {

    color: #3c4a55;

    text-decoration: underline;

}

.header-map #map .infoBox .info-window .info-details p {

    margin: 0;

}

.header-map #map .infoBox .info-window .info-details p a {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 12px;

    color: #208ee6;

    border: none;

}

.header-map #map .infoBox .info-window .info-details p a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.header-map #map .infoBox .info-window .info-details p i {

    margin-right: 2px;

    font-size: 15px;

    color: #59b453;

    line-height: 24px;

    vertical-align: bottom;

}

.header-map #map .infoBox .info-window:before {

    position: absolute;

    bottom: -30px;

    left: 35px;

    content: '\f0d7';

    font-family: 'FontAwesome';

    font-size: 36px;

    color: white;

}

.header-map #map .infoBox .info-window .info-price {

    position: absolute;

    top: -20px;

    left: 0;

    padding: 6px 15px;

    background: #fff;

    border-top-left-radius: 3px;

    border-top-right-radius: 3px;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    font-weight: 700;

    color: #e7a119;

}

.header-map #map .infoBox .info-window .info-price span {

    font-size: 11px;

    color: #f44719;

    text-decoration: line-through;

}

.header-map #map .infoBox .info-window .info-price span.call-price {

    font-size: 13px;

    color: #208ee6;

    text-decoration: none;

}

.header-map #map .infoBox .info-window .info-price span.free-price {

    font-size: 13px;

    color: #59b453;

    text-decoration: none;

}

.header-map #map .infoBox > img {

    top: -1px;

    width: 19px;

    height: 18px;

    opacity: 0;

    z-index: 2;

}

.header-map #map .infoBox:before {

    position: absolute;

    top: 0;

    right: 0;

    width: 23px;

    height: 21px;

    background-color: transparent;

    border-top-right-radius: 3px;

    border-bottom-left-radius: 3px;

    content: '';

    cursor: pointer;

}

.header-map #map .infoBox:after {

    position: absolute;

    top: 3px;

    right: 7px;

    content: '\f00d';

    font-family: 'FontAwesome';

    color: #a1aeb7;

    cursor: pointer;

    z-index: 1;

}

.map-info-window {

    background: #e9e9e9;

    border-radius: 3px;

    box-shadow: 8px 8px 16px #222;

    color: #232323;

    min-width: 150px;

    max-width: 200px;

    max-height: 300px;

    text-align: center;

    padding: 5px 20px 10px;

    overflow: hidden;

    position: absolute;

    text-transform: uppercase;

}

.map-info-window .map-info-window .map-info-close {

    float: right;

    cursor: pointer;

    margin-right: -5px;

    margin-left: 5px;

}

.map-info-window .map-info-window .map-info-close .map-info-window h5 {

    font-weight: bold;

}

.map-info-window .map-info-window .map-info-close .map-info-window p {

    color: #000;

}

@media screen and (min-width: 400px) {

    .infoBox {

        width: 310px;

    }

}

.info-box-markers-list {

    max-height: 120px;

    overflow-y: scroll;

    overflow-x: hidden;

}

.header-map #map .infoBox .info-box-markers-list .info-window:before {

    content: '';

    height: 0px;

    width: 0px;

}

.header-map #map .infoCluster.infoBox > img {

    top: 0px;

    right: 10px;

}

.infoCluster {

    padding-right: 10px;

}

.header-map #map .infoCluster.infoBox:after {

    top: 5px;

    right: 18px;

}

.header-map #map .infoBox .info-box-markers-list::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

.header-map #map .infoBox .info-box-markers-list::-webkit-scrollbar-track {

    width: 3px;

    background-color: white;

    border-radius: 3px;

}

.header-map #map .infoBox .info-box-markers-list::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

.header-map #map .infoCluster.infoBox ul li:not(:first-child) .info-window {

    padding-top: 0px;

}

.header-map #map .infoCluster.infoBox ul.info-box-markers-list li .info-window {

    padding-top: 30px;

    padding-bottom: 15px;

}

.header-map #map .infoCluster.infoBox ul.info-box-markers-list li:first-child .info-window .info-price {

    top: 7px;

    left: 0;

    padding: 0 15px;

}

.header-map #map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window {

    padding-top: 30px;

    border-top: 1px solid #e7e7e7;

}

.header-map #map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window .info-price {

    top: 8px;

    left: 0;

    padding: 0 15px;

}

.header-map #map .infoCluster.infoBox ul.no-price-list li:first-child .info-window,

.header-map #map .infoCluster.infoBox ul.no-price-list li:not(:first-child) .info-window {

    padding: 15px 20px;

}

/* =19. Woocommerce Styling

------------------------------------------------------------------------------------ */

.woocommerce {

    /* message - - - */

}

.woocommerce ul.products li.product {

    background-color: white;

    border-radius: 3px;

    overflow: hidden;

}

.woocommerce ul.products li.product a h3 {

    padding: 10px 20px 0;

    font-size: 16px;

    line-height: 24px;

    text-transform: capitalize;

}

.woocommerce ul.products li.product a h3:hover {

    text-decoration: underline;

}

.woocommerce ul.products li.product a .star-rating {

    display: block;

    margin: 10px 20px;

}

.woocommerce ul.products li.product a .star-rating span:before {

    color: #e7a119;

}

.woocommerce ul.products li.product a .price {

    padding: 7px 20px;

    font-size: 16px;

    font-weight: 700;

}

.woocommerce ul.products li.product a .price .amount {

    color: #e7a119;

}

.woocommerce ul.products li.product a .price del {

    display: inline-block;

    margin-left: 7px;

    font-size: 12px;

    color: #f44719;

    opacity: 1;

}

.woocommerce ul.products li.product a .price del .amount {

    color: #f44719;

}

.woocommerce ul.products li.product a .price ins {

    float: left;

    text-decoration: none;

}

.woocommerce ul.products li.product a .onsale {

    top: 6px;

    right: 6px;

    margin: 0;

    padding: 0;

    background-color: #e7a119;

    border-radius: 3px;

    font-size: 12px;

}

.woocommerce ul.products li.product a.button,

.woocommerce ul.products li.product a.wc-forward {

    margin: 0 20px 20px;

    border-radius: 3px;

    font-size: 13px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce ul.products li.product a.button:hover, .woocommerce ul.products li.product a.button:active, .woocommerce ul.products li.product a.button:focus,

.woocommerce ul.products li.product a.wc-forward:hover,

.woocommerce ul.products li.product a.wc-forward:active,

.woocommerce ul.products li.product a.wc-forward:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce ul.products li.product a.wc-forward {

    padding: 5px 35px;

    text-align: center;

    font-weight: 700;

}

.woocommerce ul.products li.product.product-type-variable .price {

    color: #e7a119;

}

.woocommerce ul.products li.product.product-type-variable .price .amount {

    margin-right: 3px;

}

.woocommerce ul.products li.product.product-type-variable .price .amount:nth-last-child(1) {

    margin-left: 3px;

}

.woocommerce form.woocommerce-ordering {

    margin: -10px 0 30px;

}

.woocommerce .orderby,

.woocommerce .orderby[readonly="readonly"] {

    position: relative;

    padding: 10px 15px;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce .orderby:hover,

.woocommerce .orderby[readonly="readonly"]:hover {

    box-shadow: none;

    outline: 0;

}

.woocommerce .orderby:active, .woocommerce .orderby:focus,

.woocommerce .orderby[readonly="readonly"]:active,

.woocommerce .orderby[readonly="readonly"]:focus {

    box-shadow: none;

    outline: 0;

}

.woocommerce .orderby::-webkit-input-placeholder {

    color: #60717e;

}

.woocommerce .orderby:-moz-placeholder {

    /* Firefox 18- */

    color: #60717e;

}

.woocommerce .orderby::-moz-placeholder {

    /* Firefox 19+ */

    color: #60717e;

}

.woocommerce .orderby:-ms-input-placeholder {

    color: #60717e;

}

.woocommerce .container .woocommerce-message {

    background-color: white;

    border-top-color: #59b453;

    border-radius: 3px;

    line-height: 34px;

}

.woocommerce .container .woocommerce-message a.wc-forward {

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce .container .woocommerce-message a.wc-forward:hover, .woocommerce .container .woocommerce-message a.wc-forward:active, .woocommerce .container .woocommerce-message a.wc-forward:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce .container .woocommerce .woocommerce-error,

.woocommerce .container .woocommerce .woocommerce-info,

.woocommerce .container .woocommerce .woocommerce-message {

    background-color: white;

    border-radius: 3px;

    line-height: 34px;

}

.woocommerce .container .woocommerce .woocommerce-error a.wc-forward,

.woocommerce .container .woocommerce .woocommerce-info a.wc-forward,

.woocommerce .container .woocommerce .woocommerce-message a.wc-forward {

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce .container .woocommerce .woocommerce-error a.wc-forward:hover, .woocommerce .container .woocommerce .woocommerce-error a.wc-forward:active, .woocommerce .container .woocommerce .woocommerce-error a.wc-forward:focus,

.woocommerce .container .woocommerce .woocommerce-info a.wc-forward:hover,

.woocommerce .container .woocommerce .woocommerce-info a.wc-forward:active,

.woocommerce .container .woocommerce .woocommerce-info a.wc-forward:focus,

.woocommerce .container .woocommerce .woocommerce-message a.wc-forward:hover,

.woocommerce .container .woocommerce .woocommerce-message a.wc-forward:active,

.woocommerce .container .woocommerce .woocommerce-message a.wc-forward:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-checkout .white-block {

    border-radius: 3px;

}

.woocommerce-checkout .white-block .checkout_coupon {

    background-color: white;

    border: 1px solid whitesmoke;

    border-radius: 3px;

}

.woocommerce-checkout .white-block .checkout_coupon .form-row {

    margin: 0;

}

.woocommerce-checkout .white-block .checkout_coupon .form-row input {

    position: relative;

    padding: 10px 15px;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce-checkout .white-block .checkout_coupon .form-row input[type="submit"] {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce-checkout .white-block .checkout_coupon .form-row input[type="submit"]:hover, .woocommerce-checkout .white-block .checkout_coupon .form-row input[type="submit"]:active, .woocommerce-checkout .white-block .checkout_coupon .form-row input[type="submit"]:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-checkout .white-block .checkout_coupon .form-row input[type="submit"]:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce-checkout .white-block .woocommerce-billing-fields p label,

.woocommerce-checkout .white-block .woocommerce-shipping-fields p label {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    text-transform: capitalize;

}

.woocommerce-info,

.woocommerce-error {

    border-radius: 3px;

}

.woocommerce .widget_shopping_cart .cart_list li a.remove,

.woocommerce.widget_shopping_cart .cart_list li a.remove,

.woocommerce .widget_shopping_cart .cart_list li a.remove,

.woocommerce.widget_shopping_cart .cart_list li a.remove {

    margin-top: 5px;

    font-size: 14px;

    text-decoration: none;

}

.woocommerce.single {

    /* quantity - - - */

}

.woocommerce.single #container .woocommerce-breadcrumb {

    margin: 30px 0;

}

.woocommerce.single #container .onsale {

    top: 40px;

    left: 40px;

    margin: 0;

    padding: 0;

    background-color: #e7a119;

    border-radius: 3px;

    font-size: 12px;

    z-index: 1;

}

.woocommerce.single #container .product {

    background-color: white;

    margin-bottom: 60px;

    border-radius: 3px;

    overflow: hidden;

}

.woocommerce.single #container .product form.cart table {

    width: 90%;

}

.woocommerce.single #container .product form.cart table td {

    padding: 10px 0;

}

.woocommerce.single #container .product form.cart table td label[for="size"] {

    margin-top: 20px;

    color: #3c4a55;

}

.woocommerce.single #container .product .images,

.woocommerce.single #container .product .summary {

    background-color: white;

}

.woocommerce.single #container .product .summary {

    margin-top: 40px;

}

.woocommerce.single #container .product .summary .woocommerce-product-rating {

    margin-bottom: 0;

}

.woocommerce.single #container .product .summary .woocommerce-product-rating .star-rating span:before {

    color: #e7a119;

}

.woocommerce.single #container .product .summary .woocommerce-product-rating a {

    font-size: 13px;

    color: #6e7d89;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price .amount {

    font-size: 28px;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price ins {

    float: left;

    margin-right: 20px;

    text-decoration: none;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price del {

    opacity: 1;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price del .amount {

    font-size: 18px;

    color: #f44719;

    text-decoration: line-through;

}

.woocommerce.single #container .product .summary .label {

    vertical-align: text-bottom;

}

.woocommerce.single #container .product .summary .label label a {

    padding: 8px 10px;

}

.woocommerce.single #container .product .summary .price {

    vertical-align: text-bottom;

}

.woocommerce.single #container .product .summary .price .amount {

    font-size: 18px;

}

.woocommerce.single #container .product .images {

    padding: 40px;

}

.woocommerce.single #container .product .images a img {

    border-radius: 3px;

}

.woocommerce.single #container .product .images .thumbnails a img {

    max-width: 100%;

    height: auto;

    border-radius: 3px;

}

.woocommerce.single #container .product .price .amount {

    font-size: 28px;

    font-weight: 700;

    color: #e7a119;

}

.woocommerce.single #container .product div[itemprop="offers"] {

    padding: 10px 0;

}

.woocommerce.single #container .product .cart a {

    min-width: 130px;

    border-radius: 3px;

    color: white;

    text-transform: uppercase;

    text-align: center;

    background-color: #59b453;

}

.woocommerce.single #container .product .cart a:hover, .woocommerce.single #container .product .cart a:active, .woocommerce.single #container .product .cart a:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce.single #container .product .product_meta .posted_in,

.woocommerce.single #container .product .product_meta .tagged_as {

    display: block;

    color: #333;

}

.woocommerce.single #container .product .product_meta .posted_in a,

.woocommerce.single #container .product .product_meta .tagged_as a {

    color: #a1aeb7;

}

.woocommerce.single #container .product .product_meta .posted_in a:hover,

.woocommerce.single #container .product .product_meta .tagged_as a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.woocommerce.single #container .product .product_meta .tagged_as {

    margin-top: 10px;

}

.woocommerce.single div.product {

    /* tabs - - - */

}

.woocommerce.single div.product .woocommerce-tabs {

    border-radius: 3px;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs {

    padding-left: 40px;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs:after {

    display: none;

    border-color: whitesmoke;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li {

    background-color: #f3f6f9;

    border-color: whitesmoke;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li a {

    color: #6e7d89;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li:after {

    display: none;

    border-color: whitesmoke;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {

    background-color: white;

    border-color: whitesmoke;

    border-top: 2px solid #59b453;

    border-bottom-color: white;

}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {

    color: #3c4a55;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab {

    padding: 0 40px 40px;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews .comment-reply-title {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 20px;

    font-weight: 700;

    color: #3c4a55;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews #comments ol.commentlist {

    padding: 30px;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews #comments ol.commentlist li.comment .comment_container img.avatar {

    width: 80px;

    height: 80px;

    border-radius: 50%;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews #comments ol.commentlist li.comment .comment_container .comment-text {

    margin-left: 100px;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews #comments ol.commentlist li.comment .comment_container .comment-text div[itemprop="reviewRating"] span:before {

    color: #e7a119;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input,

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input[readonly="readonly"] {

    position: relative;

    padding: 10px 15px;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input:hover,

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input[readonly="readonly"]:hover {

    box-shadow: none;

    outline: 0;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input:active, .woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input:focus,

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input[readonly="readonly"]:active,

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input[readonly="readonly"]:focus {

    box-shadow: none;

    outline: 0;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input::-webkit-input-placeholder {

    color: #60717e;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input:-moz-placeholder {

    /* Firefox 18- */

    color: #60717e;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input::-moz-placeholder {

    /* Firefox 19+ */

    color: #60717e;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p input:-ms-input-placeholder {

    color: #60717e;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form p label {

    display: block;

    margin-bottom: 5px;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-rating p.stars {

    font-size: 14px;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-rating p.stars a {

    font-size: 14px;

    color: #e7a119;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-comment textarea {

    position: relative;

    padding: 10px 15px;

    height: 150px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-comment textarea:hover {

    box-shadow: none;

    outline: 0;

}

.woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-comment textarea:active, .woocommerce.single div.product .woocommerce-tabs .panel.wc-tab .comment-form .comment-form-comment textarea:focus {

    box-shadow: none;

    outline: 0;

}

.woocommerce.single .related.products {

    padding: 0 40px;

}

.woocommerce.single .related.products h2 {

    margin-bottom: 20px;

}

.woocommerce.single h2 {

    font-size: 24px;

}

.woocommerce.single .quantity .qty {

    position: relative;

    margin-right: 10px;

    padding: 6px 0;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce.single #respond input#submit.alt,

.woocommerce.single a.button.alt,

.woocommerce.single button.button.alt,

.woocommerce.single input.button.alt

.single_add_to_cart_button.button.alt {

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce.single #respond input#submit.alt:hover, .woocommerce.single #respond input#submit.alt:active, .woocommerce.single #respond input#submit.alt:focus,

.woocommerce.single a.button.alt:hover,

.woocommerce.single a.button.alt:active,

.woocommerce.single a.button.alt:focus,

.woocommerce.single button.button.alt:hover,

.woocommerce.single button.button.alt:active,

.woocommerce.single button.button.alt:focus,

.woocommerce.single input.button.alt

.single_add_to_cart_button.button.alt:hover,

.woocommerce.single input.button.alt

.single_add_to_cart_button.button.alt:active,

.woocommerce.single input.button.alt

.single_add_to_cart_button.button.alt:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce.single #respond input#submit.alt:hover,

.woocommerce.single a.button.alt:hover,

.woocommerce.single button.button.alt:hover,

.woocommerce.single input.button.alt

.single_add_to_cart_button.button.alt:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce.single #container .summary .variations .value .reset_variations {

    display: block;

    margin-top: 45px;

    background-color: transparent;

    font-size: 12px;

    color: #f44719;

    text-align: left;

    text-transform: capitalize;

}

.woocommerce.single #container .summary .variations .value .reset_variations:hover {

    text-decoration: underline;

}

.woocommerce-cart .white-block .white-block-content {

    border-radius: 3px;

}

.woocommerce-cart .white-block .white-block-content .page-content .woocommerce .return-to-shop a {

    margin-top: 10px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce-cart .white-block .white-block-content .page-content .woocommerce .return-to-shop a:hover, .woocommerce-cart .white-block .white-block-content .page-content .woocommerce .return-to-shop a:active, .woocommerce-cart .white-block .white-block-content .page-content .woocommerce .return-to-shop a:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-account .white-block {

    margin: 0;

}

.woocommerce-account .white-block .white-block-content {

    padding-bottom: 20px;

    border-radius: 3px;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce h2 {

    margin: 0;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form {

    border: none;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row label {

    font-family: "Montserrat";

    text-transform: capitalize;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row label[for="rememberme"] {

    display: block;

    margin-top: 10px;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row label[for="rememberme"] input {

    height: 12px;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input {

    position: relative;

    padding: 10px 15px;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input.button {

    margin-top: 10px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input.button:hover, .woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input.button:active, .woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input.button:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .form-row input.button:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .lost_password a {

    width: auto;

    background-color: transparent;

    border: none;

    font-size: 14px;

    color: #f44719;

    text-decoration: underline;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce form .lost_password a:hover {

    color: #f44719;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .myaccount_user,

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .myaccount_address {

    margin-bottom: 20px;

    font-size: 14px;

    line-height: 23px;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .myaccount_address {

    margin-top: 10px;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .address h3 {

    margin-bottom: 0;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .address a {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    color: #208ee6;

    text-decoration: underline;

}

.woocommerce-account .white-block .white-block-content .page-content .woocommerce .address address {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    line-height: 23px;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content {

    padding-bottom: 60px;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce h3, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce h3 {

    margin-top: 0;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce p input[type="submit"], .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce p input[type="submit"] {

    margin: 20px 0;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:hover, .woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:active, .woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:focus, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:hover, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:active, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:hover, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce p input[type="submit"]:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce fieldset, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce fieldset {

    margin-top: 20px;

}

.woocommerce-account.woocommerce-edit-address .white-block .white-block-content .page-content .woocommerce fieldset legend, .woocommerce-account.woocommerce-edit-account .white-block .white-block-content .page-content .woocommerce fieldset legend {

    margin-bottom: 5px;

    border: none;

}

.woocommerce.single #container .related.products .onsale {

    top: 6px;

    right: 6px;

    left: auto;

    margin: 0;

    padding: 0;

    background-color: #e7a119;

    font-size: 12px;

}

.woocommerce table.shop_attributes td p {

    font-style: normal;

    color: #a1aeb7;

}

/* related products - - - - - */

.woocommerce.single #container .related.products .product {

    margin-bottom: 0;

}

.woocommerce.single #container .related.products .product .price .amount {

    font-size: 16px;

}

.woocommerce.single #container .related.products .product .price del {

    font-size: 12px;

}

.woocommerce.single #container .related.products .product .price del .amount {

    font-size: 12px;

    color: #f44719;

}

/* variable products - - - */

.woocommerce.single #container .product .summary div[itemprop="offers"] .price {

    color: #e7a119;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price .amount {

    margin-right: 5px;

}

.woocommerce.single #container .product .summary div[itemprop="offers"] .price .amount:nth-last-child(1) {

    margin-left: 5px;

    margin-right: 0;

}

.woocommerce.single #container .product .summary .single_variation {

    margin-bottom: 10px;

}

.woocommerce.single #container .product .product_meta .sku_wrapper {

    display: block;

    margin-bottom: 10px;

}

.woocommerce #review_form #respond .form-submit input {

    color: white;

    text-transform: uppercase;

    border-radius: 3px;

    font-size: 14px;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit input:active, .woocommerce #review_form #respond .form-submit input:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce #review_form #respond .form-submit input:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce #reviews textarea#comment {

    height: 150px;

}

.woocommerce #comments .woocommerce-noreviews {

    margin: 0;

    font-size: 16px;

}

.woocommerce .required {

    font-size: 16px;

    color: #f44719;

}

.woocommerce #reviews #comments ol.commentlist li.comment .comment-text {

    padding: 0;

    border: none;

}

.woocommerce #reviews #comments ol.commentlist li.comment .comment-text p.meta {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #a1aeb7;

}

.woocommerce #reviews #comments ol.commentlist li.comment .comment-text p.meta strong {

    color: #3c4a55;

}

select {

    position: relative;

    padding: 10px 15px;

    height: 38px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

select:hover {

    box-shadow: none;

    outline: 0;

}

select:active, select:focus {

    box-shadow: none;

    outline: 0;

}

/* woocommerce cart page - - - - - */

.woocommerce-cart .woocommerce table.cart tbody .cart_item td {

    padding: 20px 12px;

}

.woocommerce-cart .woocommerce table.cart tbody .cart_item td.product-remove a {

    background-color: transparent;

}

.woocommerce-cart .woocommerce table.cart tbody .cart_item td.product-remove a:hover {

    background-color: #f44719;

}

.woocommerce-cart .woocommerce table.cart tbody .cart_item td.product-name a {

    width: auto;

    background-color: transparent;

    color: #3c4a55;

}

.woocommerce-cart .woocommerce table.cart tbody .cart_item td.product-name a:hover {

    color: #3c4a55;

    text-decoration: underline;

}

.woocommerce-cart .woocommerce table.cart tbody .cart_item td.product-quantity .quantity input {

    position: relative;

    padding: 7px 0;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce-cart .woocommerce table.cart tbody td.actions {

    padding: 15px 20px;

}

.woocommerce-cart .woocommerce table.cart tbody td.actions .coupon input[name="coupon_code"] {

    position: relative;

    padding: 8px 12px;

    width: 48%;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce-cart .woocommerce table.cart tbody input[name="apply_coupon"],

.woocommerce-cart .woocommerce table.cart tbody input[name="update_cart"] {

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce-cart .woocommerce table.cart tbody input[name="apply_coupon"]:hover, .woocommerce-cart .woocommerce table.cart tbody input[name="apply_coupon"]:active, .woocommerce-cart .woocommerce table.cart tbody input[name="apply_coupon"]:focus,

.woocommerce-cart .woocommerce table.cart tbody input[name="update_cart"]:hover,

.woocommerce-cart .woocommerce table.cart tbody input[name="update_cart"]:active,

.woocommerce-cart .woocommerce table.cart tbody input[name="update_cart"]:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce-cart .woocommerce table.cart img {

    width: auto;

    max-width: 60px;

}

.woocommerce-cart .woocommerce .cart_totals table tbody tr.cart-subtotal {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.woocommerce-cart .woocommerce .cart_totals table tbody tr.cart-subtotal td {

    padding-left: 20px;

}

.woocommerce-cart .woocommerce .cart_totals table tbody tr.order-total {

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a {

    padding: 12px;

    color: white;

    text-transform: uppercase;

}

/* woocommerce checkout - - - - - */

.woocommerce .woocommerce-checkout input,

.woocommerce .woocommerce-checkout select,

.woocommerce .woocommerce-checkout textarea {

    position: relative;

    padding: 8px 20px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce .woocommerce-checkout #payment .payment_method_paypal .about_paypal {

    float: none;

    margin-left: 10px;

    background-color: transparent;

    color: #6e7d89;

}

.woocommerce #s2id_billing_country .select2-choice {

    background-color: #f3f6f9;

    border: none;

    height: 34px;

    border-radius: 3px;

    color: #6e7d89;

    line-height: 33px;

}

.woocommerce #s2id_billing_country .select2-choice .select2-arrow b:after {

    margin-left: -5px;

    margin-top: -5px;

}

.woocommerce #payment #place_order,

.woocommerce form .form-row-last,

.woocommerce-page #payment #place_order,

.woocommerce-page form .form-row-last {

    text-transform: uppercase;

}

.woocommerce-page.woocommerce ul.products li.product a img {

    margin: 0 auto;

    max-width: 100%;

    width: auto;

}

/* products ordering - - - - - */

.woocommerce .product-3 ul.products li.product,

.woocommerce-page ul.products li.product {

    width: 30.8%;

}

.woocommerce .woocommerce-ordering select {

    margin-top: 10px;

}

.woocommerce .pull-right .woocommerce-breadcrumb {

    margin-top: 60px;

}

.woocommerce .container .woocommerce-breadcrumb {

    font-weight: 700;

    color: #3c4a55;

}

.woocommerce .container .woocommerce-breadcrumb:before, .woocommerce .container .woocommerce-breadcrumb:after {

    color: #a1aeb7;

}

.woocommerce .container .woocommerce-breadcrumb a {

    color: #a1aeb7;

}

/* woocommerce widgets - - - - - */

.woo-count .white-block-content {

    padding: 20px 30px;

}

.woo-count .white-block-content .woocommerce-result-count {

    margin: 0;

    line-height: 38px;

}

.woo-count .white-block-content .woocommerce-ordering {

    margin: 0;

}

.woo-count .white-block-content .woocommerce-ordering select {

    margin: 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce {

    border-radius: 3px;

    /* price filter - - - */

    /* products - - - */

    /* reviews - - - - - */

    /* product search - - - - - */

    /* tagcloud - - - - - */

    /* shopping cart - - - - - */

    /* widget top rated products - - - - - */

    /* recently viewed products - - - - - */

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .ui-widget-content {

    margin: 20px 0;

    background-color: #e9e9e9;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range {

    background-color: #7dcffb;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle {

    background-color: #7dcffb;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button {

    font-size: 13px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button:hover, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button:active, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_products ul.product_list_widget li {

    padding: 15px 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_products ul.product_list_widget li a {

    font-size: 13px;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_products ul.product_list_widget li a:hover {

    text-decoration: underline;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_products ul.product_list_widget li span.amount {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce p.buttons a.checkout {

    margin-top: 10px;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recent_reviews .star-rating {

    margin: 5px 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recent_reviews .star-rating span:before {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recent_reviews .star-rating + .reviewer {

    font-size: 14px;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input.search-field {

    position: relative;

    margin-bottom: 10px;

    padding: 8px 20px;

    background-color: #f3f6f9;

    border: none;

    border-radius: 3px;

    box-shadow: none;

    color: #60717e;

    outline: 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input[type="submit"] {

    color: white;

    text-transform: uppercase;

    padding: 7px 16px;

    border-radius: 3px;

    border: none;

    font-size: 13px;

    font-weight: 700;

    background-color: #59b453;

    transition: all 0.3s ease-in-out;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input[type="submit"]:hover, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input[type="submit"]:active, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input[type="submit"]:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_search form input[type="submit"]:hover {

    transition: all 0.3s ease-in-out;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_tag_cloud .tagcloud a {

    color: #6e7d89;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {

    color: #208ee6;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity .amount {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a {

    font-size: 13px;

    color: white;

    text-transform: uppercase;

    background-color: #59b453;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a:active, .woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout {

    background-color: #a46497;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover {

    background-color: #935386;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_top_rated_products .product_list_widget li {

    margin: 15px 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_top_rated_products .product_list_widget li .star-rating {

    margin: 5px 0;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_top_rated_products .product_list_widget li .star-rating span:before {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_top_rated_products .product_list_widget li .amount {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li .amount {

    color: #e7a119;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li ins {

    text-decoration: none;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li ins .amount {

    text-decoration: none;

}

.woocommerce .col-md-9 + .col-md-3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li del .amount {

    font-size: 14px;

    color: #f44719;

}

.woocommerce ul.cart_list li a,

.woocommerce ul.product_list_widget li a,

.product-title {

    font-size: 13px;

}

.quantity {

    font-size: 14px;

}

.quantity .amount {

    font-size: 14px;

}

.woocommerce.woocommerce-page ul.products li.product,

.woocommerce.woocommerce-page ul.products li.product {

    width: 30.8%;

}

/* =20. Ad Single

------------------------------------------------------------------------------------ */

.single-cad .single-ad-image {

    display: block;

    margin-bottom: 40px;

}

.single-cad .single-ad-image:active, .single-cad .single-ad-image:focus {

    outline: 0;

}

.single-cad .single-ad-image img {

    border-radius: 3px;

    max-width: 100%;

    height: auto;

}

.single-cad .ad-single-thumbs .owl-item img {

    margin-bottom: 20px;

    border-radius: 3px;

    max-width: 100%;

    height: auto;

    width: auto;

}

.single-cad .ad-single-thumbs .owl-item img:hover {

    cursor: pointer;

}

.single-cad .col-md-8 {

    /* ad single widgets - - - - - */

}

.single-cad .col-md-8 .white-block {

    border-radius: 3px;

}

.single-cad .col-md-8 .white-block .white-block-content {

    padding: 30px;

}

.single-cad .col-md-8 .white-block .white-block-content .featured {

    position: absolute;

    top: 15px;

    right: 15px;

}

.single-cad .col-md-8 .white-block .white-block-content .blog-title {

    margin: 15px 0;

}

.single-cad .col-md-8 .white-block .white-block-content .blog-title ~ p {

    font-size: 15px;

}

.single-cad .col-md-8 .white-block .white-block-content ul {

    margin: 20px 0;

}

.single-cad .col-md-8 .white-block .white-block-content ul li {

    padding: 7px 0;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-pricing {

    font-size: 32px;

    font-weight: 700;

    color: #e7a119;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-pricing span {

    margin-left: 5px;

    font-size: 16px;

    color: #f44719;

    text-decoration: line-through;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-pricing span.free-price, .single-cad .col-md-8 .white-block .white-block-content .ad-pricing span.call-price {

    margin: 0;

    font-size: 26px;

    text-decoration: none;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-pricing span.free-price {

    color: #59b453;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-pricing span.call-price {

    color: #208ee6;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details {

    margin: 30px -30px 0;

    padding: 0 30px 0;

    border-top: 1px solid whitesmoke;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details h3 {

    margin-bottom: 20px;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col {

    display: block;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dt,

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dd {

    display: inline-block;

    width: 50%;

    font-size: 14px;

    font-weight: 400;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dt {

    margin-top: 2px;

    margin-bottom: 15px;

    vertical-align: top;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dd {

    margin-bottom: 15px;

    padding-left: 10px;

    font-size: 13px;

    color: #3c4a55;

    line-height: 24px;

}

.single-cad .col-md-8 .white-block .white-block-content .ad-details .list-2-col:nth-child(3) {

    padding-left: 45px;

}

.single-cad .col-md-8 .white-block .tag-list {

    padding: 20px 30px;

    margin: 0 -30px -30px;

    border-top: 1px solid whitesmoke;

}

.single-cad .col-md-8 .white-block .tag-list i {

    margin-right: 5px;

}

.single-cad .col-md-8 .white-block .tag-list a {

    color: #6e7d89;

}

.single-cad .col-md-8 .white-block .tag-list a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.single-cad .col-md-8 + .col-md-4 .widget {

    border-radius: 3px;

}

.single-cad .col-md-8 + .col-md-4 .widget h4 {

    margin: 0 -20px;

    padding: 0 20px 15px;

    border-bottom: 1px solid whitesmoke;

}

.single-cad .col-md-8 + .col-md-4 .widget h4 i {

    margin-right: 10px;

    font-size: 20px;

    color: #a1aeb7;

}

.single-cad .col-md-8 + .col-md-4 .widget .media {

    margin: 0;

    padding: 20px 10px;

}

.single-cad .col-md-8 + .col-md-4 .widget .media a {

    position: relative;

}

.single-cad .col-md-8 + .col-md-4 .widget .media a img {

    border-radius: 50%;

}

.single-cad .col-md-8 + .col-md-4 .widget .media a .verified {

    position: absolute;

    bottom: -3px;

    right: 22px;

}

.single-cad .col-md-8 + .col-md-4 .widget .media .media-body ul {

    margin: 0;

    padding-left: 15px;

}

.single-cad .col-md-8 + .col-md-4 .widget .media .media-body ul li {

    padding: 5px 0;

    border: none;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #3c4a55;

}

.single-cad .col-md-8 + .col-md-4 .widget .media .media-body ul li span {

    font-size: 12px;

    color: #a1aeb7;

}

.single-cad .col-md-8 + .col-md-4 .widget .media .media-body ul li i {

    margin-right: 10px;

    width: 10px;

    font-size: 16px;

    color: #a1aeb7;

    text-align: center;

}

.single-cad .col-md-8 + .col-md-4 .widget .media .media-body ul li a {

    color: #3c4a55;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions {

    zoom: 1;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul {

    margin: 0 -20px;

    padding: 0 30px 15px;

    border-top: 1px solid whitesmoke;

    zoom: 1;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul li {

    display: block;

    float: left;

    padding: 10px 0 0;

    width: 50%;

    border: none;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul li a {

    font-size: 14px;

    color: #6e7d89;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul li a:active, .single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul li a:focus {

    outline: 0;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul li a i {

    margin-right: 15px;

    font-size: 17px;

    color: #a1aeb7;

    line-height: 21px;

    vertical-align: bottom;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul:before, .single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul:after {

    content: " ";

    display: table;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions ul:after {

    clear: both;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions:before, .single-cad .col-md-8 + .col-md-4 .widget .ad-actions:after {

    content: " ";

    display: table;

}

.single-cad .col-md-8 + .col-md-4 .widget .ad-actions:after {

    clear: both;

}

.single-cad #single-map {

    margin: 0 -20px -20px;

    height: 230px;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

}

.single-cad #single-map img {

    max-width: none;

}

/* Ad single modals - - - - - */

#share .share-networks {

    margin: 0;

}

#share .share-networks li {

    display: inline-block;

    margin-right: 5px;

}

#share .share-networks li a {

    padding: 15px 13px;

    background-color: #a1aeb7;

    border-radius: 3px;

    color: white;

    text-align: center;

    line-height: 84px;

}

#share .share-networks li a i {

    width: 30px;

    font-size: 20px;

}

#share .share-networks li a.google-plus {

    background-color: #dd4b39;

}

#share .share-networks li a.facebook {

    background-color: #3b5998;

}

#share .share-networks li a.twitter {

    background-color: #00aced;

}

#question h4,

#report h4 {

    margin-bottom: 20px;

}

#question .form-ask input,

#report .form-ask input {

    margin-bottom: 20px;

    width: 70%;

}

#question .form-ask input[type="text"] + label,

#report .form-ask input[type="text"] + label {

    margin-bottom: 2px;

}

#question .description,

#report .description {

    margin-top: 0;

    font-size: 11px;

}

#question textarea,

#report textarea {

    min-height: 150px;

}

#question .submit-form-ajax,

#report .submit-form-ajax {

    margin-top: 25px;

}

#question .ajax-response .alert,

#report .ajax-response .alert {

    margin-top: 10px;

}

/* modals responsiveness override - - - - */

@media (min-width: 1030px) {

    #share .modal-dialog,

    #question .modal-dialog,

    #report .modal-dialog {

        width: 400px;

    }

}

@media (min-width: 768px) {

    #share .modal-dialog,

    #question .modal-dialog,

    #report .modal-dialog {

        width: 400px;

    }

}

@media (min-width: 320px) {

    #question .form-ask input,

    #report .form-ask input {

        width: 100%;

    }

}

/* -ad single carousel */

.ad-single-thumbs {

    overflow: hidden;

}

.ad-single-thumbs:hover .owl-prev {

    left: 0;

}

.ad-single-thumbs:hover .owl-next {

    right: 13px;

}

/* =23. My Profile

------------------------------------------------------------------------------------ */

.page-template-page-tpl_my_profile .col-md-4 .widget,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget,

.archive.author .col-md-4 .widget,

.archive.author .col-md-8 + .col-md-4 .widget {

    border-radius: 3px 3px 0 3px;

    overflow: visible;

}

.page-template-page-tpl_my_profile .col-md-4 .widget h4,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget h4,

.archive.author .col-md-4 .widget h4,

.archive.author .col-md-8 + .col-md-4 .widget h4 {

    margin: 0 -20px;

    padding: 0 20px 15px;

    border-bottom: 1px solid whitesmoke;

}

.page-template-page-tpl_my_profile .col-md-4 .widget h4 i,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget h4 i,

.archive.author .col-md-4 .widget h4 i,

.archive.author .col-md-8 + .col-md-4 .widget h4 i {

    margin-right: 10px;

    font-size: 20px;

    color: #a1aeb7;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .pull-left,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .pull-left,

.archive.author .col-md-4 .widget .media .pull-left,

.archive.author .col-md-8 + .col-md-4 .widget .media .pull-left {

    position: relative;

    display: block;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .pull-left img,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .pull-left img,

.archive.author .col-md-4 .widget .media .pull-left img,

.archive.author .col-md-8 + .col-md-4 .widget .media .pull-left img {

    border-radius: 50%;

    margin-right: 10px;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .pull-left .verified,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .pull-left .verified,

.archive.author .col-md-4 .widget .media .pull-left .verified,

.archive.author .col-md-8 + .col-md-4 .widget .media .pull-left .verified {

    position: absolute;

    bottom: -3px;

    right: 32px;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .media-body ul,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .media-body ul,

.archive.author .col-md-4 .widget .media .media-body ul,

.archive.author .col-md-8 + .col-md-4 .widget .media .media-body ul {

    margin: 0 0 30px;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .media-body ul li,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .media-body ul li,

.archive.author .col-md-4 .widget .media .media-body ul li,

.archive.author .col-md-8 + .col-md-4 .widget .media .media-body ul li {

    padding: 7px 0;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #3c4a55;

    border: none;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .media-body ul li a,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .media-body ul li a,

.archive.author .col-md-4 .widget .media .media-body ul li a,

.archive.author .col-md-8 + .col-md-4 .widget .media .media-body ul li a {

    color: #3c4a55;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .media-body ul li i,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .media-body ul li i,

.archive.author .col-md-4 .widget .media .media-body ul li i,

.archive.author .col-md-8 + .col-md-4 .widget .media .media-body ul li i {

    margin-right: 5px;

    font-size: 16px;

    color: #a1aeb7;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media .media-body ul li span,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media .media-body ul li span,

.archive.author .col-md-4 .widget .media .media-body ul li span,

.archive.author .col-md-8 + .col-md-4 .widget .media .media-body ul li span {

    font-size: 12px;

    color: #a1aeb7;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul,

.archive.author .col-md-4 .widget .media ~ ul,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul {

    margin: 40px 0 0;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul li,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul li,

.archive.author .col-md-4 .widget .media ~ ul li,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul li {

    position: relative;

    margin: 0 -20px;

    padding: 20px;

    border: none;

    border-top: 1px solid whitesmoke;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul li a h4,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul li a h4,

.archive.author .col-md-4 .widget .media ~ ul li a h4,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul li a h4 {

    margin: 0;

    padding: 0;

    border: none;

    font-size: 18px;

    line-height: 1;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul li.active:after,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul li.active:after,

.archive.author .col-md-4 .widget .media ~ ul li.active:after,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul li.active:after {

    position: absolute;

    top: 20px;

    right: 25px;

    font-family: "FontAwesome";

    content: "\f111";

    font-size: 13px;

    color: #208ee6;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul + .logout,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul + .logout,

.archive.author .col-md-4 .widget .media ~ ul + .logout,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul + .logout {

    position: absolute;

    right: 0px;

    bottom: -41px;

    padding: 10px 20px;

    background-color: white;

    border-radius: 0 0 3px 3px;

    font-size: 14px;

    font-weight: 700;

    color: #f44719;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul + .logout:hover,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul + .logout:hover,

.archive.author .col-md-4 .widget .media ~ ul + .logout:hover,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul + .logout:hover {

    text-decoration: underline;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks,

.archive.author .col-md-4 .widget .media ~ ul.my-networks,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks {

    margin: 0;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li {

    margin: 0;

    padding: 0 1px;

    border: none;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:first-child,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:first-child,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:first-child,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:first-child {

    margin-right: 10px;

    padding-right: 0;

    font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 14px;

    color: #3c4a55;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1),

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1),

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1),

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) {

    text-align: center;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a {

    display: block;

    padding: 6px 9px;

    background-color: white;

    border-radius: 3px;

    font-size: 18px;

    color: white;

    text-align: center;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a i,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a i,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a i,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a i {

    width: 18px;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.twitter,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.twitter,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.twitter,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.twitter {

    background-color: #00aced;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.facebook,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.facebook,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.facebook,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.facebook {

    background-color: #3b5998;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.google-plus,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.google-plus,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.google-plus,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.google-plus {

    background-color: #dd4b39;

}

.page-template-page-tpl_my_profile .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.linkedin,

.page-template-page-tpl_my_profile .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.linkedin,

.archive.author .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.linkedin,

.archive.author .col-md-8 + .col-md-4 .widget .media ~ ul.my-networks li:nth-child(n+1) a.linkedin {

    background-color: #007bb5;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content,

.archive.author .col-md-8 .white-block .white-block-content,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content {

    padding: 20px 40px;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-left h4,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-left h4,

.archive.author .col-md-8 .white-block .white-block-content .pull-left h4,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-left h4 {

    margin: 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-left h4 i,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-left h4 i,

.archive.author .col-md-8 .white-block .white-block-content .pull-left h4 i,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-left h4 i {

    margin-right: 10px;

    color: #a1aeb7;

    line-height: 40px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul {

    margin: 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul li,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul li,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li {

    padding: 0 10px;

    line-height: 40px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul li a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul li a,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a {

    color: #a1aeb7;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul li a:hover,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a:hover,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul li a:hover,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a:hover {

    text-decoration: underline;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul li a.active,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a.active,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul li a.active,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a.active {

    color: #3c4a55;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-right ul li a.active:hover,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a.active:hover,

.archive.author .col-md-8 .white-block .white-block-content .pull-right ul li a.active:hover,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .pull-right ul li a.active:hover {

    text-decoration: none;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .payment-return-info .alert,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .payment-return-info .alert,

.archive.author .col-md-8 .white-block .white-block-content .payment-return-info .alert,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content .payment-return-info .alert {

    margin-left: 32px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage,

.archive.author .col-md-8 .white-block + .ad-manage,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage {

    margin: 0;

    padding: 0;

    border-radius: 0;

    background-color: transparent;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .alert,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .alert,

.archive.author .col-md-8 .white-block + .ad-manage .alert,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .alert {

    margin-top: -10px;

    margin-bottom: 35px;

    padding: 20px 40px;

    background-color: white;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .payments,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .payments,

.archive.author .col-md-8 .white-block + .ad-manage .payments,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .payments {

    margin-top: -10px;

    margin-bottom: 35px;

    padding: 20px 40px;

    background-color: white;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .payments .alert,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .payments .alert,

.archive.author .col-md-8 .white-block + .ad-manage .payments .alert,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .payments .alert {

    margin: 0;

    padding-left: 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .payments a,

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .payments form,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .payments a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .payments form,

.archive.author .col-md-8 .white-block + .ad-manage .payments a,

.archive.author .col-md-8 .white-block + .ad-manage .payments form,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .payments a,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .payments form {

    display: inline-block;

    margin: 0 30px 20px 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block + .ad-manage .payments a.submit-ideal-payment,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block + .ad-manage .payments a.submit-ideal-payment,

.archive.author .col-md-8 .white-block + .ad-manage .payments a.submit-ideal-payment,

.archive.author .col-md-4 + .col-md-8 .white-block + .ad-manage .payments a.submit-ideal-payment {

    margin-right: 10px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content h4,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content h4,

.archive.author .col-md-8 .white-block .white-block-content h4,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content h4 {

    margin: 10px 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content ul,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content ul,

.archive.author .col-md-8 .white-block .white-block-content ul,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content ul {

    margin: 10px 0;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content ul li,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content ul li,

.archive.author .col-md-8 .white-block .white-block-content ul li,

.archive.author .col-md-4 + .col-md-8 .white-block .white-block-content ul li {

    padding: 3px 0;

}

.page-template-page-tpl_my_profile .col-md-8 .required,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .required,

.archive.author .col-md-8 .required,

.archive.author .col-md-4 + .col-md-8 .required {

    font-size: 16px;

    color: #f44719;

}

.page-template-page-tpl_my_profile .tab-content,

.archive.author .tab-content {

    padding: 20px 0 0;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane label,

.archive.author .tab-content .tab-pane label {

    margin-bottom: 15px;

    font-weight: 700;

    color: #3c4a55;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane label[for="description"],

.archive.author .tab-content .tab-pane label[for="description"] {

    margin-top: 20px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane input,

.archive.author .tab-content .tab-pane input {

    margin-bottom: 20px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane textarea,

.archive.author .tab-content .tab-pane textarea {

    margin-bottom: 20px;

    min-height: 150px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane a.submit-form,

.archive.author .tab-content .tab-pane a.submit-form {

    display: inline-block;

    margin-top: 10px;

    padding: 12px 22px;

    height: 38px;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: white;

    text-transform: uppercase;

    line-height: 1;

    background-color: #59b453;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane a.submit-form:hover, .page-template-page-tpl_my_profile .tab-content .tab-pane a.submit-form:active, .page-template-page-tpl_my_profile .tab-content .tab-pane a.submit-form:focus,

.archive.author .tab-content .tab-pane a.submit-form:hover,

.archive.author .tab-content .tab-pane a.submit-form:active,

.archive.author .tab-content .tab-pane a.submit-form:focus {

    box-shadow: none;

    background-color: #4ca247;

    color: white;

    outline: 0;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .checkbox,

.archive.author .tab-content .tab-pane .checkbox {

    margin: 10px 0 20px 20px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .checkbox label,

.archive.author .tab-content .tab-pane .checkbox label {

    line-height: 25px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap,

.archive.author .tab-content .tab-pane .image-wrap {

    position: relative;

    margin-bottom: -15px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap img,

.archive.author .tab-content .tab-pane .image-wrap img {

    margin-bottom: 20px;

    max-width: 150px;

    height: auto;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap a,

.archive.author .tab-content .tab-pane .image-wrap a {

    position: absolute;

    left: -15px;

    top: -7px;

    padding: 12px 22px;

    height: 38px;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: #a1aeb7;

    text-transform: uppercase;

    line-height: 1;

    background-color: transparent;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap + a,

.archive.author .tab-content .tab-pane .image-wrap + a {

    display: inline-block;

    margin: 10px 0;

    padding: 12px 22px;

    height: 38px;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: white;

    text-transform: uppercase;

    line-height: 1;

    background-color: #7dcffb;

}

.page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap + a:hover, .page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap + a:active, .page-template-page-tpl_my_profile .tab-content .tab-pane .image-wrap + a:focus,

.archive.author .tab-content .tab-pane .image-wrap + a:hover,

.archive.author .tab-content .tab-pane .image-wrap + a:active,

.archive.author .tab-content .tab-pane .image-wrap + a:focus {

    box-shadow: none;

    background-color: #5fc4fa;

    color: white;

    outline: 0;

}

.page-template-page-tpl_my_profile .tab-content #category .custom-fields-holder ul,

.archive.author .tab-content #category .custom-fields-holder ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.page-template-page-tpl_my_profile .tab-content #category .custom-fields-holder ul li,

.archive.author .tab-content #category .custom-fields-holder ul li {

    margin-top: 20px;

}

.page-template-page-tpl_my_profile .tab-content #category .custom-fields-holder ul li input,

.archive.author .tab-content #category .custom-fields-holder ul li input {

    margin-bottom: 0;

}

.page-template-page-tpl_my_profile .tab-content #basic .image-wrap .remove-image,

.archive.author .tab-content #basic .image-wrap .remove-image {

    top: -6px;

    right: auto;

    left: -15px;

}

.page-template-page-tpl_my_profile .tab-content #basic .image-wrap .button.remove-image,

.archive.author .tab-content #basic .image-wrap .button.remove-image {

    bottom: -53px;

}

.page-template-page-tpl_my_profile .tab-content #basic .next-prev-tab .prev-tab.disabled,

.archive.author .tab-content #basic .next-prev-tab .prev-tab.disabled {

    display: none;

}

.page-template-page-tpl_my_profile .tab-content #location .gmap #map,

.archive.author .tab-content #location .gmap #map {

    height: 300px;

    max-width: none;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap,

.archive.author .tab-content #media .ad-media-wrap .ad-video-wrap {

    position: relative;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap input,

.archive.author .tab-content #media .ad-media-wrap .ad-video-wrap input {

    width: 90%;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap .remove-video,

.archive.author .tab-content #media .ad-media-wrap .ad-video-wrap .remove-video {

    position: absolute;

    right: 0;

    bottom: 1px;

    padding: 12px 22px;

    height: 38px;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: #a1aeb7;

    text-transform: uppercase;

    line-height: 1;

    background-color: transparent;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap .ad-video-field-wrap,

.archive.author .tab-content #media .ad-media-wrap .ad-video-wrap .ad-video-field-wrap {

    position: relative;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap .ad-video-field-wrap input,

.archive.author .tab-content #media .ad-media-wrap .ad-video-wrap .ad-video-field-wrap input {

    margin-bottom: 0;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-videos,

.archive.author .tab-content #media .ad-media-wrap .ad-videos {

    margin-top: 20px;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-images-wrap .ad-image-wrap,

.archive.author .tab-content #media .ad-images-wrap .ad-image-wrap {

    position: relative;

    display: inline-block;

    margin: 10px 5px 15px;

    max-width: 100px;

    height: auto;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-images-wrap .ad-image-wrap img,

.archive.author .tab-content #media .ad-images-wrap .ad-image-wrap img {

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content #media .ad-images-wrap .ad-image-wrap .remove-ad-image,

.archive.author .tab-content #media .ad-images-wrap .ad-image-wrap .remove-ad-image {

    position: absolute;

    top: 0;

    right: auto;

    bottom: auto;

    left: 0;

    padding: 3px 8px;

    height: 20px;

    border-radius: 3px;

    box-shadow: none;

    font-size: 13px;

    font-weight: 700;

    color: #a1aeb7;

    text-transform: uppercase;

    line-height: 1;

    background-color: transparent;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap,

.archive.author .tab-content #terms .terms-wrap {

    height: 300px;

    overflow-y: scroll;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap p,

.archive.author .tab-content #terms .terms-wrap p {

    font-size: 14px;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap + .checkbox,

.archive.author .tab-content #terms .terms-wrap + .checkbox {

    margin: 25px 0 0 20px;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap::-webkit-scrollbar,

.archive.author .tab-content #terms .terms-wrap::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap::-webkit-scrollbar-track,

.archive.author .tab-content #terms .terms-wrap::-webkit-scrollbar-track {

    width: 3px;

    background-color: white;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content #terms .terms-wrap::-webkit-scrollbar-thumb,

.archive.author .tab-content #terms .terms-wrap::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

.page-template-page-tpl_my_profile .tab-content #final .submit-form-ajax,

.archive.author .tab-content #final .submit-form-ajax {

    background-color: #208ee6;

}

.page-template-page-tpl_my_profile .tab-content #final .submit-form-ajax:hover, .page-template-page-tpl_my_profile .tab-content #final .submit-form-ajax:active, .page-template-page-tpl_my_profile .tab-content #final .submit-form-ajax:focus,

.archive.author .tab-content #final .submit-form-ajax:hover,

.archive.author .tab-content #final .submit-form-ajax:active,

.archive.author .tab-content #final .submit-form-ajax:focus {

    box-shadow: none;

    background-color: #177ed0;

    color: white;

    outline: 0;

}

.page-template-page-tpl_my_profile .tab-content #final .next-prev-tab .next-tab.disabled,

.archive.author .tab-content #final .next-prev-tab .next-tab.disabled {

    display: none;

}

.page-template-page-tpl_my_profile .tab-content #final .alert p,

.archive.author .tab-content #final .alert p {

    font-size: 15px;

}

.page-template-page-tpl_my_profile .tab-content #final .alert p span.pull-right,

.archive.author .tab-content #final .alert p span.pull-right {

    font-weight: 700;

}

.page-template-page-tpl_my_profile .tab-content .ad-images,

.page-template-page-tpl_my_profile .tab-content .ad-videos,

.archive.author .tab-content .ad-images,

.archive.author .tab-content .ad-videos {

    background-color: #7dcffb;

}

.page-template-page-tpl_my_profile .tab-content .ad-images:hover, .page-template-page-tpl_my_profile .tab-content .ad-images:active, .page-template-page-tpl_my_profile .tab-content .ad-images:focus,

.page-template-page-tpl_my_profile .tab-content .ad-videos:hover,

.page-template-page-tpl_my_profile .tab-content .ad-videos:active,

.page-template-page-tpl_my_profile .tab-content .ad-videos:focus,

.archive.author .tab-content .ad-images:hover,

.archive.author .tab-content .ad-images:active,

.archive.author .tab-content .ad-images:focus,

.archive.author .tab-content .ad-videos:hover,

.archive.author .tab-content .ad-videos:active,

.archive.author .tab-content .ad-videos:focus {

    box-shadow: none;

    background-color: #5fc4fa;

    color: white;

    outline: 0;

}

.page-template-page-tpl_my_profile .tab-content .next-prev-tab,

.archive.author .tab-content .next-prev-tab {

    margin: 20px -40px 0;

    padding: 15px 40px 0;

    border-top: 1px solid whitesmoke;

}

.page-template-page-tpl_my_profile .tab-content .next-prev-tab .next-prev-error,

.archive.author .tab-content .next-prev-tab .next-prev-error {

    margin: 10px 0 0;

    font-size: 13px;

    color: #f44719;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs,

.archive.author .col-md-8 .nav-tabs,

.archive.author .col-md-4 + .col-md-8 .nav-tabs {

    border: none;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a,

.archive.author .col-md-8 .nav-tabs li a,

.archive.author .col-md-4 + .col-md-8 .nav-tabs li a {

    padding: 10px 20px;

    border: none;

    border-radius: 3px 3px 0 0;

    font-weight: 700;

    color: #6e7d89;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a.remove-ad,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a.remove-ad,

.archive.author .col-md-8 .nav-tabs li a.remove-ad,

.archive.author .col-md-4 + .col-md-8 .nav-tabs li a.remove-ad {

    background-color: transparent;

    color: #dbe0e3;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a.remove-ad:hover,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a.remove-ad:hover,

.archive.author .col-md-8 .nav-tabs li a.remove-ad:hover,

.archive.author .col-md-4 + .col-md-8 .nav-tabs li a.remove-ad:hover {

    color: #a1aeb7;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs li.active a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li.active a,

.archive.author .col-md-8 .nav-tabs li.active a,

.archive.author .col-md-4 + .col-md-8 .nav-tabs li.active a {

    color: #3c4a55;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li:not(.active) a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a,

.archive.author .col-md-8 .nav-tabs.tab-disable li:not(.active) a,

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a {

    cursor: not-allowed;

    color: rgba(110, 125, 137, 0.4);

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li:not(.active) a:focus, .page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li:not(.active) a:hover, .page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li:not(.active) a:active,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:focus,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:hover,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:active,

.archive.author .col-md-8 .nav-tabs.tab-disable li:not(.active) a:focus,

.archive.author .col-md-8 .nav-tabs.tab-disable li:not(.active) a:hover,

.archive.author .col-md-8 .nav-tabs.tab-disable li:not(.active) a:active,

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:focus,

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:hover,

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li:not(.active) a:active {

    background-color: transparent;

    outline: 0;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li a[data-toggle="tab"],

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li a[data-toggle="tab"],

.archive.author .col-md-8 .nav-tabs.tab-disable li a[data-toggle="tab"],

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li a[data-toggle="tab"] {

    color: #6e7d89;

    cursor: pointer;

}

.page-template-page-tpl_my_profile .col-md-8 .nav-tabs.tab-disable li.active a,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs.tab-disable li.active a,

.archive.author .col-md-8 .nav-tabs.tab-disable li.active a,

.archive.author .col-md-4 + .col-md-8 .nav-tabs.tab-disable li.active a {

    color: #3c4a55;

}

.page-template-page-tpl_my_profile form .mce-container-body,

.archive.author form .mce-container-body {

    border: 1px solid whitesmoke;

}

.page-template-page-tpl_my_profile .wp-editor-wrap + .row .col-sm-6,

.archive.author .wp-editor-wrap + .row .col-sm-6 {

    margin-top: 20px;

}

.page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .pull-left h4,

.page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .pull-left h4 {

    margin: 0;

}

@media all and (min-width: 1100px) {

    .page-template-page-tpl_my_profile .col-md-8 .white-block .white-block-content .clearfix .pull-right select,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .white-block .white-block-content .clearfix .pull-right select {

        width: 200px;

    }

}

/* Author page - - - - - */

.archive.author section:not(.widget-footer) .col-md-4 .widget {

    margin-top: 40px;

}

.archive.author section:not(.widget-footer) .col-md-8 .widget {

    margin-top: 40px;

    border-radius: 3px;

}

.archive.author section:not(.widget-footer) .col-md-8 .widget h4 {

    margin: 0 -20px;

    padding: 0 20px 15px;

    border-bottom: 1px solid whitesmoke;

}

.archive.author section:not(.widget-footer) .col-md-8 .widget h4 i {

    margin-right: 10px;

    font-size: 20px;

    color: #a1aeb7;

}

.archive.author section:not(.widget-footer) .col-md-8 .widget p {

    margin-top: 20px;

    font-size: 15px;

    color: #6e7d89;

}

/* 22. Error404 Page

------------------------------------------------------------------------------------ */

.white-block.top-border {

    border-radius: 3px;

}

.error404 .white-block.top-border {

    padding: 40px;

    background-color: white;

    border-radius: 3px;

}

.error404 .white-block.top-border h1 {

    margin-top: 0;

}

.error404 .white-block.top-border form {

    margin-top: 20px;

}

.error404 .white-block.top-border form a {

    margin-top: 20px;

}

/* 23. Features Page

------------------------------------------------------------------------------------ */

.page-template-page-tpl_side_menu .white-block:not(.widget) {

    background-color: white;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu {

    margin: 7px;

    padding: 20px;

    background-color: #f8f8f8;

    border-radius: 3px;

    list-style: decimal inside;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol {

    padding: 0;

    counter-reset: section;

    list-style-type: none;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li {

    position: relative;

    padding: 10px 0 10px 15px;

    border-radius: 3px;

    list-style-type: none;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li a {

    font-size: 15px;

    font-weight: 700;

    color: #4b5c6a;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li a:hover {

    color: #208ee6;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li.current_page_item {

    background-color: white;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li.current_page_item:after {

    display: none;

    position: absolute;

    top: 13px;

    right: 15px;

    font-family: "FontAwesome";

    content: "\f111";

    font-size: 10px;

    color: #208ee6;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li:before {

    counter-increment: section;

    content: counter(section) ". ";

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li.page_item_has_children {

    padding-bottom: 0;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul {

    counter-reset: subsection;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul li {

    padding: 7px 0 7px 40px;

    text-indent: -30px;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul li:before {

    counter-increment: subsection;

    content: counter(section) "." counter(subsection) " ";

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul li.current_page_item:after {

    top: 10px;

    right: 0;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul li:first-child {

    margin-top: 12px;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .page-side-menu ol li ul li:last-child {

    padding-bottom: 10px;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content {

    padding: 40px 40px 40px 0;

    line-height: 27px;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ul li,

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li {

    font-size: 15px;

    margin: 5px 0;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ul li a,

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li a {

    color: #208ee6;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ul li a:hover,

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li a:hover {

    color: #208ee6;

    text-decoration: underline;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ul li ul,

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li ul {

    padding-left: 20px;

    list-style-type: none;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol {

    counter-reset: section;

    list-style-type: none;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li:before {

    counter-increment: section;

    content: counter(section) ". ";

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li ul {

    counter-reset: subsection;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content ol li ul li:before {

    counter-increment: subsection;

    content: counter(section) "." counter(subsection) " ";

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 ul[role="tablist"].shortcode li {

    margin: 0;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 ul[role="tablist"].shortcode li a {

    color: #3c4a55;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 ul[role="tablist"].shortcode li a:hover {

    color: #3c4a55;

    text-decoration: none;

}

.page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .alert i {

    margin-right: 10px;

}

.page-template-page-tpl_side_menu .side_list_select_wrap {

    display: none;

}

.page-template-page-tpl_side_menu .page-side-menu {

    display: block;

}

.page-content .pspace,

.pspace {

    margin-bottom: 0;

    line-height: 1;

}

.page-content p:empty,

p:empty {

    margin: 0;

    line-height: 1;

}

.page-side-menu::-webkit-scrollbar {

    width: 3px;

    border-radius: 3px;

}

.page-side-menu::-webkit-scrollbar-track {

    width: 3px;

    background-color: white;

    border-radius: 3px;

}

.page-side-menu::-webkit-scrollbar-thumb {

    width: 3px;

    background-color: #6e7d89;

    border-radius: 3px;

}

/* ==. Default Style Overriding

------------------------------------------------------------------------------------ */

.fa-spinner {

    background-color: transparent;

}

.owl-stage {

    cursor: move;

}

.owl-stage.owl-grab {

    cursor: -webkit-grabbing;

}

h2 + p {

    font-size: 16px;

}

.hiw .col-md-6 a.btn {

    margin-bottom: 20px;

}

/* Pagination - - - - - */

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span a,

.pagination li a,

.pagination li:first-child a,

.pagination li:first-child > span a,

.pagination li:last-child a,

.pagination li:last-child > span a {

    margin: 0 5px;

    padding: 7px 15px;

    background-color: white;

    border: none;

    border-radius: 3px;

    color: #6e7d89;

}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span a:hover,

.pagination li a:hover,

.pagination li:first-child a:hover,

.pagination li:first-child > span a:hover,

.pagination li:last-child a:hover,

.pagination li:last-child > span a:hover {

    background-color: white;

    color: #6e7d89;

}

.woocommerce nav.woocommerce-pagination ul.page-numbers li.active > a, .woocommerce nav.woocommerce-pagination ul.page-numbers li.active > a:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li.active > a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li.active > span, .woocommerce nav.woocommerce-pagination ul.page-numbers li.active > span:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li.active > span:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > a:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > span,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > span:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child.active > span:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > a:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > span,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > span:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child > span.active > span:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > a:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > span,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > span:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child.active > span:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > a:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > a:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > span,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > span:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child > span.active > span:hover,

.pagination li.active > a,

.pagination li.active > a:focus,

.pagination li.active > a:hover,

.pagination li.active > span,

.pagination li.active > span:focus,

.pagination li.active > span:hover,

.pagination li:first-child.active > a,

.pagination li:first-child.active > a:focus,

.pagination li:first-child.active > a:hover,

.pagination li:first-child.active > span,

.pagination li:first-child.active > span:focus,

.pagination li:first-child.active > span:hover,

.pagination li:first-child > span.active > a,

.pagination li:first-child > span.active > a:focus,

.pagination li:first-child > span.active > a:hover,

.pagination li:first-child > span.active > span,

.pagination li:first-child > span.active > span:focus,

.pagination li:first-child > span.active > span:hover,

.pagination li:last-child.active > a,

.pagination li:last-child.active > a:focus,

.pagination li:last-child.active > a:hover,

.pagination li:last-child.active > span,

.pagination li:last-child.active > span:focus,

.pagination li:last-child.active > span:hover,

.pagination li:last-child > span.active > a,

.pagination li:last-child > span.active > a:focus,

.pagination li:last-child > span.active > a:hover,

.pagination li:last-child > span.active > span,

.pagination li:last-child > span.active > span:focus,

.pagination li:last-child > span.active > span:hover {

    background-color: #208ee6;

    color: white;

}

/* Alerts - - - - - */

.alert {

    margin: 0;

    padding: 0;

    background-color: transparent;

    border-color: transparent;

}

.alert-default {

    margin-bottom: 10px;

}

.alert-danger {

    color: #f44719;

}

/* Checkboxes - - - - - - */

.checkbox label {

    position: relative;

    display: block;

    padding-left: 5px;

    width: 100%;

}

.checkbox label[for="ad_call_for_price"] + .description {

    margin: -10px 0 0 -20px;

}

.checkbox label::before {

    position: absolute;

    content: "";

    top: 2px;

    left: -3px;

    margin-left: -20px;

    width: 20px;

    height: 20px;

    background-color: white;

    border: 4px solid #59b453;

    border-radius: 50%;

}

.checkbox label:hover {

    text-decoration: underline;

}

.checkbox input[type="checkbox"]:checked + label::after {

    position: absolute;

    content: "";

    top: 8px;

    left: 3px;

    margin-left: -20px;

    width: 8px;

    height: 8px;

    background-color: #59b453;

    border-radius: 50%;

}

.checkbox {

    display: block;

    margin: 0 0 10px;

}

.checkbox label i {

    margin-right: 3px;

    padding: 0;

    color: #e8bc0d;

}

img {

    max-width: 100%;

    height: auto;

}

th {

    padding: 5px 10px;

}

/* =.= Default styles

------------------------------------------------------------------------------------ */

.widget_rss a {

    color: #3c4a55;

}

.widget_rss a img {

    display: none;

}

.widget_rss ul li a {

    color: #208ee6;

}

.widget_tag_cloud a {

    color: #6e7d89;

}

.widget_tag_cloud a:hover {

    color: #208ee6;

    text-decoration: none;

}

select {

    max-width: 100%;

}

.widget_calendar .widget-title {

    border-bottom: 1px solid;

    border-color: whitesmoke;

}

.widget_calendar #calendar_wrap table {

    width: 100%;

}

.widget_calendar #calendar_wrap table caption {

    margin: 10px 0 15px;

    font-size: 12px;

    color: #6e7d89;

}

.widget_calendar #calendar_wrap table a {

    color: #208ee6;

}

.widget_calendar #calendar_wrap table a:hover {

    color: #208ee6;

    text-decoration: underline;

}

/* calendar widget */

#wp-calendar thead {

    font-size: 10px;

}

#wp-calendar thead th {

    background-color: transparent;

    text-align: right;

    padding-bottom: 10px;

    font-size: 10px;

}

#wp-calendar tbody {

    color: #aaa;

}

#wp-calendar tbody td {

    padding: 8px;

    background: #f5f5f5;

    border: 1px solid #fff;

    text-align: center;

}

#wp-calendar tbody td:hover {

    background: #fff;

}

#wp-calendar tbody .pad {

    background: none;

}

#wp-calendar tfoot td,

#wp-calendar tfoot th {

    background-color: transparent;

}

#wp-calendar tfoot #next {

    background-color: transparent;

    font-size: 10px;

    text-transform: uppercase;

    text-align: right;

}

#wp-calendar tfoot #prev {

    padding-top: 10px;

    background-color: transparent;

    font-size: 10px;

    text-transform: uppercase;

}

td#next {

    text-align: right;

}

.media.left-padding {

    padding-left: 55px;

}

/* Footer default styles - - - - - */

.widget-footer #calendar_wrap {

    color: #889ca3;

}

.widget-footer #calendar_wrap table {

    width: 99%;

}

.widget-footer #calendar_wrap {

    padding-left: 0;

}

.widget-footer select {

    color: #6e7d89;

}

.widget-footer .widget_rss h4 a {

    color: white;

}

.widget-footer ul li {

    position: relative;

    padding: 5px 0;

    border: none;

}

.widget-footer ul li a {

    color: white;

}

.page-content h3 {

    margin-bottom: 20px;

}

/* alerts - - - - */

.alert.alert-default {

    padding: 15px;

}

/* tabs - - - - - */

ul[role="tablist"].shortcode {

    border: none;

}

ul[role="tablist"].shortcode li {

    margin: 0;

    border-color: whitesmoke;

    border-radius: 0;

}

ul[role="tablist"].shortcode li a,

ul[role="tablist"].shortcode li a:hover,

ul[role="tablist"].shortcode li a:focus,

ul[role="tablist"].shortcode li a:active {

    padding: 10px 30px;

    border: none;

    font-size: 16px;

    color: #3c4a55;

}

ul[role="tablist"].shortcode li a:hover,

ul[role="tablist"].shortcode li a:hover:hover,

ul[role="tablist"].shortcode li a:focus:hover,

ul[role="tablist"].shortcode li a:active:hover {

    background-color: transparent;

}

ul[role="tablist"].shortcode li.active a,

ul[role="tablist"].shortcode li.active a:hover,

ul[role="tablist"].shortcode li.active a:focus,

ul[role="tablist"].shortcode li.active a:active {

    background-color: #f8f8f8;

    border: none;

    border-radius: 3px;

    color: #3c4a55;

}

.tab-content.shortcode {

    margin-bottom: 0;

    padding: 30px;

    background-color: white;

    border: 10px solid #f8f8f8;

    border-radius: 3px;

}

/* accordion - - - - - */

.panel-group.shortcode {

    margin-bottom: 10px;

}

.panel-group.shortcode .panel-default .panel-heading {

    margin: 0;

    padding: 10px 15px;

    background-color: #f8f8f8;

    border-radius: 3px;

}

.panel-group.shortcode .panel-default .panel-heading .panel-title a[data-toggle="collapse"] {

    float: none;

    display: block;

    margin: 0;

}

.panel-group.shortcode .panel-default .panel-heading .panel-title a[data-toggle="collapse"] i {

    position: relative;

    float: right;

    top: 5px;

    opacity: .4;

}

.panel-group.shortcode .panel-default .panel-collapse .panel-body {

    background-color: white;

    border: 7px solid #f8f8f8;

    border-radius: 3px;

    border-top: 0;

}

/* - all categories accordion - - - */

.panel-group .panel-default {

    border: none;

}

.panel-group .panel-default .panel-heading {

    background-color: #f8f8f8;

    border-radius: 3px;

}

.panel-group .panel-default .panel-heading .panel-title {

    font-weight: 400;

}

.panel-group .panel-default .panel-heading .panel-title > a {

    display: block;

    margin: 0;

}

.panel-group .panel-default .panel-heading .panel-title > a:hover {

    text-decoration: underline;

}

.panel-group .panel-default .panel-heading .panel-title .count {

    margin-left: 5px;

    font-size: 14px;

    font-weight: 700;

    color: #59b453;

}

.panel-group .panel-default .panel-heading .panel-title a[data-toggle="collapse"] span {

    display: block;

    padding: 10px 20px;

    border-left: 1px solid;

    border-color: whitesmoke;

}

.panel-group .panel-default .panel-collapse .panel-body {

    padding: 20px 25px;

    background-color: white;

    border: 7px solid #f8f8f8;

    border-radius: 3px;

    border-top: 0;

}

.panel-group .panel-default .panel-collapse .panel-body ul {

    margin: 0;

}

.panel-group .panel-default .panel-collapse .panel-body ul li {

    margin: 5px 0;

}

.panel-group .panel-default .panel-collapse .panel-body ul li a {

    color: #6e7d89;

}

.panel-group .panel-default .panel-collapse .panel-body ul li a:hover {

    color: #59b453;

    text-decoration: underline;

}

.panel-group .panel-default .panel-collapse .panel-body ul li .count {

    float: right;

    color: #59b453;

}

/* alert - - - */

.alert-dismissable .close,

.alert-dismissible .close {

    top: 2px;

    right: 0;

    opacity: .6;

}

.alert-dismissable .close:hover,

.alert-dismissible .close:hover {

    opacity: .8;

}

/* buttons - - - */

.btn-wrap a {

    width: 100%;

    border-color: whitesmoke;

}

.btn-wrap a i {

    margin-right: 5px;

}

.btn-default.active,

.btn-default.focus,

.btn-default:active,

.btn-default:focus,

.btn-default:hover,

.open > .dropdown-toggle.btn-default {

    color: #6e7d89;

    background-color: transparent;

    border-color: whitesmoke;

}

.fixed-table-loading {

    display: none;

}

/* progress bars - - - - - */

.progress {

    background-color: #f8f8f8;

    box-shadow: none;

}

.white-block {

    border-radius: 3px;

}

img.hit-img {

    border-radius: 3px;

}

/* gallery - - - */

.gallery a.gallery-item {

    position: relative;

    margin: 1px;

    outline: 0;

}

.gallery a.gallery-item img {

    border-radius: 3px;

}

.gallery a.gallery-item .gallery-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(255, 255, 255, 0.6);

    opacity: 0;

    transition: all 0.3s ease-in-out;

}

.gallery a.gallery-item .gallery-overlay i {

    position: absolute;

    top: 50%;

    left: 50%;

    font-size: 17px;

    color: #208ee6;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.gallery a.gallery-item:hover .gallery-overlay {

    opacity: 1;

    transition: all 0.3s ease-in-out;

}

.mfp-container {

    padding: 0 10%;

}

/* labels - - - */

.label-default {

    padding: 3px 5px;

    font-size: inherit;

    font-weight: 400;

}

/*tables - - - */

table:not(.shop_table cart) thead th:hover,

table:not(.shop_table cart) thead td:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) thead th:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) thead td:hover {

    background-color: #f8f8f8;

}

table:not(.shop_table cart) th,

table:not(.shop_table cart) td,

table:not(.shop_table woocommerce-checkout-review-order-table) th,

table:not(.shop_table woocommerce-checkout-review-order-table) td {

    padding: 10px;

    background-color: #f8f8f8;

    border: 1px solid #fff;

    font-weight: 400;

    font-size: 14px;

}

table:not(.shop_table cart) th a,

table:not(.shop_table cart) td a,

table:not(.shop_table woocommerce-checkout-review-order-table) th a,

table:not(.shop_table woocommerce-checkout-review-order-table) td a {

    color: #208ee6;

}

table:not(.shop_table cart) th a:hover,

table:not(.shop_table cart) td a:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) th a:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) td a:hover {

    color: #208ee6;

    text-decoration: underline;

}

table:not(.shop_table cart) th:hover,

table:not(.shop_table cart) td:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) th:hover,

table:not(.shop_table woocommerce-checkout-review-order-table) td:hover {

    background-color: white;

}

/* =WordPress Core

-------------------------------------------------------------- */

.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}

.video-container iframe,

.video-container object,

.video-container blockquote,

.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    text-align: center;

}

.alignnone {

    margin: 5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}

.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}

.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}

a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}

a img.alignnone {

    margin: 5px 20px 20px 0;

}

a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}

a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%;

    /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}

.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}

.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}

.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}

.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}

.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}

/* Text meant only for screen readers. */

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}

.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

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

}

/* =24. Responsiveness

------------------------------------------------------------------------------------ */

@media all and (max-width: 1400px) {

    .header-map #map {

        height: 450px;

    }

}

@media all and (max-width: 1030px) {

    .header-map #map {

        height: 300px;

    }

    .section-banner {

        padding: 75px 0;

    }

    .map-left-content .search-bar {

        padding: 20px;

    }

    .map-left-content .search-bar form ul li:last-child {

        width: 100%;

    }

    .map-left-content .search-bar form.advanced-search ul li {

        margin-bottom: 10px;

        width: 50%;

    }

    .map-left-content .search-bar form.advanced-search ul li:nth-last-child(2) {

        display: block;

        margin: 0;

        width: 70%;

    }

    .map-left-content .col-sm-6 {

        width: 50%;

    }

    #picked .ads-slider .owl-nav {

        top: 11px;

    }

    .owl-nav {

        top: 12px;

    }

    .owl-nav .owl-prev {

        left: 43%;

        top: -65px;

    }

    .owl-nav .owl-next {

        top: -65px;

        right: 43%;

    }

    .navigation .navbar-default .navbar-collapse ul li a {

        font-size: 12px;

    }

    .pricing-box .pricing-info h4 {

        font-size: 20px;

    }

    .widget-footer .widget_classifieds_payments ul li {

        margin-right: 10px;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        margin-right: 5px;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs {

        border: none;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a {

        padding: 10px 20px;

    }

    .owl-carousel.owl-loaded {

        margin-top: 20px;

    }

}

@media all and (max-width: 993px) {

    .page-template-page-tpl_side_menu .side_list_select_wrap {

        position: relative;

        display: block;

    }

    .page-template-page-tpl_side_menu .side_list_select_wrap i {

        position: absolute;

        right: 5px;

        top: 19px;

        padding: 0 20px 0 0;

        background-color: #f3f6f9;

    }

    .page-template-page-tpl_side_menu .side_list_select {

        display: block;

        width: 100%;

        height: 50px;

        border: 5px solid white;

        border-bottom: none;

    }

    .page-template-page-tpl_side_menu .page-side-menu {

        display: none;

    }

}

@media all and (max-width: 770px) {



    .navigation .navbar-default {

        width: 100%;

    }

    .navigation .navbar-default .navbar-collapse ul li a {

        font-size: 14px;

    }

    section.section {

        padding: 20px 0 40px 0;

    }

    .owl-nav {

        top: 0;

        margin-top: 12px;

    }

    .owl-nav .owl-prev {

        left: 42%;

        top: -65px;

    }

    .owl-nav .owl-next {

        top: -65px;

        right: 42%;

    }

    .search-bar form ul li {

        margin-bottom: 10px;

        width: 50%;

    }

    .search-bar form ul li:last-child {

        width: 100%;

    }

    .search-bar form.advanced-search ul li {

        width: 33%;

    }

    .search-bar form.advanced-search ul li:last-child {

        width: 33%;

    }

    .search-bar form.advanced-search ul li:last-child a {

        padding: 12px 0;

        width: 100%;

    }

    .map-left-content .search-bar form ul li:last-child {

        margin-top: 10px;

        width: 100%;

    }

    .map-left-content .search-bar form.advanced-search ul li:last-child,

    .map-left-content .search-bar form.advanced-search ul li:nth-last-child(2) {

        width: 100%;

    }

    .map-left-content .search-bar form.advanced-search ul li:last-child {

        margin-top: 10px;

    }

    .section-banner {

        padding: 80px 0;

    }

    .widget-footer .widget_classifieds_follow_us .widget-social a {

        margin-right: 15px;

    }

    .widget-footer .widget_classifieds_payments ul li {

        margin-bottom: 10px;

    }

    .contact-page .white-block-content form .input-group input {

        width: 100%;

    }

    .contact-page .white-block-content form a {

        width: 100%;

    }

    .woocommerce .product-3 ul.products li.product,

    .woocommerce-page ul.products li.product {

        width: 48%;

    }

    .woocommerce .col-md-8 + .col-md-4 {

        margin-top: 40px;

    }

    .woocommerce.single #container .product .summary {

        padding: 20px 40px;

    }

    .archive .col-md-3 a img {

        width: 100%;

    }

    .white-block.ad-box .white-block-media a img {

        width: 100%;

    }

    .hiw .row:nth-of-type(2) a.btn {

        margin-bottom: -20px;

    }

    .hiw .row:nth-of-type(2) img {

        margin-top: -10px;

    }

    .page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content {

        padding: 20px 40px;

    }

}

@media (max-width: 770px) and (min-width: 700px) {

    .map-left-content .row .col-sm-6 {

        width: 100%;

    }

}

@media (max-width: 690px) and (min-width: 500px) {

    .map-left-content .row .col-sm-6 {

        float: left;

        width: 50%;

    }

    .map-left-content .ads-slider.no-slider.style1 .col-sm-6 {

        float: left;

        width: 50%;

    }

}

@media all and (max-width: 740px) {

    .contact-page .white-block-content .row .col-sm-6:nth-child(1) {

        margin-bottom: 40px;

    }

    .single-ad .single-ad-image img {

        width: 100%;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        display: inline-block;

        margin-right: 14px;

    }

    #commentform .input-group input {

        width: 100%;

    }

    #commentform .input-group textarea {

        width: 100%;

    }

    .form-register a {

        width: auto;

    }

    .navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu {

        left: auto;

    }

    .navigation .navbar-default .navbar-collapse .dropdown-menu li .dropdown-menu li {

        padding-left: 0;

    }

}

@media all and (max-width: 670px) {

    .search-bar form ul li {

        display: block;

        margin-bottom: 15px;

        width: 50%;

    }

    .search-bar form ul li:last-child {

        margin-bottom: 0;

        width: 100%;

    }

    .map-size {

        display: none;

    }

    .map-left-content .search-block .white-block-content .text-right .reset-search {

        float: left;

        margin-top: 10px;

    }

    .owl-nav {

        top: 0;

    }

    .owl-nav .owl-prev {

        left: 41%;

        top: -65px;

    }

    .owl-nav .owl-next {

        top: -65px;

        right: 41%;

    }

    .ads-slider .col-md-3 {

        float: left;

        width: 50%;

    }

    .ads-slider .col-md-3 .ad-box a img {

        width: 100%;

    }

    .search-organizer ~ .row .col-md-3 {

        float: left;

        width: 50%;

    }

    .search-organizer ~ .row .col-md-3 .ad-box a img {

        width: 100%;

    }

    .single-post .page-title h1 {

        display: none;

    }

    .breadcrumb {

        margin: 0;

        padding-left: 0;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        margin-right: 3px;

    }

    .page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap input {

        width: 86%;

    }

}

@media all and (max-width: 600px) {

    .white-block .white-block-content {

        padding: 20px;

    }

    .owl-nav {

        top: 0;

    }

    .owl-nav .owl-prev {

        left: 39%;

        top: -65px;

    }

    .owl-nav .owl-next {

        top: -65px;

        right: 39%;

    }

    .clients-bar {

        padding: 40px 0;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        margin-right: 12px;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap img {

        max-width: 80px;

    }

    #question .form-ask input,

    #report .form-ask input {

        width: 100%;

    }

}

@media all and (max-width: 570px) {

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        margin-right: 6px;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs {

        border: none;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a {

        font-size: 11px;

    }

}

@media all and (max-width: 500px) {

    .map-left-content .row .col-sm-6 {

        float: none;

        width: 100%;

    }

    .ads-slider .col-md-3 {

        float: none;

        width: 100%;

    }

}

@media all and (max-width: 420px) {

    .home .nav.nav-tabs {

        display: block;

        margin-top: -40px;

        margin-bottom: 20px;

    }

    .home .nav.nav-tabs li {

        float: none;

        margin-bottom: 1px;

    }

    .search-organizer ~ .row .col-md-3 {

        float: none;

        width: 100%;

    }

    .ads-slider .col-md-3 {

        float: none;

        width: 100%;

    }

    .owl-nav {

        top: 0;

    }

    .owl-nav .owl-prev {

        left: 31%;

        top: -65px;

    }

    .owl-nav .owl-next {

        top: -65px;

        right: 31%;

    }

    .pricing-box .pricing-value {

        display: block;

        padding: 20px 0;

        width: 100%;

    }

    .pricing-box .pricing-info {

        width: 100%;

        text-align: center;

    }

    .category-item {

        text-align: center;

    }

    .category-item .pull-left {

        width: 100%;

        text-align: center;

    }

    .map-left-content .row .col-sm-6 {

        width: 100%;

    }

    .subscribe-bar .subscribe-box .subscribe-input-wrap {

        display: block;

        margin-bottom: 15px;

        width: 100%;

    }

    .subscribe-bar .subscribe-box .subscribe-input-wrap + a {

        display: block;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap img {

        max-width: 55px;

    }

    .page-template-page-tpl_my_profile .tab-content #media .ad-media-wrap .ad-video-wrap input {

        width: 75%;

    }

    .page-template-page-tpl_my_profile .ad-box-alt .media .pull-left img {

        margin: 20px;

    }

    .page-template-page-tpl_my_profile .ad-box-alt .media .media-body {

        width: 100%;

    }

    .white-block.ad-box-alt {

        text-align: center;

    }

    .white-block.ad-box-alt .media .pull-left {

        padding-left: 20px;

        width: 100%;

        text-align: center;

    }

    .white-block.ad-box-alt .media .pull-left .ad-badges {

        right: auto;

        left: calc(50% + 40px);

    }

    .white-block.ad-box-alt .media .pull-left img {

        display: inline-block;

        width: auto;

    }

    .white-block.ad-box-alt .media .media-body {

        display: block;

        padding: 40px 20px;

        width: 100%;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs {

        border: none;

    }

    .page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a,

    .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a {

        padding: 10px;

    }

    .woocommerce form.woocommerce-ordering {

        float: left;

        margin: 0 0 30px;

    }

    .woocommerce .product-3 ul.products li.product,

    .woocommerce-page ul.products li.product {

        width: 100%;

    }

    .woocommerce div.product .product_title {

        font-size: 24px;

        line-height: 1.3;

    }

    .woocommerce.single #container .product .summary {

        margin-top: 0;

    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs.wc-tabs li a {

        font-size: 11px;

    }

    .woocommerce.single div.product .woocommerce-tabs .panel.wc-tab #reviews .comment-reply-title {

        font-size: 18px;

        line-height: 25px;

    }

    .page-template-page-tpl_side_menu .white-block:not(.widget) .col-md-8 .white-block-content {

        padding: 15px;

    }

}

@media all and (max-width: 400px) {

    .search-bar form.advanced-search ul li {

        width: 50%;

    }

    .search-bar form.advanced-search ul li:last-child {

        width: 50%;

    }

}

@media all and (max-width: 380px) {

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap {

        margin-right: 5px;

    }

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap img {

        max-width: 49px;

    }

    .single-ad .page-template-page-tpl_my_profile .col-md-8 .nav-tabs,

    .single-ad .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs {

        border: none;

    }

    .single-ad .page-template-page-tpl_my_profile .col-md-8 .nav-tabs li a,

    .single-ad .page-template-page-tpl_my_profile .col-md-4 + .col-md-8 .nav-tabs li a {

        padding: 10px 7px;

    }

    section.section {

        padding: 0 0 40px;

    }

    .owl-carousel.owl-loaded {

        margin-top: 20px;

    }

    .home .nav.nav-tabs {

        margin-top: 0;

    }

}

@media all and (max-width: 320px) {

    .single-ad .ad-single-thumbs .owl-item .img-owl-wrap img {

        max-width: 40px;

    }

    .map-left-content .search-organizer .pull-right {

        margin-top: 15px;

        width: 100%;

    }

    .map-left-content .search-bar form ul li,

    .map-left-content .search-bar form.advanced-search ul li {

        width: 100%;

    }

}

/* ==.= Print Ad Styles

---------------------------------------------------------------------------------- */

@media print {

    a[href]:after {

        content: none !important;

    }

    .navigation,

    .search-bar,

    .widget.white-block,

    .clients-bar,

    .subscribe-bar,

    .widget-footer,

    .footer,

    .breadcrumb,

    .tag-list {

        display: none;

    }

    .widget.single-ad-author .price-block {

        margin-top: 0;

        padding-top: 0;

        border: none;

    }

    .widget.white-block.single-ad-author {

        display: block;

    }

    .single-ad .col-md-8 .white-block {

        margin: 0;

    }

    .single-ad .col-md-8 .white-block .white-block-content .top-meta {

        font-size: 11px;

    }

    .single-ad .col-md-8 .white-block .white-block-content .blog-title {

        margin: 5px 0;

        font-size: 16px;

        line-height: 26px;

    }

    .single-ad .col-md-8 .white-block .white-block-content .blog-title + p {

        font-size: 13px;

        line-height: 21px;

    }

    .single-ad-author .pull-left {

        display: none;

    }

    .single-ad .col-md-8 + .col-md-4 .widget h4 {

        display: none;

    }

    .single-ad .col-md-8 + .col-md-4 .widget .ad-actions {

        display: none;

    }

    .single-ad .col-md-8 .white-block .white-block-content .ad-pricing {

        font-size: 18px;

    }

    .single-ad .col-md-8 .white-block .white-block-content .ad-pricing .free-price,

    .single-ad .col-md-8 .white-block .white-block-content .ad-pricing .call-price {

        font-size: 18px;

    }

    .single-ad .col-md-8 + .col-md-4 .widget .media .media-body ul li a {

        font-size: 12px;

    }

    .col-md-1,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9,

    .col-md-10,

    .col-md-11,

    .col-md-12 {

        float: left;

    }

    .col-md-12 {

        width: 100%;

    }

    .col-md-11 {

        width: 91.66666666666666%;

    }

    .col-md-10 {

        width: 83.33333333333334%;

    }

    .col-md-9 {

        width: 75%;

    }

    .col-md-8 {

        width: 66.66666666666666%;

    }

    .col-md-7 {

        width: 58.333333333333336%;

    }

    .col-md-6 {

        width: 50%;

    }

    .col-md-5 {

        width: 41.66666666666667%;

    }

    .col-md-4 {

        width: 33.33333333333333%;

    }

    .col-md-3 {

        width: 25%;

    }

    .col-md-2 {

        width: 16.666666666666664%;

    }

    .col-md-1 {

        width: 8.333333333333332%;

    }

    .col-md-pull-12 {

        right: 100%;

    }

    .col-md-pull-11 {

        right: 91.66666666666666%;

    }

    .col-md-pull-10 {

        right: 83.33333333333334%;

    }

    .col-md-pull-9 {

        right: 75%;

    }

    .col-md-pull-8 {

        right: 66.66666666666666%;

    }

    .col-md-pull-7 {

        right: 58.333333333333336%;

    }

    .col-md-pull-6 {

        right: 50%;

    }

    .col-md-pull-5 {

        right: 41.66666666666667%;

    }

    .col-md-pull-4 {

        right: 33.33333333333333%;

    }

    .col-md-pull-3 {

        right: 25%;

    }

    .col-md-pull-2 {

        right: 16.666666666666664%;

    }

    .col-md-pull-1 {

        right: 8.333333333333332%;

    }

    .col-md-pull-0 {

        right: 0;

    }

    .col-md-push-12 {

        left: 100%;

    }

    .col-md-push-11 {

        left: 91.66666666666666%;

    }

    .col-md-push-10 {

        left: 83.33333333333334%;

    }

    .col-md-push-9 {

        left: 75%;

    }

    .col-md-push-8 {

        left: 66.66666666666666%;

    }

    .col-md-push-7 {

        left: 58.333333333333336%;

    }

    .col-md-push-6 {

        left: 50%;

    }

    .col-md-push-5 {

        left: 41.66666666666667%;

    }

    .col-md-push-4 {

        left: 33.33333333333333%;

    }

    .col-md-push-3 {

        left: 25%;

    }

    .col-md-push-2 {

        left: 16.666666666666664%;

    }

    .col-md-push-1 {

        left: 8.333333333333332%;

    }

    .col-md-push-0 {

        left: 0;

    }

    .col-md-offset-12 {

        margin-left: 100%;

    }

    .col-md-offset-11 {

        margin-left: 91.66666666666666%;

    }

    .col-md-offset-10 {

        margin-left: 83.33333333333334%;

    }

    .col-md-offset-9 {

        margin-left: 75%;

    }

    .col-md-offset-8 {

        margin-left: 66.66666666666666%;

    }

    .col-md-offset-7 {

        margin-left: 58.333333333333336%;

    }

    .col-md-offset-6 {

        margin-left: 50%;

    }

    .col-md-offset-5 {

        margin-left: 41.66666666666667%;

    }

    .col-md-offset-4 {

        margin-left: 33.33333333333333%;

    }

    .col-md-offset-3 {

        margin-left: 25%;

    }

    .col-md-offset-2 {

        margin-left: 16.666666666666664%;

    }

    .col-md-offset-1 {

        margin-left: 8.333333333333332%;

    }

    .col-md-offset-0 {

        margin-left: 0;

    }

    .single-ad-author .media-body {

        display: block;

    }

    .single-ad-author .media-body ul {

        padding: 0px;

    }

    .navigation.sticky-nav {

        display: none !important;

    }

    .single-ad .ad-single-thumbs .owl-item img {

        width: 100%;

        display: block;

    }

    .col-md-8 .col-md-8 {

        width: 65%;

    }

    .owl-carousel .owl-item {

        float: left !important;

        text-align: left;

        width: 61px !important;

    }

    .owl-carousel .owl-stage-outer {

        overflow: visible;

        width: 100%;

    }

    .widget,

    .single-ad .col-md-8 + .col-md-4 .widget .media {

        padding-top: 0px;

    }

    .single-ad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dt {

        font-size: 12px;

        text-transform: uppercase;

    }

    .single-ad .col-md-8 .white-block .white-block-content .ad-details .list-2-col dd {

        font-size: 12px;

    }

    .navigation,

    .search-bar,

    .widget.white-block,

    .clients-bar,

    .subscribe-bar,

    .widget-footer,

    .footer,

    .breadcrumb,

    .ad-actions,

    .single-map,

    .fa.fa-star.featured,

    .fa.fa-check.verified,

    .col-md-4 .widget h4,

    #single-map {

        display: none;

    }

    .media .pull-left {

        width: 100%;

        text-align: center;

    }

    .media .pull-left img {

        display: inline-block;

        margin-bottom: 20px;

    }

    .single-ad .col-md-8 .white-block .white-block-content {

        padding: 0px;

    }

    .widget.white-block.single-ad-author {

        display: block;

    }

    .widget.white-block.single-ad-author + .widget {

        display: block;

    }

    .single-ad .col-md-8 + .col-md-4 .widget .media .media-body ul {

        margin-left: -10px;

    }

}

.gallery-caption {

    cursor: auto;

}

.bypostauthor {

    cursor: auto;

}

/* button on crappy android */

@media (max-width: 241px) and (min-width: 239px) {

    .pricing-box .btn {

        line-height: 1.4;

        height: auto;

        display: inline-block;

        white-space: normal;

        font-size: 12px;

        min-width: auto;

    }

    .col-md-6:first-child .pricing-box .pricing-info a {

        background-color: #208ee6;

        min-width: auto;

    }

}

@media (min-width: 1400px) {

    .container {

        width: 1170px;

    }

}

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (orientation: landscape) {

    .header-map #map {

        height: 150px;

    }

}

