/*
Theme Name: Appointable
Author: Specia
Author URI: https://speciatheme.com/
Description: Appointable is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Appointable comes with everything you could ever need to build an amazing website, and it's perfect for any type of business!
Template: specia
Version: 1.0
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: appointable
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

section.footer-copyright p a {
    color: #FF2360;
}


.entry-content a, .comment-content a, .widget_text a, strong a, blockquote a, code a, p a{
    color: #FF2360;
    text-decoration: underline;
}

.sidebar .widget input[type="submit"]:hover,
.sidebar .widget input[type="submit"]:focus,
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .wp-block-search .wp-block-search__button:focus {
    background: #FF2360;
    border-color: #FF2360;
}

.features-version-one .feature-box-info h4 {
    color: #FF2360;
}

/*---------------------------------------------
    Header Appointable (nav-appointable)
---------------------------------------------*/
.nav-appointable {
    border-bottom: 5px solid;
}

.nav-appointable .navigation {
    padding: 0px;
}

.nav-appointable .navigation > .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-appointable .menu-right>ul {
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-left: 12px;
}

.nav-appointable .menu-right .widget,
.nav-appointable .menu-right > ul > ul {
    padding: 10px;
}

.nav-appointable .menu-right .widget.widget_social_widget,
.nav-appointable .menu-right ul ul .widget {
    padding: 0px;
}

.nav-appointable .menu-right .widget.widget_social_widget:first-child li:not(:last-child) a {
    border-right: 1px solid #e5e5e5;
    line-height: 2.7;
}

.nav-appointable .menu-right .contact-area {
    padding: 0;
    justify-content: center;
}

.nav-appointable .menu-right > ul > ul,
.nav-appointable .menu-right > ul > li {
    width: 100%;
    margin: 0;
    text-align: center;
}

.nav-appointable .menu-right > ul > ul:not(:last-child),
.nav-appointable .menu-right > ul > li:first-child,
.nav-appointable .menu-right > ul > li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.nav-appointable .menu-item .bt-primary {
    margin: 0;
    padding: 0px 10px;
    line-height: 32px;
}

.nav-appointable .menu-right .contact-icon {
    font-size: 31px;
    height: 31px;
    margin-right: 6px;
}

.nav-appointable .menu-right .contact-info span.title {
    font-size: 13px;
    font-weight: 600;
}

.nav-appointable .navigation .menubar .menu-wrap > li > a {
    line-height: 6.4;
}

.nav-appointable .navigation .menubar .menu-wrap > li > a:after,
.nav-appointable .navigation .menubar .menu-wrap > li.dropdown > a:after {
    content: '';
    position: absolute;
    bottom: 25px;
    height: 2px;
    width: 0;
    left: 50%;
    border: 0;
    -webkit-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.nav-appointable .navigation .menubar .menu-wrap > li.dropdown:hover > a:after,
.nav-appointable .navigation .menubar .menu-wrap > li:hover > a:after,
.nav-appointable .navigation .menubar .menu-wrap > li:focus > a:after,
.nav-appointable .navigation .menubar .menu-wrap > li.focus > a:after,
.nav-appointable .navigation .menubar .menu-wrap > li.active > a:after {
    width: 15px;
}

.nav-appointable .header-widget .widget:first-child .contact-area {
    padding-left: 0;
}

/*---------------------------------------
    Slider seventeen
-----------------------------------------*/
.slider-section-seventeen .owl-nav [class*=owl-] {
    border-radius: 100%;
}

.slider-section-seventeen .specia-content h6 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 6px;
    color: #222222;
    background-color: #ffffff;
}

.slider-section-seventeen .specia-content h1 {
    background-color: rgb(0 0 0 / 0.35);
    padding: 6px 15px;
}

.slider-section-seventeen .specia-content p {
    position: relative;
}

.post_date {
	background: #FF2360;
}

.post_date h6 {
   color: #ffffff;
}

/*---------------------------------------
    Search Result
-----------------------------------------*/	

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}


.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus  {
    color: #FF2360;
    background: #fff;
}