/*
/*
Theme Name: Clinica Green
Template: clinica
Version: 1.0.0
Description: Clinica (Green) jest motywem-matką dla serwisu Clinica Prawa Rodzinnego.
*/

/*  Main color: #267033  */

/* =WordPress Core
-------------------------------------------------------------- */
.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;
        white-space: nowrap;
	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. */
}
/* ------------------- */
@font-face {
	font-family: CrimsonText;
	src: url('./fonts/CrimsonText-Roman.ttf');
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: CrimsonText;
	src: url('./fonts/CrimsonText-Italic.ttf');
	font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: CrimsonText;
	src: url('./fonts/CrimsonText-Semibold.ttf');
	font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: CrimsonText;
	src: url('./fonts/CrimsonText-SemiboldItalic.ttf');
	font-weight: 600;
    font-style: italic;
}
/* Clinica Theme Style */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "CrimsonText", Helvetica;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.content-middle {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}
.no-link, .no-link:hover {
    color: inherit;
    text-decoration: none;
}
.no-pointer {
    cursor: default;
}
h1 {
    font-size: 34px;
    text-transform: uppercase;
    color: #333;
    margin: 15px 0 10px 0;
}
h2 {
    font-size: 30px;
    color: #267033;
    margin: 12px 0 10px 0;
}
h3 {
    font-size: 26px;
    color: #333;
    margin: 10px 0 10px 0;
}
h4 {
    font-size: 22px;
    font-weight: 600;
    color: #267033;
    margin: 10px 0 10px 0;
}
input, textarea {
    width: 100%;
}
input {
    font-size: 14px;
    height: 40px;
    border: 0;
    outline: 0;
    background: #f4f4f4;
    padding: 3px 12px;
    margin-top: 15px;
}
input:first, textarea:first {
    margin-top: 0;
}
textarea {
    font-size: 14px;
    border: 0;
    outline: 0;
    background: #f4f4f4;
    padding: 10px 12px;
    margin-top: 15px;
    resize: none;
}
div.wpcf7-mail-sent-ok {
    color: #fff;
    border: 0!important;
    background: #267033;
    width: 100%;
}
div.wpcf7-validation-errors {
    border: 0!important;
    background: #f2dcae;
    width: 100%;
}
div.wpcf7-response-output {
    margin: 10px 0!important;
    padding: 15px 20px!important;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #267033;
    text-decoration: none;
}
/*
| 1 - Header
*/
@media screen and (min-width: 768px) {
    header.clinica-header {
        position: relative;
        width: 100%;
        z-index: 5;
    }
    header.clinica-header .header-row {
        height: 220px;
    }
    header.clinica-header .header-row > div {
        height: 100%;
    }
    .clinica-top-menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .clinica-top-menu ul.menu {
        display: block;
        margin: 0;
        padding: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
    }
    .clinica-top-menu ul.menu li.menu-item {
        display: inline-block;
        float: left;
        list-style: none;
        height: 65px;
        padding: 0;
        margin: 0;
        border: 1px solid #eee;
        border-left-width: 0;
        border-bottom-width: 0;
        border-radius: 15px 15px 0 0;
        background-color: #fff;
        -webkit-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.12);
        box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.12);
    }
    .clinica-top-menu ul.menu li.menu-item:first-child {
        border-left-width: 1px;
    }
    /* one item */
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(1) {
        width: 100%;
    }
    /* two items */
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(2),
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(2) ~ li.menu-item {
        width: 50%;
    }
    /* three items */
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(3),
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(3) ~ li.menu-item {
        width: 33.333%;
    }
    /* four items */
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(4),
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(4) ~ li.menu-item {
        width: 25%;
    }
    /* five items */
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(5),
    .clinica-top-menu ul.menu li.menu-item:first-child:nth-last-child(5) ~ li.menu-item {
        width: 20%;
    }
    .clinica-top-menu ul.menu li.menu-item a {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px 20px;
        color: #267033;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }
    .clinica-top-menu ul.menu li.menu-item:hover{
        background-color: #267033;
        border-color: #267033;
    }
    .clinica-top-menu ul.menu li.menu-item a:hover {
        color: #fff;
    }
    .clinica-top-menu ul.menu li.current-menu-item,
    .clinica-top-menu ul.menu li.current-menu-parent,
    .clinica-top-menu ul.menu li.current_page_parent  {
        background-color: #267033;
        border-color: #267033;
    }
    .clinica-top-menu ul.menu li.current-menu-item a,
    .clinica-top-menu ul.menu li.current-menu-parent a,
    .clinica-top-menu ul.menu li.current_page_parent a   {
        color: #fff;
    }
    #menu-button {
        display: none;
    }
    #menu-close {
        display: none;
    }
    /* Menu Services */
    .clinica-services-menu {
        width: 100%;
        padding: 0;
        height: 70px;
        margin: 30px 0 40px 0;
    }
    .clinica-services-menu ul.menu {
        display: block;
        margin: 0;
        padding: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
    }
    .clinica-services-menu ul.menu li.menu-item {
        display: inline-block;
        float: left;
        list-style: none;
        height: 70px;
        padding: 0;
        margin: 0 10px 0 0;
        border: 2px solid #ddd;
        background-color: #fff;
    }
    .clinica-services-menu ul.menu li.menu-item:first-child {
        border-left-width: 2px;
    }
    /* one item */
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(1) {
        width: calc(100% - 10px);
    }
    /* two items */
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(2),
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(2) ~ li.menu-item {
        width: calc(50% - 10px);
    }
    /* three items */
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(3),
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(3) ~ li.menu-item {
        width: calc(33.333% - 10px);
    }
    /* four items */
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(4),
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(4) ~ li.menu-item {
        width: calc(25% - 10px);
    }
    /* five items */
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(5),
    .clinica-services-menu ul.menu li.menu-item:first-child:nth-last-child(5) ~ li.menu-item {
        width: calc(20% - 10px);
    }
    .clinica-services-menu ul.menu li.menu-item a {
        cursor: pointer;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px 20px;
        color: #267033;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }
    .clinica-services-menu ul.menu li.menu-item a:hover {
        background-color: #267033;
        color: #fff;
    }/*
    .clinica-services-menu ul.menu li.current-menu-item {
        background-color: #267033;
    }
    .clinica-services-menu ul.menu li.current-menu-item a {
        color: #fff;
    }*/
    .clinica-services-menu .menu-item a::after {
        content: '';
        position: absolute;
        right: 30px;
        margin: 4px 0 0;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #267033;
    }
    .clinica-services-menu .menu-item a:hover::after/*,
    .clinica-services-menu .current-menu-item a::after*/ {
        border-left-color: #fff;
    }
}
.clinica-top-menu ul.menu ul.sub-menu {
    display: none;
}
.header-phone {
    display: inline-block;
    font-size: 20px;
}
.header-phone::before {
    content: "";
    display: inline-block;
    background-image: url('img/phone.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    margin: 0 5px -3px 5px;
}
/*
| 2 - Content
*/
section.clinica-content {
    position: relative;
    color: #666;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}
section.clinica-content .content-row {
    padding: 0 30px;
    margin-bottom: 50px;
}
section.clinica-content .post-content-row {
    padding: 0 15px;
    margin-bottom: 30px;
}
section.clinica-content .content-row li:not(.menu-item) {
    list-style: square;
}
section.clinica-content li::before {
    padding: 2px;
    width: 18px;
    height: 18px;
}
section.clinica-content .slide-row {
    height: 600px;
}
section.clinica-content .slide-row > div {
    height: 100%;
}
.has-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.12);
}
section.clinica-page, section.clinica-post {
    padding: 60px 0;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.12);
    box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.12);
}
section.big-slide .slide-row h1 {
    color: #666;
    font-size: 48px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 10px 0;
}
section.big-slide .slide-row p {
    color: #666;
}
section.big-slide .slide-row a {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 15px 25px 16px;
    min-width: 150px;
    color: #333;
    font-size: 16px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}
