/*
Theme Name: Susmile
Theme URI: http://www.susmile.eu
Description: A custom WordPress theme for www.susmile.eu
Author: OCRMEDIA
Author URI: http://www.ocrmedia.com
Version: 1.0
*/

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button,
input,
select {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}  
*, *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
html {
    background-color: white;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
body{
    background: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    color: #0F0F0F;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5em;
}
a, svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fullwidth{
    display: block;
    width: 100%;
}
.container,
.wp-block-cover__inner-container,
.wp-block-group__inner-container{
    width: 100%;
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
}
p{
    margin: 0 0 1.5rem;
}
.wp-block-group__inner-container p:last-of-type{
    margin: 0;
}
h1{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 1.2em;
    color: #189CC2;
    margin: 0 0 24px;
}
h1.page-title{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    color: #189CC2;
    margin: 0;
    padding-bottom: 115px;
    position: relative;
}
h1.page-title::after{
    width: 1px;
    height: 98px;
    background: #189CC2;
    position: absolute;
    left: 50%;
    top: 55px;
    content: '';
}
h2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    color: #0F0F0F;
    margin: 0;
}
h3, h4, h5{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    color: #189CC2;
    margin: 0 0 24px;
}
h3{
    font-size: 26px;
    line-height: 1.3em;
}
h4{
    font-size: 24px;
    line-height: 1.3em;
}
h5{
    font-size: 22px;
    line-height: 1.3em;
}

.weight300{
    font-weight: 300;
}
.weight400{
    font-weight: 400;
}
.size24{
    font-size: 24px;
    line-height: 36px;
}

.wp-block-image.no-margin{
    margin: 0 !important;
}
.wp-block-image img{
    display: block;
}

.header{
    padding-top: 30px;
    padding-bottom: 30px;
}
.header .logo img{
    width: 206px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}
.header .tag{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #189CC2;
}

