/*
Theme Name:   oceanwp child
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       cristia_penta
Author URL:   http://localhost/postpop
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwpchild
*/

/* Scrivi qui il tuo foglio di stile personalizzato */
@font-face {
    font-family: 'Caslon Antique Italic';
    src: url('../../../wp-includes/fonts/caslon-antique.italic.ttf');
}

@font-face {
    font-family: 'Caslon Antique';
    src: url('../../../wp-includes/fonts/CaslonAntique.ttf');
}

/*generali*/
.m-auto {
    margin: auto;
}

#content-wrap {
    max-width: 470px;
    width: 100%;
}

.widget-area {
    width: 100% !important;
}

.arpw-random-post {
    font-size: 24px;
}

#primary {
    width: 100%;
    padding: 0;
}

@media(max-width:500px) {
    #primary {
        /*padding-bottom: 100px !important;*/
    }
}
/*navbar*/
.home .navbar > a:nth-child(1),
.page-id-79 .navbar > a:nth-child(1),
.page-id-113 .navbar a:nth-child(2),
.page-id-160 .navbar a:nth-child(3),
.page-id-166 .navbar a:nth-child(4),
.page-id-663 .navbar a:nth-child(5) {
    color: #374b6a;
}

.page-id-116 .theme-button:hover,
body input[type="submit"]:hover,
body button[type="submit"]:hover,
body button:hover,
body .button:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #374b6a !important;
}

li {
    list-style-type: none;
}

/*categorie*/
.category .meta-cat,
.post-tags.clr {
    display: flex;
    flex-wrap: wrap;
}

.meta-cat a {
    margin-bottom: 10px;
    margin-right: 10px;
}

ul.meta li .owp-sep {
    padding: 0 !important;
}

/* risoluzione problema di sovrapposizione del testo footer sul fondo della lista categorie-argomenti e nei risultati*/
.page-id-160 ul.wp-block-categories-list{
	padding-bottom:70px;
}

.search-results #primary{
	padding-bottom:70px !important;
}

.archive.category #blog-entries{
	padding-bottom:70px;
}


/*contenuto*/
#outer-wrap {
    max-width: 1200px;
    margin: auto;
}

main {
    background-image: url(http://www.postpop.org/wp-content/uploads/2021/04/cornice-disegnata.png);
    background-repeat: no-repeat;
    /*background-size: 1444px;*/
    background-size: 1272px;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    padding: 460px 25px 0;
    font-family: 'Caslon Antique';
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 800px){
	main{
		background-image: none;
	}
}
@media (max-width: 440px) {
    main {
        padding-top: 410px;
    }
}

/*slider*/
.wa_chpcs_image_carousel {
    border: 1px solid rgb(136, 96, 35);
    background-color: rgb(238, 229, 212);
    opacity: 0.8;
    height: 168px;
    min-height: 1px;
}

.caroufredsel_wrapper {
    height: 100% !important;
}

#wa_chpcs_foo69 {
    height: 100% !important;
}

#wa_chpcs_foo_content69 {
    height: 100% !important;
}

.wa_chpcs_slider_title a {
    line-height: 1.2;
    color: rgb(136, 96, 35) !important;
    font-family: 'Caslon Antique';
}

.wa_chpcs_slider_title a:hover {
    color: #374b6a !important;
}

.wa_chpcs_foo_con {
    line-height: 1;
    font-family: 'Caslon Antique';
    overflow: inherit;
}

.wa_chpcs_slider_title {
    margin: 0 !important;
}

/*navbar*/
.navbar {
    width: 100%;
    max-width: 641px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 13px;
}

.navbar a {
    font-family: 'Caslon Antique';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 520px) {
    .navbar a {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .navbar a {
        font-size: 12px;
    }
}

/*contenitore titolo*/
.container.clr.page-header-inner {
    display: flex;
    justify-content: center;
}

/*titolo*/
.page-header-title.clr {
    display: none;
}

.category .page-header-title.clr {
    display: flex;
}

/*articoli*/
.single .single-post-title.entry-title {
    color: #3e3939 !important;
}

.category .page-header {
    margin-bottom: 20px;
}

.page-id-116 #primary {
    display: flex;
    justify-content: center;
    padding: 0;
}

.blog-entry.post ul.meta {
    top: 0;
    margin: 0 !important;
}

.category .blog-entry-inner.clr {
    padding-top: 27px;
}

.page-id-116 li {
    text-align: center;
    list-style-type: none;
}

.single .entry-title {
    font-size: 23px !important;
    font-weight: 100;
    font-family: 'Caslon Antique Italic';
}

.page-id-116 li a {
    /*font-family: 'Caslon Antique';*/
    font-size: 20px;
}

