@charset "UTF-8";

/*
Theme Name: Gianfranco Profile
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: italianatelier
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


/*Body font*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/* Variables */

:root {
    /* Font Family */
    --font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-title: "Hatton", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-title-vi: 'EB Garamond', serif ;
    --font-title-zh: 'Noto Serif SC', serif;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --font-size-footer: 16px;
    /* Colors */
    --color-main: #08a5cb;
    --color-main-rgba: rgba(195, 156, 79, 0.7);
    --color-body-text: #000;
    --color-gray: #a7a7a7;
    --color-blue: #08a5cb;
}


/** Start default styles **/

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: #08a5cb;
    font-weight: bold;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.color-main,
a:hover {
    color: var(--color-main);
}

a:hover {
    text-decoration: none;
}

hr {
    border-bottom: 1px solid var(--color-main);
    margin-top: 0;
}

.font-weight-medium {
    font-weight: 500 !important;
}

b,
strong,
.bold {
    font-weight: var(--font-weight-medium);
}

.font-title {
    font-family: var(--font-title);
    line-height: 1.25;
    font-weight: var(--font-weight-normal);
    font-size: 36px;
}

html:lang(vi) .font-title {
    font-family: var(--font-title-vi);
}

html:lang(zh-CN) .font-title {
    font-family: var(--font-title-zh);
}

.font-title.bold {
    font-weight: 500;
}

body {
    font-family: var(--font-body);
    font-weight: var(--font-weight-light);
    line-height: 1.5;
    text-align: left;
    font-size: 20px;
    color: var(--color-body-text);
    transition: all .5s;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-right: 0 !important;
}

html:lang(zh-CN) body {
    font-family: var(--font-title-zh);
}

img {
    max-width: 100%;
    height: auto;
}

.sec-margin {
    margin-bottom: 120px;
}

.inline-its>* {
    display: inline-block;
    vertical-align: middle;
}

.transition {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.transition.one-sec {
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.small-txt {
    font-size: 16px;
}

.font-size-64 {
    font-size: 64px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}
.txt-blue{
    color:var(--color-blue);
}
.main-btn {
    display: inline-block;
    padding: 10px 30px;
    font-weight: var(--font-weight-medium);
    background: var(--color-main);
    border:1px solid var(--color-main);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.main-btn:hover {
    background: #fff;
    color: var(--color-main);
}

.main-btn.outline {
    background: #fff;
    color: var(--border-color-black);
}

.main-btn.black {
    color: #fff;
    background: var(--border-color-black);
    border-color: var(--border-color-black);
}
.main-btn.red{
    background-color: #ec3f35;
}
.main-btn.red:hover{
    border-color: #a62c25 ;
    background-color: #a62c25;
    color:#fff;
}

.main-btn.blue:hover {
    background: #fff;
}

.main-btn.black:hover,
.main-btn.outline:hover {
    color: var(--border-color-black);
    background: var(--color-main);
    border-color: var(--color-main);
}

.block {
    display: block;
}

.frm-ctrl {
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color-body-text);
    padding: 11px;
    display: block;
    width: 100%;
}

.frm-ctrl.wpcf7-not-valid {
    border-bottom: 1px solid #C3644F;
}

textarea.frm-ctrl {
    border: 1px solid var(--color-body-text);
    min-height: 264px;
    padding: 30px 0 0 46px;
    font-style: italic;
    margin-top: 86px;
}

.frm-wpr-submit {
    margin-top: 120px;
}

select.frm-ctrl {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background: url(assets/images/icon-arrow-up.svg) no-repeat center right;
    background-size: 15px;
}

select:focus {
    background-image: url(assets/images/icon-arrow-down.svg);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit;
}

.flex-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-white{
    color:#fff;
}
.color-black{
    color:#000;
}
.bg-black{
    background-color: #000;
}
.sec{
    padding-top:80px;
    padding-bottom:80px;
}
.wpcf7-spinner{
    display: block;
    margin: 10px auto 0;
}
.wpcf7-not-valid-tip{
    background: #ffbebe;
    font-size: 80%;
    margin: 10px 0;
    padding: 10px;
    font-style: italic;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.sec-tit{
    font-family: var(--font-title);
    margin-bottom:15px;
    font-weight: bold;
}
.sec-tit.border-bottom{
    border-bottom:1px solid #000 !important;
    padding-bottom:20px;
    margin-bottom:20px;
}
.post-meta{
    margin-bottom:15px;
}
.color-white{
    color:#fff;
}

/** End Default styles **/
.has-play-btn .play-btn{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    opacity: 0.7;
    max-width: 15%;
}
.has-play-btn .play-btn:hover{
    opacity: 1;
}


#sec-subscribe .frm-wpr{
    max-width:400px;
    margin:0 auto;
}

.bg-cnt-black{
    background-color: var(--color-body-text);
    color:#fff ;
}
.sp{
    display: none;
}
/** End Default styles **/
#sec-page-title{
    padding-top: 40px;
}
#top-announcement {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
#site-header{
    text-transform: uppercase;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}