section.big-slide .slide-row a:hover {
    color: #fff;
    background: #266033;
    border-color: #267033;
    text-decoration: none;
}
section.big-slide .slide-row a:first-child {
    margin-left: 20px;
}
.service-contact-row h1,
.service-contact-row h4 {
    text-align: center;
}
.service-contact-row .details {
    padding-top: 30px;
    text-align: center;
}
.service-contact-row .details img {
    display: block;
    margin: 0 auto;
}
.service-contact-row .details a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.service-contact-row .details a:hover {
    color: #267033;
    text-decoration: none;
}
section.contact-page .contact-header {
    margin-bottom: 15px;
}
section.contact-page .contact-header h2,
section.contact-page .contact-header h3 {
    margin: 5px 0;
}
section.contact-page .contact-icon {
    display: block;
    margin-left: 30px;
    margin-bottom: 10px;
}
section.contact-page .contact-icon::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    margin: 0 8px -5px -33px;
}
section.contact-page p {
    display: block;
}
section.contact-page p .contact-social-link {
    display: inline-block;
    margin-top: 5px;
    margin-left: -3px;
    margin-right: 10px;
}
section.contact-page .icon-address::before {
    background-image: url('img/contact-address.png');
}
section.contact-page .icon-phone::before {
    background-image: url('img/contact-phone.png');
}
section.contact-page .icon-fax::before {
    background-image: url('img/contact-fax.png');
}
section.contact-page .icon-mail::before {
    background-image: url('img/contact-mail.png');
}
section.contact-page .icon-bank::before {
    background-image: url('img/contact-bank.png');
}
section.contact-page .icon-nip::before {
    background-image: url('img/contact-nip.png');
}
section.contact-page .icon-fb::before {
    background-image: url('img/contact-fb.png');
}
section.contact-page .icon-twitter::before {
    background-image: url('img/contact-twitter.png');
}
section.contact-page .icon-linkedin::before {
    background-image: url('img/contact-linkedin.png');
}
section.contact-page a.maps-link,
section.contact-page .form-submit input {
    display: inline-block;
    color: #267033;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #eee;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 8px 18px;
    width: auto;
}
section.contact-page a.maps-link:hover,
section.contact-page .form-submit input:hover {
    color: #fff;
    background: #267033;
    border-color: #267033;
    text-decoration: none;
}
section.contact-page textarea#message {
    height: 300px;
}
section.clinica-slide-content .slide-content {
    margin: 30px 0 50px 0;
}
section.clinica-slide-content .slide-content .content-row {
    padding: 0 50px;
    margin-bottom: 30px;
}
section.clinica-slide-content .slide-content .content-row ul {
    margin: 15px 0;
}
section.clinica-slide-content .slide-content .content-row li:not(.menu-item) {
    margin-left: 100px;
    margin-right: 80px;
    list-style: square;
}
section.clinica-slide-content .slide-content-header .slide-row h1 {
    color: #253D32;
    font-size: 54px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 10px 0;
}
section.clinica-slide-content .slide-content-header .slide-row h3 {
    color: #666;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 10px 0;
}
section.clinica-slide-content .slide-content .people {
    position: relative;
    display: block;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 25px 0 30px 0;
    margin: 50px 0;
}
section.clinica-slide-content .slide-content .people h4 {
    position: absolute;
    display: block;
    top: -50px;
    color: #267033;
    font-size: 20px;
    font-weight: 400;
    background: #f4f4f4;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 30px 20px 70px;
    margin: 0;
    width: auto;
}
section.clinica-slide-content .slide-content .people h4::before {
    content: url('./img/li-big.png');
    position: absolute;
    top: 16px;
    left: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: -10px;
}
section.clinica-slide-content .slide-content .content-row .people ul {
    display: block;
    padding-right: 5px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
section.clinica-slide-content .people li {
    font-size: 15px;
    list-style: square!important;
    margin-left: 15px!important;
    margin-right: 15px!important;
    background-image: none!important;
    padding-left: 0!important;
}
section.clinica-slide-content .people li a {
    color: #666;
    text-decoration: none;
}
section.clinica-slide-content .slide-content .people ul li a:hover {
    color: #267033;
    text-decoration: none;
}
section.clinica-slide-content .slide-content .content-row a {
    margin: 40px 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #267033;
    border: 0;
    border-radius: 5px;
    padding: 16px 35px;
}
section.clinica-slide-content .slide-content .content-row a:hover {
    opacity: 0.85;
}
/*
| 3 - Posts
*/
.post {
    margin-bottom: 30px;
}
.post:last-child {
    margin-bottom: 0;
}
.post-day {
    display: inline-block;
    height: 80px;
    color: #267033;
    font-size: 90px;
    line-height: 80px;
}
.post-month {
    display: inline-block;
    color: #333;
    font-size: 36px;
}
.post-title {
    font-size: 36px;
    text-decoration: none;
    line-height: 40px;
    margin: 5px 0;
}
.post-title a {
    color: #333;
}
.post-title a:hover {
    color: #267033;
    text-decoration: none;
}
.post-subtitle {
    font-size: 22px;
}
.post-year {
    font-size: 20px;
}
.post-excerpt p {
    margin: 0 0 15px 0;
}
.post-excerpt p.post-link {
    margin: 0;
    text-align: right;
}
.post-excerpt p.post-link a {
    color: #333;
    text-decoration: none;
}
.post-excerpt p.post-link a:hover {
    color: #267033;
    text-decoration: none;
}
.post-pagination li {
	display: inline-block;
    width: 28px;
    height: 28px;
    color: #267033;
    border: 1px solid #267033;
    background: #fff;
}
.post-pagination li.divider {
    cursor: default;
    border-width: 0;
}
.post-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 6px;
    color: #267033;
    text-align: center;
    text-decoration:none;
}
.post-pagination li.active a,
.post-pagination li a:hover {
    color: #fff;
	text-decoration:none;
}
.post-pagination li:hover,
.post-pagination li.active {
	background-color: #267033;
}
.post-header,
.post-content,
.post-tags {
    margin-bottom: 30px;
}
.post-header:first-child {
    margin-bottom: 0!important;
}
.post-content img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.post-thumbnail {
    float: right;
    margin-top: -60px;
    margin-left: 10px;
    max-width: 320px;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.18);
}
.post-thumbnail::after {
    content: url('./img/spinacz.png');
    position: absolute;
    display: block;
    top: -96px;
    right: 50px;
    z-index: 30;
}
.post-tags a {
    display: inline-block;
    height: 30px;
    padding: 4px 10px;
    color: #267033;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #f4f4f4;
    margin-right: 10px;
}
.post-tags a:hover {
    color: #fff;
    background: #267033;
}
.comments-list {
    padding: 30px 0;
}
.comments-list ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 60px;
}
.comments-list ol li {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px 15px;
    list-style: none;
}
.comments-list ol li:last-child {
    margin-bottom: 0;
}
.comments-list ol li > div {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    width: 100%;
}
.comments-list ol li .comment-author {
    display: inline-block;
    height: 40px;
}
.comments-list ol li .comment-author cite {
    position: absolute;
    top: 15px;
    left: 0;
    color: #267033;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
}
.comments-list ol li .comment-author span.says {
    display: none;
}
.comments-list ol li img {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-left: -95px;
}
.comments-list ol li .comment-meta {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
}
.comments-list ol li .comment-meta a {
    color: #666;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
}
.comments-list ol li .comment-meta a:hover {
    color: #333;
}
.comments-list ol li p {
    margin-top: 20px;
    width: 94%;
}
.submit-button {
    width: calc(50% - 15px);
    margin-left: 15px;
    text-transform: uppercase;
}
.archive-header {
    margin-bottom: 30px;
    text-align: center;
}
.archive-header h1 {
    color: #267033;
}

