/*
Theme Name: Appointo
Theme URI: https://www.nayrathemes.com/appointo-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It's perfect for any type of business. View the demo of Appointo Pro https://www.nayrathemes.com/demo/pro/?theme=appointo
Template: gradiant
Version: 997.8
Tested up to: 6.5
Requires PHP: 5.6
Requires at Least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: appointo
Slug: appointo
Tags: one-column, two-columns, 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, photography, 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.

*/


/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v40-cyrillic_latin-regular.woff2') format('woff2'); 
}

/* open-sans-700 - cyrillic_latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v40-cyrillic_latin-700.woff2') format('woff2'); 
}



.footer-two .footer-above {
    background: rgb(13 12 68);
}

.info-wrapper2 .widget.widget-contact .contact-area span.title {
    font-size: 18px;
    font-weight: 600;
}

.info-section [class*="av-column-"]:nth-child(2) .widget-contact {
    border-left: none !important;
}

.header.header-five .widget-wrp .widget {
    margin-left: 15px;
    padding-left: 15px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    min-height: 90px;
    color: var(--sp-secondary-dark);
    border-left: 1px solid rgb(189 189 189 / 0.45);
}

.header.header-five .widget-wrp .widget:last-child {
    margin-right: 15px;
    padding-right: 15px;
}

.header.header-five .widget-wrp .widget:first-child {
    margin-left: 0;
}

.header.header-five .widget-wrp .widget p {
    margin-bottom: 0;
}

.header.header-five .widget-wrp .contact-icon {
    font-size: 32px;
    height: 32px;
}

.header.header-five .widget-wrp span.title {
    font-size: 14px;
}

.header.header-five .widget-wrp span.text {
    font-size: 17px;
    font-weight: 600;
}

.header.header-five .navbar-area {
    border-top: 1px solid rgb(189 189 189 / 0.45);
}

.header.header-five .navbar-area .theme-menu {
    text-align: right;
    justify-content: space-between;
}

.header.header-five .navbar-area .header-wrap-right li {
    padding-left: 10px;
    border-left: 1px solid rgb(189 189 189 / 0.45);
}

.header.header-five .navbar-area .header-wrap-right li:first-child {
    padding-left: 0;
    border-left: 0;
}

.header.header-six .menubar ul.menu-wrap,
.header.header-five .menubar ul.menu-wrap {
    text-align: left;
}


/*=====  Features Section =====*/