#top-nav-wpr  *{
    color: #fff;
}
#top-nav-wpr {
    padding: 20px 0;
    font-weight: 400;
}
#menu-top a {
    font-size: 16px;
    padding: 0 15px;
    font-weight: 500;
    text-transform: uppercase;
}
#top-nav-wpr #top-logo {
    margin-right: 20px;
    font-weight: bold;
}
/* footer */
#site-footer,#site-footer a{
    color: #fff;
}
#footer-menu li a {
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
    text-transform: uppercase;
}
#footer-top #ft-logo {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.tit-grey{
    color: var(--color-gray) !important;
}
#ft-bottom{
    font-size: 13px;
    text-transform: uppercase;
}
#ft-bottom p{
    margin: 0;
}
#ft-subcribe {
    margin: 40px 0 20px 0;
}
.wp-pagenavi span,.wp-pagenavi a {
    padding: 8px 18px;
    background: #000;
    color: #fff;
    border: 2px solid;
    font-size: 18px;
    display: inline-block;
}
.wp-pagenavi span.current,.wp-pagenavi a:hover {
    background: transparent;
    color: #000;
}
/* page */
.field-form textarea {
    display: block;
}
.wrap-select2{
    width: 405px;
}
.wrap-select2 .select2-container{
    width: 100% !important;
}
.wrap-select2 .select2-container--default .select2-selection--single{
    height: 36px;
    border-color: #000;
    border-radius: 0;
}
.wrap-select2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
form label{
    color:#adadad;
    font-weight: 400px;
    font-size: 18px;
}
.field-form {
    margin-bottom: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    padding:3px 8px;
}
.form-heading{
    margin:15px 0;
}
.form-heading > * {
    margin: 0;
}
.form-heading h4 {
    font-size: 30px;
    font-weight: bold;
}
form input[type=submit] {
    background: #ec3f35;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    border: 1px solid #ec3f35;
}
form input[type=submit]:hover{
    color: var(--color-main);
    background: transparent;
}
.page-tit {
    font-size: 40px;
    line-height: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.thumb-page{
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.thumb-page:before {
    content: '';
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.notice {
    font-weight: bold;
    padding: 20px 0;
    font-size: 24px;
}
.content-page{
    padding:50px 0;
}
/* events */
.item-event {
    font-size: 21px;
    font-weight: 400;
    padding: 20px 0;
    border-bottom: 1px solid;
}
.item-event .time > *{
    display:block;
}
.item-event .event-date {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.item-event .event-date .day {
    margin-left: 35px;
}
.item-event > .row > div{
    display: flex;
    align-items: center;
}
.btn-blue {
    padding: 5px 50px;
    background: #08a5cb;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.btn-blue:hover{
    background: #06738e;
    color: #fff;
}
.btn-calendar {
    padding: 5px 15px;
    background: #ec3f35;
    color: #fff;
}
.btn-calendar:hover{
    background: #a62c25;
    color: #fff;
}
.cnt-more {
    margin-top: 30px;
}
.item-expand{
    padding: 15px 20px;
    font-size: 24px;
}
.item-expand h6 {
    margin: 0;
}
.item-expand{
    padding: 10px 20px;
    font-size: 24px;
    margin-bottom: 25px;
}
.article .tit-article {
    font-size: 26px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid;
}
.article  .ft-article {
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
}
.article .link-article{
    color: #08a5cb;
    margin-left: 10px;
}
/* sidebar */
.sidebar-subcribe {
    padding: 20px;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
}

.btn-red {
    background: #ec3f35;
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.btn-red:hover {
    color: #000;
}
.sidebar-subcribe .tit-subcribe {
    line-height: 1;
    margin-bottom: 20px;
}

.sidebar-subcribe p {
    margin: 0;
}
#list-social {
    margin: 20px 0;
}
#list-social .wrap-social-item {
    width: 10%;
    float: left;
}
#list-social  a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 27px;
}
#list-social  a:hover{
    background: var(--color-main);
}
.article .name-category {
    margin-bottom: 5px;
    font-weight: bold;
}
.textwidget .article{
    margin-bottom: 20px;
}
.item-event-sb{
    padding: 20px;
}
.item-event-sb .tit-pri{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}
.item-event-sb .date-event {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.item-event-sb .bloc-event {
    color: #Fff;
}
.item-event-sb .btn-info {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
}

.item-event-sb .btn-info i {
    margin-right: 10px;
}
.article .tmb-article img{
    width: 100%;
}
.article .share-meta .link-cate{
    color:var(--color-blue);
    font-weight: 700;
    font-size: 18px;
}
.article .share-meta{
    margin: 15px 0;
}
.article .article-bottom .link-article {
    margin: 0;
}
.cnt-blog .article {
    margin-bottom: 40px;
}
.article-lastest:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.article-lastest {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
    display: flex;
    align-items: flex-end;
}
.cnt-blog .article .ft-article{
    font-size: 18px;
}
.article-lastest .article, .article-lastest a {
    color: #fff;
}
.intro-single img {
    width: 100%;
}
.cnt-single .content-page{
    padding:0;
    margin-top: -300px;
    position: relative;
}
.cnt-single .entry-post {
    padding: 15px 0;
    background: #fff;
}
.cnt-single .bloc-author {
    margin-bottom: 20px;
}
.bloc-author .name-author{
    text-transform: uppercase;
}
.bloc-author .wrap-author{
    vertical-align: top;
    font-size: 18px;
}
#sec-related-posts{
    margin-top: 25px;
}
.wallpaper-wrapper .wall-image{
    margin: 12px;
    padding: 4px;
    width: 225px;
    height: 400px;
    background: #f3f3f3;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    transition: opacity 180ms ease;
    cursor: pointer;
}
.wallpaper-wrapper .wall-image:hover{
    opacity: .8;
}
#search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    overflow: auto;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding-top: 40px;
}
#search-modal .container {
    position: relative;
    min-height: 200px;
}
#search-modal .btn-close {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-weight: 700;
    background: #adadad;
    color: #fff;
    border-radius: 100%;
    font-size: 23px;
    line-height: 32px;
}
#search-modal .search-form {
    padding: 10px 0;
    border-bottom: 1px solid #a7a7a7;
    max-width: 66.66%;
    margin: 0 auto;
}