aside .widget:not(.clear-widget) {
    position: relative;
    display: block;
    background: #f4f4f4;
    border-radius: 4px;
    margin-top: 60px;
    padding: 25px 0 30px 0;
}
aside .widget:first-child {
    margin-top: 30px;
}
aside .widget h4:not(.clear-widget) {
    position: absolute;
    display: block;
    top: -20px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background: #f4f4f4;
    border-radius: 4px;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0;
    width: auto;
}
aside .widget ul:not(.clear-widget) {
    display: block;
    padding-right: 15px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
aside .widget .rpwwt-widget > ul {
    padding-left: 20px;
}
aside .widget ul li {
    list-style: square;
}
aside .widget ul li a {
    color: #666;
    text-decoration: none;
}
aside .widget ul li a:hover {
    color: #267033;
    text-decoration: none;
}
aside .social-widget-content a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #eee;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-right: 5px
}
aside .social-widget-content a:last-child {
    margin-right: 0;
}
/*
| 4 - Widgets
*/
section.clinica-widgets {
    position: relative;
    width: 100%;
    z-index: 5;
}
section.clinica-widgets .widgets-row {
    padding: 40px 0;
}
section.clinica-widgets .widgets-row .widget {
    width: 100%;
}
section.clinica-widgets .widget-title {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #267033;
}
section.clinica-widgets .widget-title > span {
    position: absolute;
    bottom: -1px;
    margin: 0;
    padding: 0 0 5px 0;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #267033;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-widget-content > div > div {
    position: relative;
    display: block;
    font-size: 14px;
    margin-left: 20px;
}
.contact-widget-content {
    height: 90px;
}
.contact-widget-content:last-child {
    height: auto;
    padding-top: 10px;
}
.contact-widget-content a {
    display: block;
}
.contact-widget-content a.pointer {
    cursor: pointer;
}
.contact-widget-content .widget-icon::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 16px 16px;
    width: 18px;
    height: 18px;
    margin: 0 -1px -3px -20px;
}
.contact-widget-content a.widget-icon::before {
    margin: 0 1px -3px -20px;
    width: 20px;
}
.contact-widget-content .icon-address::before {
    background-image: url('img/widget-address.png');
}
.contact-widget-content .icon-phone::before {
    background-image: url('img/widget-phone.png');
}
.contact-widget-content .icon-fax::before {
    background-image: url('img/widget-fax.png');
}
.contact-widget-content .icon-mail::before {
    background-image: url('img/widget-mail.png');
}
.contact-widget-content .icon-night::before {
    background-image: url('img/widget-night.png');
}
.clinics-widget-content {
    height: 75px;
    padding-bottom: 20px;
}
.clinics-widget-content:last-child {
    padding-top: 0px;
}
.clinics-widget-content .widget-clinic-link {
    padding: 0;
    margin: 0;
}
.clinics-widget-content .widget-clinic-social {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
}
/*
| 5 - Footer
*/
footer.clinica-footer {
    position: relative;
    background: #363636;
    color: #ccc;
    font-size: 12px;
    width: 100%;
    z-index: 5;
}
footer.clinica-footer .footer-row {
    height: 100%;
}
footer.clinica-footer .copyright-row {
    padding: 30px 0;
}
footer.clinica-footer form {
    float: right;
}
footer.clinica-footer .searchform {
    position: relative;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}