.features-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.features-item {
    text-align: center;
    padding: 35px 25px;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.features-item .modern-icon {
    font-size: 92px;
    bottom: 0;
    top: -30px;
    right: -30px;
}

.features-home .features-item {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.tilter:hover .features-item, .tilter:focus-within .features-item,
.features-item:hover,.features-item:focus-within {
    background: var(--sp-gradient1);
}

.features-item .tilter__deco--lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 94%;
    height: 90%;
    border: 1.5px dashed var(--sp-secondary-dark);
    margin: auto;
    border-radius: 0;
    z-index: 0;
}

.tilter:hover .features-item .tilter__deco--lines,
.tilter:focus-within .features-item .tilter__deco--lines,
.features-item:hover .tilter__deco--lines,
.features-item:focus-within .tilter__deco--lines {
    border-color: #ffffff;
}

.features-item .features-icon {
    display: inline-block;
    margin-bottom: 12px;
}

.features-item .features-icon i {
    font-size: 50px;
    background: var(--sp-gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-home .features-item .features-icon i {
    font-size: 40px;
}

.features-home .features-item .features-icon img {
    width: 40px;
}

.features-home .features-item .modern-icon{
	 width: 92px;
}

.features-item .features-title {
    font-weight: 600;
}

.features-home .features-item .features-title {
    background: var(--sp-gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-item .features-title a {
	pointer-events: visible;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .0s cubic-bezier(.645,.045,.355,1);
    transition: all .0s cubic-bezier(.645,.045,.355,1);
}

.features-item p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.features-home .features-item p {
    margin-top: 6px;
}

.tilter:hover .features-item .features-title a,
.tilter:focus-within .features-item .features-title a,
.tilter:hover .features-item .features-icon i,
.tilter:focus-within .features-item .features-icon i,
.tilter:hover .features-item p,
.tilter:focus-within .features-item p,
.tilter:hover .features-item .features-title,
.tilter:focus-within .features-item .features-title,
.features-item:hover .features-title a, .features-item:focus-within .features-title a,
.features-item:hover .features-icon i, .features-item:focus-within .features-icon i,
.features-item:hover p,.features-item:focus-within p,
.features-item:hover .features-title,.features-item:focus-within .features-title {
    background: transparent;
    color: #ffffff;
    -webkit-text-fill-color: unset;
}

/*===== // =====*/


.sidebar ol.wp-block-latest-comments {
    padding: 0;
}

.wp-block-media-text .wp-block-media-text__content {
    line-height: 1;
}

.sidebar ul.wp-block-social-links li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.post-section ol.wp-block-latest-comments {
    padding: 0;
}

.wp-block-buttons {
    margin: 15px 0;
}

.wp-block-table figcaption {
    font-weight: 600;
    text-align: center;
}

.wp-block-categories {
    list-style: none;
}


/*=====  Clients =====*/

.client-section.client-home {
    background: var(--sp-gradient2);
}

.client-section.client-home.roller {
    transform: scaleX(.94);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.client-section.client-home.roller.rollerstart {
    transform: scaleX(1);
}

.inner-client-section {
    /* margin-top: -100px; */
}

.inner-client-section .client-inner {
    background: var(--sp-gradient2);
    padding: 35px 20px;
}

.single-partner {
    position: relative;
    text-align: center;
    opacity: 0.6;
    filter: grayscale(100%);
    transform: scale(0.92);
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
}

.single-partner a {
    color: #ffffff;
    text-decoration: none;
}

.single-partner .client-name {
    margin-top: 15px;
    display: block;
}

.client-section .single-partner img {
    width: auto;
    margin: 0 auto;
}

.single-partner:hover,
.single-partner:focus-within,
.owl-item.active.center .single-partner {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1);
}

/*===== // =====*/

.post-content figure img {
    width: 100%;
}

.post-content figure.gallery-item {
    margin-right: 2.7% !important;
    margin-bottom: 2.7% !important;
}

.post-content .gallery {
    display: contents;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    background: transparent;
    color: var(--sp-primary);
}

.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus {
    color: var(--sp-white);
    background: var(--sp-gradient1);
    border-color: var(--sp-gradient1);
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-code code img {
    display: inline-block;
    margin-left: 20px;
}

.wp-block-pullquote.has-background blockquote {
    background: inherit;
}

.post-section .wp-block-loginout,
#av-primary-content .wp-block-search {
    padding: 20px 0;
}

.wp-block-loginout a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 14px;
    line-height: 2;
    letter-spacing: .3px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: initial;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

pre.has-background code {
    background-color: inherit;
}

p.has-text-color em {
    color: inherit;
}

.post-section #av-primary-content .wp-block-group {
    padding: 0 20px;
}

.wp-block-group em {
    color: inherit;
}

.wp-block-button a.wp-block-button__link {
    border-color: inherit;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    color: #fff;
}

.has-text-color * {
    color: inherit;
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit;
}    

blockquote {
    border-color: inherit !important;
}

.has-background.wp-block-read-more {
    padding: 5px 10px;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.wp-block-avatar img {
    border-radius: 50%;
}



.sidebar .widget form.wp-block-search{
	padding: 0;
}
.sidebar .widget form.wp-block-search .wp-block-search__inside-wrapper {
	padding: 30px;
	position: relative;
}
.sidebar .widget form.wp-block-search .wp-block-search__button{
    position: absolute;
    right: 8px;
}
.widget_product_tag_cloud .tagcloud, .sidebar .wp-block-tag-cloud {
    padding: 30px;
}
.wp-block-tag-cloud a {
    padding: 6px 12px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 5px;
    color: var(--sp-secondary-dark);
    font-weight: 400;
    font-size: 16px!important;
    border: 1px solid var(--sp-primary);
    border-radius: 6px;
    -webkit-transition: all 0s cubic-bezier(.645,.045,.355,1);
    transition: all .05s cubic-bezier(.645,.045,.355,1);
}

.widget_product_tag_cloud a:hover, .widget_product_tag_cloud a:focus, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
    color: #ffffff;
    background: var(--sp-gradient1);
}
.sidebar ul.wp-block-social-links li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	line-height: 0;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

/* gallery cross buttom style */
button.featherlight-close-icon.featherlight-close {
    background-color: var(--sp-primary);
    border: 1px solid var(--sp-white);
    top: 40px;
    right: 40px;
    border-radius: 0;
}


/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
    visibility: visible;
    opacity: 0.5;
}

/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
	margin-right: calc(-.4 * var(--bs-gutter-x));
    margin-left: calc(-.4 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
    margin-top: 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
    margin-left: 0px;
}

/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
    border-radius: 50%;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    width: 100%!important;
    height: 100%!important;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
	justify-content: center;
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
	width: 100%!important;
	margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
	margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
    margin-top: 0px;
}

blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}
.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}
.entry-content ul:last-child {
 margin-bottom: 0;
}
.wp-block-code.has-text-color code {
 	      color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
}