.page-id-116 li a:hover {
    color: #374b6a;
}

.single #main #content-wrap {
    padding-bottom: 272px !important;
}

#main #content-wrap {
    padding-bottom: 210px !important;
}


.page-id-79 #main #content-wrap {
    padding-bottom: 253px !important;
}

.page-id-79 #content > article > div > div.random-post-on-refresh > div > div > a,
.page-id-160 #content > article > div > div,
.page-id-166 #content > article > div > div {
    display: none;

}

.page-id-79 #content > article > div > div.addtoany_share_save_container.addtoany_content.addtoany_content_bottom > div > a {
    /*margin-top: 53px;*/
    display: none;
}

/*spazio per alsare gli articoli*/
/*#main #content-wrap {
    padding-bottom: 168px !important;
}*/

/*@media (max-height: 1155px){
    .single #main #content-wrap{
        padding-bottom: 287px !important;
    }
}*/
/*catecoria*/
.blog-entry > div > ul > li > a,
.single div.post-tags.clr a {
    color: #fff !important;
    background-color: #8f6727;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 100;
    text-transform: none;
}

.single div.post-tags.clr a {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*frammento casuale*/
.random-post-on-refresh__title {
    font-size: 23px !important;
    font-family: 'Caslon Antique Italic';
    color: #3e3939;
    font-weight: 100 !important;
}

/*tutti i frammenti*/
.page-id-113 #pt-cv-view-d49c8f1x7m .pt-cv-readmore {
    font-family: 'Caslon Antique Italic';
    font-size: 17px;
}

.page-id-113 .pt-cv-content {
    margin-bottom: 0;
}

.page-id-113 .pt-cv-content-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-id-113 h4.pt-cv-title {
    font-size: 24px;
}

.page-id-113 h4.pt-cv-title a {
    font-weight: 100;
}

/*argomenti*/
.category-articoli .entry-title {
    font-family: 'Caslon Antique';
}

#post-142 > div > header > h2 {
    font-weight: 100 !important;
    font-family: 'Caslon Antique';
}

.page-id-160 #content-wrap {
    width: 100%;
}

.category .page-header .page-header-title,
.page-header.background-image-page-header .page-header-title {
    color: #3e3939 !important;
}

.category .blog-entry-title.entry-title {
    color: #3e3939 !important;
}

.page-id-160 .entry.clr {
    display: flex;
    justify-content: center;
}

.page-id-160 #content > article > div > ul {
    margin: 0;
}

.page-id-160 .wp-block-categories {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-id-160 .cat-item {
    font-size: 24px;
    /*font-family: 'Caslon Antique';*/
    margin-bottom: 10px;
}

.search .clr.page-subheading {
    color: #3e3939;
}

.search .search-entry-title.entry-title a {
    color: #374b6a !important;
}

.search .search-entry-title.entry-title a:hover {
    color: #886023 !important;
}

.pt-cv-wrapper .btn-success,
.blog-entry.large-entry .blog-entry-readmore a,
.search-results article .search-entry-readmore a,
.pt-cv-wrapper .btn-success {
    text-decoration: none;
    color: #374b6a !important;
    font-size: 17px;
    border: 1px solid #374b6a;
    font-family: 'Caslon Antique Italic';
    border-radius: 3px;
    padding: 2px 15px;
    background-color: transparent !important;
    height: 28px !important;
    display: flex;
    width: 139px;
    align-items: center;
}

.pt-cv-wrapper .btn-success:hover,
.blog-entry.large-entry .blog-entry-readmore a:hover,
.search-results article .search-entry-readmore a:hover,
.pt-cv-wrapper .btn-success:hover {
    background-color: #374b6a !important;
    border-color: #374b6a !important;
    color: #fff !important;
}

/*#post-275 > .search-entry-readmore.clr > a{
    height: 28px;
}*/

@media (max-width: 600px) {
    #content-wrap {
        width: 90%;
    }
}

/*parola chiave*/
.page-id-166 #primary {
    width: 100%;
    padding: 0;
}

.wp-block-search .wp-block-search__inside-wrapper {
    justify-content: center;
}

.search #wp-block-search__input-1,
.page-id-166 #wp-block-search__input-1 {
    max-width: 180px;
    font-size: 23px;
    height: 100%;
}

.search-entry-readmore.clr {
    margin-top: 15px;
}

.search .clr.page-subheading {
    font-size: 32px;
    margin-bottom: 24px;
}

.search h2 {
    font-weight: 100;
}

.search #post-166 {
    display: none;
}

@media (max-width: 445px) {

    /*main*/
    #main #content-wrap {
        padding-bottom: 0px !important;
    }

    /*carusel*/
    #wa_chpcs_image_carousel69 {
        height: 156px;
    }
}