footer.clinica-footer form .footer-search {
    display: inline-block;
    background: #363636;
    border: 0;
    outline: 0;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 10px;
    height: 20px;
    width: auto;
}
footer.clinica-footer form .footer-search::-webkit-input-placeholder,
footer.clinica-footer form .footer-search::-moz-placeholder,
footer.clinica-footer form .footer-search:-ms-input-placeholder,
footer.clinica-footer form .footer-search:-moz-placeholder {
    color: #ccc;
}
footer.clinica-footer form .footer-search:focus {
    outline: 0;
    border: 0;
}
footer.clinica-footer form .footer-search-submit {
    display: inline-block;
    float: right;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ccc;
    outline: 0;
    padding: 0 15px 0 10px;
    margin: 0;
    height: 20px;
    font-size: 13px;
    text-transform: uppercase;
}
footer.clinica-footer form .footer-search-submit:focus {
    outline: 0;
    border: 0;
    border-bottom-width: 1px;
}
footer.clinica-footer form .footer-search-submit::before {
    content: "";
    display: inline-block;
    background-image: url('img/search.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin: 0 5px -2px 0;
}
/*
| Additional
*/
.addtoany_shortcode{
    display: inline-block;
    width: auto;
    height: 23px;
    float: right;
}
.addtoany_shortcode div span.a2a_svg {
    color: #267033!important;
    background: transparent!important;
}
.addtoany_shortcode div span.a2a_svg svg path {
    fill: #267033!important;
}
.share-link-mail {
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    opacity: 0.85;
    margin-top: 3px;
    margin-left: 5px;
}
.share-link-mail:hover {
    opacity: 0.7;
}
section.clinica-post form.subscription-form {
    float: right;
}
form.subscription-form .subscriberform {
    position: relative;
    border: 0;
    border-bottom: 1px solid #267033;
    padding: 0;
    height: 30px;
}
form.subscription-form .subscriber-mail {
    display: inline-block;
    color: #267033;
    background: #fff;
    border: 0;
    outline: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px 0 0;
    height: 29px;
    width: 220px;
    font-size: 16px;
    text-align: left;
}
form.subscription-form ::-webkit-input-placeholder {
    color: #267033;
}
form.subscription-form ::-moz-placeholder {
    color: #267033;
}
form.subscription-form :-ms-input-placeholder {
    color: #267033;
}
form.subscription-form ::placeholder {
    color: #267033;
}
form.subscription-form .subscriber-mail:focus {
    outline: 0;
    border: 0;
}
form.subscription-form .subscriber-submit {
    display: inline-block;
    float: right;
    color: #267033;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #267033;
    outline: 0;
    padding: 0 15px;
    margin: 0;
    height: 30px;
    width: auto;
    font-size: 16px;
    text-transform: uppercase;
}
form.subscription-form .subscriber-submit:focus {
    outline: 0;
    border: 0;
    border-bottom-width: 1px;
}
form.subscription-form  .es_msg #es_msg_pg {
    color: #267033;
}