/*wp-Block-RSS*/
ul.wp-block-rss {
     list-style: none;
     margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.wp-block-quote.is-style-large {
	padding-top: 1.10rem;
	padding-bottom: 1.10rem;
}

.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
	padding: 1.563rem 1.000rem 1.563rem;
}

.widget .wp-block-group .is-vertical a {
    color: inherit;
}

.entry-content ol.wp-block-latest-comments {
	padding-left: 2rem;
}

.wp-block-table figcaption {
  text-align: center;
}

.post .entry-content ul.wp-block-archives {
	margin-left: 1.125rem;
	list-style: disc
}

.wp-block-code.has-background code {
	background: inherit;
}

.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
	 padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
     width: auto;
}

.widget .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
    font-weight: 600;
    line-height: 1.5;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 2em;
	width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-verse {
	padding: 10px;
}

.wp-block-details summary { 
	font-weight: 600;
}

.wp-block-calendar .wp-calendar-nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
	padding-bottom: 0.625rem;
}

.wp-block-details summary {
	font-weight: 600;
	padding: 10px;
}

.wp-block-latest-posts__post-author {
	font-size: 1.7rem;
 	font-weight: 600;
}

a.wc-block-grid__product-link {
	text-decoration: none;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
	color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
  margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
	color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
    text-decoration: none;
}

.wp-block-details summary {
	font-weight: 600;
}

.wp-block-group.has-black-border-color {
	border-color: #333 !important;
}

.widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
	text-decoration: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}

.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
    margin-left: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
	color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
}

.widget .wp-block-heading:before {
	left: 0;
	top: 0;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 700;
	font-size: 24px;
}



/* Additional Styles */
.breadcrumb-list { display:none !important }
.navbar-area .menubar .menu-wrap > li {
    font-size: 13pt !important;
}
.menubar .menu-wrap > li > a {
	padding: 0px 16px !important;
	font-weight:500 !important;
}


.single .post-date,
.single h5.post-title { display:none !important }
.single article { box-shadow:none !important; margin-bottom:0 !important; } 
.single section.av-py-default { padding:30px 0 30px !important; } 