/*footer*//*
footer {
    display: none !important;
}*/

/*plugin condividi*/
.a2a_dd.addtoany_share_save.addtoany_share.no-lightbox {
    display: flex;
    align-items: center;
    height: 23px;
    width: 95px;
}

#a2apage_dropdown,
#a2apage_full {
    background-color: #fff !important;
}

#a2apage_mini_services a,
#a2apage_show_more_less,
#a2apage_full_services a {
    color: #000 !important;
    border-color: #fff !important;
}

#a2apage_dropdown #a2apage_mini_services a:hover,
#a2apage_dropdown #a2apage_mini_services a:focus,
#a2apage_dropdown #a2apage_show_more_less:hover,
#a2apage_full_services .a2a_i:hover,
#a2apage_show_more_less:active {
    background-color: #374b6a !important;
    color: #fff !important;

}

#a2apage_full > div.a2a_full_footer > a {
    display: none;
}

#a2apage_full_services > i:nth-child(96),
#a2apage_full_services > i:nth-child(97) {
    opacity: 0;
}

#post-426 > div.entry-content.clr > div > div > a {
    transition: none !important;
}

/*div.entry-content.clr > div{
    right: 0;    
}*/

#a2apage_full,
#a2a_overlay,
#a2apage_dropdown > div.a2apage_wide.a2a_wide {
    display: none !important;
}

/*icona condividi*/
.a2a_dd.addtoany_share_save.addtoany_share.no-lightbox {
    background-color: #886023 !important;
    padding: 2px 6px;
    border-radius: 4px;
}

div.entry-content.clr > div {
    position: absolute;
    bottom: -60px;
}

#content > article > div > div.addtoany_share_save_container.addtoany_content.addtoany_content_bottom > div > a > img {
    height: 16px;
}

#a2apage_dropdown {
    background-color: transparent !important;
    width: 100% !important;
    border-color: transparent !important;
    left: 0 !important;
    padding-top: 10px;
}

#a2apage_mini_services {
    margin: auto;
    width: 490px;
}

#a2apage_mini_services a,
#a2apage_show_more_less,
#a2apage_full_services a {
    border-color: transparent !important;
    padding-left: 8px;
}

.page-id-663 #c-text-condividi {
    display: none;
}

#c-text-condividi {
    display: flex;
    background-color: #8f6727;
    padding: 0px 7px;
    border-radius: 4px;
}

#c-text-condividi:hover,
#c-text-condividi:hover #text-condividi {
    opacity: 0.7;
}

#text-condividi {
    color: #fff;
    margin: 0;
    margin-left: 5px;
    height: 12px;
    font-family: 'Caslon Antique';
    padding-top: 2px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

/*random post*/
#random-transparente {
    position: absolute;
    top: 0;
    height: 80%;
    width: 100%;
    z-index: 1;
}

/*titolo infondo dietro a condividi*/
#titolo-anteprima {
    color: #886023 !important;
    font-size: 24px;
    font-family: 'Caslon Antique';
}

#titolo-anteprima:hover {
    color: #374b6a !important;
}

.wp_random_inside {
    display: none;
}

.page-id-79 .wp_random_inside {
    display: block;
}

#continua-a-leggere {
    color: #374b6a !important;
    font-size: 17px;
    border: 1px solid #374b6a;
    border-radius: 3px;
    padding: 3px 15px;
    background-color: transparent !important;
    font-family: "Caslon Antique Italic";
}

#continua-a-leggere:hover {
    background-color: #374b6a !important;
    border-color: #374b6a !important;
    color: #fff !important;
}

.wprpi-content {
    padding-bottom: 5px;
}

.wprpi-content > p {
    margin-bottom: 20px;
}

.page-id-79 .wprpi-content > p,
.page-id-79 .wprpi-post-title {
    margin-left: 0;
}

.page-id-663 .addtoany_share_save_container {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

/*.page-id-663 #a2apage_dropdown {
    left: 535px !important;
    top: 1443px !important;
}*/
.wp_random_inside * {
    font-size: 22px !important;
	
}

.wp_random_inside * #continua-a-leggere {
    font-size: 17px !important;
}

.wp_random_inside * #titolo-anteprima {
    font-size: 24px !important;
}


/*prova footer*/
footer{
display:flex !important;
}

/*footer*/
#footer-personalizzato{
	font-size: 22px;
	color: dark;
	font-weight: 500;
	position: absolute; /*relative*/
	bottom: 35px;
	font-style: oblique;
}
@media(max-width: 700px){
		#footer-personalizzato{
		font-size: 18px;
	}
}
/*
#main #content-wrap {
    padding-bottom: 50px !important;
}*/