.navigation .hamburger {
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    width: 30px;
    display: block;
}  
.navigation .hamburger .line {
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}  
.navigation .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
}  
.navigation .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
}
.navigation{
    background: #189CC2;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 280px;
    position: absolute;
    top: 70px;
    right: 0;
    background: #189CC2;
    padding: 24px;
    display: none;
	z-index: 99;
}
.navigation ul li{
    position: relative;
    height: auto;
    display: block;
    margin: 0 0 12px;
    text-align: left;
}
.navigation ul li::before{
    display: none;
}
.navigation ul li a{
    color: #ffffff;
    font-weight: 200;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation ul li a:hover,
.navigation ul li.current-menu-item a{
    font-weight: 400;
    color: #ffffff;
}

.wp-block-group{
    padding-top: 80px;
    padding-bottom: 80px;
}
.content{
    padding-top: 60px;
    padding-bottom: 60px;
}
.content a{
	color: #189CC2;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.wp-block-social-links{
    justify-content: center;
    margin-top: 24px;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{
    margin: 2px;
}
.wp-block-social-links .wp-social-link a{
    padding: 0;
}
.wp-block-social-links .wp-social-link a svg{
    fill: #0F0F0F !important;
    color: #0F0F0F !important;
}

.wp-block-post-date{
    color: #26B1C2;
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.wp-block-post-excerpt__excerpt{
    font-size: 18px;
    line-height: 1.4em;
}
.wp-block-post-excerpt__excerpt::after{
    content: '...';
}
.wp-block-post-excerpt__more-text{
    margin: 0;
}
.wp-block-post-excerpt__more-text a{
    color: #0F0F0F;
    font-size: 28px;
    font-weight: 200;
    text-decoration: none;
}
.wp-block-post-excerpt__more-text a:hover{
    color: #26B1C2;
}
.wp-block-post-featured-image img{
    display: block;
}
.wp-block-query-pagination{
    border-top: 1px solid #a3a3a3;
    justify-content: flex-end;
    padding-top: 16px;
}
.wp-block-query-pagination a{
    color: #0f0f0f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
}
.wp-block-query-pagination span,
.wp-block-query-pagination a:hover{
    font-weight: 400;
}
.wp-block-query-pagination .page-numbers{
    margin-left: 10px;
}

.target-groups{
    color: #ffffff;
}
.target-groups h1{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
.project-result{
    color: #ffffff;
}
.project-result hr{
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    border: none;
    height: 1px;
    background: #ffffff;
    position: relative;
    margin: 60px 0 60px -50vw;
}
.project-result .h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 200;
    color: #ffffff;
    text-transform: uppercase;
}
hr.fullwide{
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    border: none;
    height: 1px;
    background: #A3A3A3;
    opacity: 0.5;
    position: relative;
    margin: 70px 0 70px -50vw;
}

.news-btns{
    margin-top: 48px;
}
.bluebtn .wp-block-button__link{
    padding: 10px 30px;
    color: #26B1C2;
    background: #ffffff;
    border: 1px solid #189CC2;
}
.bluebtn.active .wp-block-button__link,
.bluebtn .wp-block-button__link:hover{
    background: #26B1C2;
    color: #ffffff;
}

.single-post ul,
.single-post ol{
    margin: 0 0 1em 40px;
}
.single-post a{
    color: #189CC2;
    text-decoration: none;
}
.single-post ul{
    list-style: disc;
}
.single-post h2{
    margin: 0 0 24px;
}
.single-post ul li{
	margin: 0 0 1em;
}
.single-post .wp-block-button__link{
	background: #189CC2;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.single-post .wp-block-button__link:hover{
	background: rgb(24,191,29);
	text-decoration: none;
}
.single-post .breadcrumb{
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.2em;
    padding-left: 2px;
}
.single-post .breadcrumb a{
    font-weight: 400;
    color: rgb(15,15,15);
}
.single-post .breadcrumb .span{
    margin: 0 6px;
}
.single-post .susmile-post-image{
    display: block;
    margin: 0 auto 1em;
}
@media screen and (min-width: 768px){
    .single-post .susmile-post-image{
        float: left;
        margin: 0 24px 10px 0;
    }
}

.associated-partners a{
    color: #ffffff;
    font-weight: 200;
    text-decoration: none;
}
.associated-partners a:hover{
    font-weight: 700;
}
.associated-partners .wp-block-cover__inner-container{
    padding-top: 64px;
    padding-bottom: 64px;
}

.blocks-gallery-grid, .wp-block-gallery{
    justify-content: center;
    padding-top: 10px;
}
.wp-block-gallery .blocks-gallery-item{
    margin: 0 0 60px 0 !important;
    width: 33.3333% !important;
    flex: none;
    align-self: center;
}
.wp-block-gallery .blocks-gallery-item a{
	display: block;
	width: 100%;
}
.wp-image-58{
    width: 234px !important;
    margin: 0 auto;
}
.wp-image-63{
    width: 269px !important;
    margin: 0 auto;
}
.wp-image-60{
    width: 185px !important;
    margin: 0 auto;
}
.wp-image-59{
    width: 246px !important;
    margin: 0 auto;
}
.wp-image-61{
    width: 216px !important;
    margin: 0 auto;
}
.wp-image-62{
    width: 232px !important;
    margin: 0 auto;
}
.wp-image-64{
    width: 138px !important;
    margin: 0 auto;
}
.wp-image-65{
    width: 171px !important;
    margin: 0 auto;
}

.newsletter{
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter-inner{
    padding: 40px 0;
    background: #26B1C2;
    color: #ffffff;
}
.newsletter .subscription{
    display: block;
    position: relative;
}
.newsletter .subscription .label{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 0 0 4px;
}
.newsletter .subscription input[type="email"]{
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    line-height: 38px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    background: transparent;
    text-align: center;
    padding: 0 12px;
}
.newsletter .subscription input[type="email"]::placeholder{
    color: #fff;
}
.newsletter .subscription input[type="submit"]{
    width: 160px;
    height: 40px;
    background: #fff;
    color: #189CC2;
    font-size: 18px;
    line-height: 40px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    outline: none;
    margin: 10px auto 0;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease;
}
.newsletter .subscription input[type="submit"]:hover{
    background: #000;
    color: #fff;
}
.newsletter .subscription .ajax-loader{
    display: none !important;
}
.newsletter .subscription .disclaimer{
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}
.newsletter .subscription .disclaimer a{
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.newsletter .wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7-response-output{
    font-size: 13px;
	color: #fff;
	font-weight: 400;
	padding: 0 !important;
	border: none !important;
	text-align: center;
	line-height: 1.4em;
}
@media screen and (min-width: 900px){
    .newsletter .subscription{
        display: flex;
        align-items: center;
    }
    .newsletter .subscription .label{
        width: 30%;
        flex: none;
        text-align: left;
        margin: 0;
    }
    .newsletter .subscription .email-field{
        width: 40%;
        flex: none;
    }
    .newsletter .subscription .submit-btn{
        width: 30%;
        flex: none;
    }
    .newsletter .subscription input[type="email"]{
        text-align: left;
    }
    .newsletter .subscription input[type="submit"]{
        margin-top: 0;
    }
    .newsletter .subscription .disclaimer{
        margin-bottom: -30px;
    }
}

.footer{
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    padding: 40px 0;
}
nav.footer-menu{
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 400;
}
nav.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.footer-menu ul li{
    display: inline-block;
    margin-right: 18px;
    position: relative;
}
nav.footer-menu li::after{
    content: '/';
    padding-left: 20px;
}
nav.footer-menu ul li:last-of-type{
    margin-right: 0;
    padding-right: 0;
}
nav.footer-menu ul li:last-of-type::after{
    display: none;
}
nav.footer-menu ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
}
nav.footer-menu ul li a:hover,
nav.footer-menu ul li.current-menu-item a{
    color: #26B1C2;
}
.footer-logos{
    margin: 36px 0;
}
.footer-logos img{
    width: 285px;
    height: 70px;
    display: block;
    margin: 10px auto 0;
}
.footer .wp-block-social-links{
	margin-top: 0;
	margin-bottom: 24px;
}
.ctcc-left-side{
	font-size: 14px;
	line-height: 1.5em;
}
@media screen and (min-width: 769px){
    .header .container{
        display: flex;
        align-items: center;
    }
    .header .logo,
    .header .tag{
        width: 33.33333%;
        flex: none;
    }
    .header .logo img{
        margin: 0;
    }
    .footer-logos{
        display: flex;
        margin: 36px 0;
        justify-content: center;
    }
    .footer-logos img{
        margin: 0 20px;
    }

    .target-groups .wp-block-column:not(:first-child){
        position: relative;
    }
    .target-groups .wp-block-column:not(:first-child)::before{
        height: 46px;
        width: 1px;
        background: #ffffff;
        position: absolute;
        left: -1rem;
        top: 120px;
        content: '';
    }
    .blocks-gallery-item{
        position: relative;
    }
    .blocks-gallery-item:nth-child(2)::before,
    .blocks-gallery-item:nth-child(3)::before,
    .blocks-gallery-item:nth-child(5)::before,
    .blocks-gallery-item:nth-child(6)::before,
    .blocks-gallery-item:nth-child(8)::before{
        height: 46px;
        width: 1px;
        background: #D8D8D8;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -23px;
        content: '';
    }

}

@media screen and (min-width: 900px){
    .navigation .hamburger{
        display: none;
    }
    .navigation ul{
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        text-align: center;
        background: transparent;
        position: relative;
        right: auto;
        top: auto;
        max-width: none;
        padding: 0;
        width: 100%;
    }
    .navigation ul li{
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
        margin: 0;
        text-align: center;
    }
    .navigation ul li::before{
        height: 0;
        width: 1px;
        background: #ffffff;
        position: absolute;
        display: block;
        bottom: -20px;
        left: 50%;
        content: '';
        transition: all 0.2s ease;
    }
    .navigation ul li:hover::before,
    .navigation ul li.current-menu-item::before,
    .navigation ul li.current-page-ancestor::before{
        height: 20px;
    }
    .navigation ul li a{
        color: #ffffff;
        font-weight: 200;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .navigation ul li a:hover,
    .navigation ul li.current-menu-item a,
    .navigation ul li.current-page-ancestor a{
        font-weight: 400;
        color: #ffffff;
    }
    .associated-partners .spaced{
        font-size: 20px;
        line-height: 40px;
    }
}
@media screen and (max-width: 768px){
    .wp-block-column{
        margin-top: 20px;
    }
    .wp-block-column .wp-block-image{
        margin: 0 0 10px;
    }
    .wp-block-columns{
        margin-bottom: 0;
    }
    .target-groups .wp-block-column{
        margin-top: 0;
    }
    .target-groups .wp-block-image{
        margin-top: 40px;
    }
    .target-groups .wp-block-spacer{
        height: 10px !important;
    }
    .wp-block-gallery .blocks-gallery-item{
        width: 44% !important;
        margin-right: 3% !important;
        margin-left: 3% !important;
        margin-bottom: 40px !important;
    }
    .wp-block-post-template li{
        margin-bottom: 24px;
    }
    .news-btns{
        margin-top: 24px;
    }
    .page-id-113 hr.fullwide{
        margin: 30px 0 30px -50vw;
    }
}