.post-ser { display:block; margin:0px auto; text-align:center; }
.post-ser article { display:inline-block; vertical-align:top; text-align:center; width:300px; margin:15px; }
.post-ser article .post-footer { padding-bottom:0 !important; }
.post-ser article .post-content { padding:20px !important; font-size:11pt; color:#666; }
.post-ser article .post-title { font-size:16pt !important; color:#333; }
.post-ser article .post-title a { color:#333; }
.post-ser article .post-title a:hover, .post-ser article:hover .post-title a { color:#17BBBB; }

#av-primary-content h2 { display:block; !important; margin:0px auto; font-size:20pt !important; text-align:center; width:100% !important; }
#av-primary-content h2:after { content:' '; display:block; margin:10px auto 25px; width:157px; height:27px; background:url(/wp-content/uploads/2024/06/separ157.png) no-repeat center center; }

#av-primary-content h3, #av-primary-content h4, #av-primary-content h5 { font-size:18pt !important; text-align:left; margin-top:20px; margin-bottom:10px; }

#av-primary-content ul { list-style:none !important; padding-left:0 !important; margin-top:0 !important; display:block; width:100%; }
#av-primary-content ul li { margin-bottom:10px !important; padding-left:35px !important; background:url(/wp-content/uploads/2024/06/gala.png) no-repeat 10px 5px; }

img.artimgright { display:block; float:right; width:40%; margin-left:25px; margin-bottom:25px; border-radius:10px; }

.per-item { display:inline-block; vertical-align:top; width:290px; margin:10px; padding:10px 15px; background:#fff; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; color:#666; font-size:9pt; min-height:180px; }
.per-item i { color:#17BBBB; font-size:24pt; margin-top:10px; }
.per-item h6 { color:#11104d; font-size:11pt; margin-top:10px; margin-bottom:10px; }

.sertbox { text-align:center; }
.sertbox a { display:inline-block; vertical-align:top; width:25%; margin:10px 1.5%; border:1px solid #ddd; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }

.fullmap iframe { height:400px !important; }

.fullrev { margin-bottom:60px; }

.topmes a { display:inline-block; !important; vertical-align:top; }

.cta-content p strong { font-size:14pt !important }

.context { text-align:center; font-size:13pt; line-height:1.5; }
.context p { margin-top:20px; margin-bottom:20px; }
.context a { text-decoration:none !important; font-weight:bold !important; line-height:1.5 !important; }
.context a:hover { text-decoration:none !important; color:#fff !important; }

img.oneimg { display:block; margin:10px auto; width:100%; border-radius:10px; }

.contact-icon i { color:#fff !important; }

.footer-two .footer-above,
.footer-section.footer-two { background: #17154C !important; }

.post-footer { display:block !important; }

[class*=av-column-] { padding: 0 15px !important; }

.footer-two .footer-above .widget-contact { border:1px dashed #17BBBB !important; }
.footer-two .footer-above .contact-area { background: #14A0A0 !important; }

.fa, .far, .fas {
    font-family: "FontAwesome" !important;
	font-weight: 400 !important;
}

.widget-contact .contact-info .title { font-size:13pt !important; color:#fff; text-decoration:none; line-height:1.5; font-weight:400; }
.widget-contact .contact-info .title a { font-size:13pt !important; color:#fff; text-decoration:none; font-weight:bold; }
.widget-contact .contact-info .title a:hover { color:#B9E3E3 !important; text-decoration:none; }
.widget-contact .contact-info .title img { display:inline-block; vertical-align:top; width:20px !important; margin-left:5px; margin-top:4px; }

.homesoc { display:block !important; width:100%; text-align:center; }
.call-wrapper .cta-info .call-phone .homesoc img { display:inline-block !important; float:none; width:30px !important; margin-left:10px; margin-top:5px; }
.footer-copyright .text-md-center .widget-center { display:none !important; }
.footsoc { text-align:left; margin-top:10px; display:none !important; }
.footsoc img { display:inline-block; vertical-align:top; width:30px !important; margin-right:11px; opacity:0.7; }
.footsoc img:hover { opacity:1; }

.telbut { display:inline-block; padding:5px 10px; background:#17BBBB; margin:4px 8px; vertical-align:top; color:#fff; font-size:18pt !important; border-radius:7px; }
.telbut:hover { background:#14A0A0; color:#fff !important; }
.telbut i { font-size:12pt; margin-right:5px; }
img.hmsc { display:inline-block; width:30px !important; margin-left:5px; margin-top:7px; }

.contop { display:block !important; width:250px !important; }
.contop a { font-size:15pt; text-decoration:none !important; font-weight:bold; color:#17bbbb; margin-right:5px; }
.contop a i { font-size:11pt; margin-right:5px; }
.contop a:hover { text-decoration:none !important; color:#11104d; }
.contop a img { display:inline-block; width:22px; vertical-align:top; margin-top:4px; }

p.textmess { width:85%; margin:15px 0 15px 0; font-size:10pt; }
p.textgraf { width:90%; margin:15px 0 15px 0; font-size:13pt; text-align:left !important; }
p.textgraf span { display:inline-block; }
p.textgraf b { color:#FFB5C5; }

.post-footer a.morre { display:inline-block; padding:10px 15px; border:1px solid #17BBBB; color:#fff; background:#17BBBB; text-decoration:none; font-weight:bold; border-radius:5px; }
.post-footer a.morre:hover { color:#fff; text-decoration:none; border:1px solid #118787; background:#118787; }


.tgs { display:none !important; margin:20px auto; width:95%; max-width:1000px; text-align:left; padding-top:20px; border-top:1px solid #ddd; font-size:10pt !important; }
.tgs a { display:inline-block; color:#14A0A0; text-decoration:none; }
.tgs a:hover { color:#17154C !important; }
.tgs a::before { content:'#'; display:inline-block; font-weight:bold; color:#14A0A0; margin-left:10px; }

.footer-above h2.footh2 { text-align:center; color:#fff; font-size:16pt; font-weight:600; margin:20px auto; }

a.catimg { display:block; float:left; width:35%; margin-right:20px; }
a.catimg img { width:100%; }

h5.post-title a { color:#222; }
h5.post-title a:hover { color:#17bbbb !important; }

blockquote:not(.av-blockquote):after,
blockquote:not(.av-blockquote):before { display:none !important; }
blockquote {
    position: relative;
    border: none;
    padding: 25px 20px;
    background: #f5f5f5 !important;
    margin: 0 0 15px;
    border-radius: 0px;
    border:none !important;
	border-left:3px solid #17BBBB !important;
}
blockquote p { margin-bottom:0 !important; font-weight:700 !important; font-style:normal !important; }



@media (max-width: 768px) {
	img.artimgright { float:none; width:100%; margin-left:0px; }
	.heading-default h3 { font-size:18pt !important; }
	.post-ser article { width:90%; margin:15px 5%; }
	.post-ser article .post-title { font-size: 16pt; }
	.post-ser article p { font-size: 10pt; }
	.post-ser article .post-content { padding:15px !important; }
	.footer-above .av-columns-area { margin-bottom: 10px !important; }
	.features-image-wrap .features-image img { padding-top:35px; }
	.footer-two .footer-copyright .av-columns-area { border-top: none !important; }
	.per-item { width:90%; margin:10px 5%; }
	.features-image-wrap .features-image img { margin:25px auto 10px !important; }
	#features-section { padding:80px 0 20px !important; }
	#post-section { padding-top:30px !important; }
	.sertbox a { width:90%; margin:10px 5%; }
	a.catimg { float:none; width:100%; margin-right:0px; margin-bottom:20px; }
}

@media (max-width: 480px) {
	p.textmess { width:100%; margin:15px 0 15px 0; font-size:10pt; }
}

@media (max-width: 360px) {
	.call-wrapper .cta-info .call-phone .homesoc img { display:inline-block !important; }
	.telbut i { display:none !important; }
	.widget-contact .contact-info .title img { display:none !important; }	
}

@media (max-width: 330px) {
	.call-wrapper .cta-info { text-align:center !important; width:100% !important; }
	.telbut { padding:5px 8px; margin:4px 4px; font-size:14pt !important; }
	.telbut i { display:inline-block !important; }
	img.hmsc { width:20px !important; margin-left:4px; margin-top:5px; }
}
@media (max-width: 330px) {
	.telbut i { display:none !important; }

}