#search-modal .search-submit {
    border: none;
    background: none;
    font-size: 30px;
    color: #a7a7a7;
}

#search-modal .search-form [type=search] {
    border: none;
    outline: none;
}
#main {
   padding: 70px 0;
}
#site-footer {
    padding: 20px 0;
    
}
.wrap-social-item a {
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
}
.wrap-social-item a:hover{
    color:#06738e !important;
}
.search .page-tit {
    margin-top: 30px;
}
.item-media-logo{
    margin:10px;
}
.bg-img-dot{
    background:#fff url('assets/images/dot-bg.gif') repeat 0 0;
}

#media-logoes{
    margin-bottom: 30px;
}
.item-social{
    margin-bottom:15px;
    text-align: center;
}
.item-social .icon{
    display: block;
    width:100px;
    height:100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    color:#000;
    font-size:40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin:0 auto 15px;
}

@media (min-width: 1500px){
    .container{
        max-width:1140px;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    input,select,textarea{
        width: 100%;
    }
    iframe{
        max-width: 100%;
    }
    #footer-menu li {
        display: block;
        padding: 5px 0;
    }
    .line-break{
        display: block;
    }
    #footer-menu {
        margin: 20px 0;
    }
    #footer-top #ft-logo {
        font-size: 40px;
        line-height: 1;
    }
    .cnt-post {
        max-width: 100%;
        overflow: hidden;
    }
    .thumb-page{
        height: 400px;
    }
    #main{
        padding: 60px 0;
    }
    .bloc-inbox{
     text-align: left !important;   
    }
    #search-modal .search-form{
        max-width: 80%;
    }
    #search-modal .search-submit{
        font-size: 24px;
    }
    #search-modal .btn-close {
        width: 27px;
        height: 27px;
        font-size: 18px;
        line-height: 27px;
    }
    .item-event-sb .tit-pri{
        font-size: 40px;
    }
    .article-lastest{
        height: 500px;
    }
    .page-tit{
        font-size: 32px;
    }
    .cnt-single .content-page{
        margin-top: 0;
    }
    
}