Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in /home4/vivianpe/public_html/apzono/twpeach/wp-includes/functions.php on line 6078

Warning: Cannot modify header information - headers already sent by (output started at /home4/vivianpe/public_html/apzono/twpeach/wp-includes/functions.php:6078) in /home4/vivianpe/public_html/apzono/twpeach/wp-content/plugins/jetpack/modules/custom-css/custom-css.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home4/vivianpe/public_html/apzono/twpeach/wp-includes/functions.php:6078) in /home4/vivianpe/public_html/apzono/twpeach/wp-content/plugins/jetpack/modules/custom-css/custom-css.php on line 110
/*mobile search box*/ @media (max-width: 480px){ .header-bottom .search-wrap { display: block; } } /*YouTube Channel gallery css*/ .youtube_channel.ytc_wall_1-9 .ytc_video_container { padding: 5px; box-sizing: border-box; max-width: 33.333%; } .youtube_channel.ytc_wall_1-9 .ytc_video_container.ytc_video_1 { max-width: 100%; } @media screen and (max-width: 768px) { .youtube_channel.ytc_wall_1-9 .ytc_video_container:not(.ytc_video_1) { max-width: 50%; } } @media screen and (max-width: 480px) { .youtube_channel.ytc_wall_1-9 .ytc_video_container:not(.ytc_video_1) { max-width: 100%; } } /* BUBBLE WITH A BORDER AND TRIANGLE */ /* THE SPEECH BUBBLE*/ .triangle-border { position: relative; padding: 15px; margin: 1em 0 3em; border: 5px solid #5a8f00; color: #333; background: #fff; /* css3 */ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } /* Variant : for left positioned triangle ------------------------------------------ */ .triangle-border.left { margin-left: 30px; } /* Variant : for right positioned triangle ------------------------------------------ */ .triangle-border.right { margin-right: 30px; } /* THE TRIANGLE*/ .triangle-border:before { content: ""; position: absolute; bottom: -20px; /* value = - border-top-width - border-bottom-width */ left: 40px; /* controls horizontal position */ border-width: 20px 20px 0; border-style: solid; border-color: #5a8f00 transparent; /* reduce the damage in FF3.0 */ display: block; width: 0; } /* creates the smaller triangle */ .triangle-border:after { content: ""; position: absolute; bottom: -13px; /* value = - border-top-width - border-bottom-width */ left: 47px; /* value = (:before left) + (:before border-left) - (:after border-left) */ border-width: 13px 13px 0; border-style: solid; border-color: #fff transparent; /* reduce the damage in FF3.0 */ display: block; width: 0; } /* Variant : top*/ /* creates the larger triangle */ .triangle-border.top:before { top: -20px; /* value = - border-top-width - border-bottom-width */ bottom: auto; left: auto; right: 40px; /* controls horizontal position */ border-width: 0 20px 20px; } /* creates the smaller triangle */ .triangle-border.top:after { top: -13px; /* value = - border-top-width - border-bottom-width */ bottom: auto; left: auto; right: 47px; /* value = (:before right) + (:before border-right) - (:after border-right) */ border-width: 0 13px 13px; } /* Variant : left*/ /* creates the larger triangle */ .triangle-border.left:before { top: 10px; /* controls vertical position */ bottom: auto; left: -30px; /* value = - border-left-width - border-right-width */ border-width: 15px 30px 15px 0; border-color: transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.left:after { top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom: auto; left: -21px; /* value = - border-left-width - border-right-width */ border-width: 9px 21px 9px 0; border-color: transparent #fff; } /* Variant : right ------------------------------------------ */ /* creates the larger triangle */ .triangle-border.right:before { top: 10px; /* controls vertical position */ bottom: auto; left: auto; right: -30px; /* value = - border-left-width - border-right-width */ border-width: 15px 0 15px 30px; border-color: transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.right:after { top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom: auto; left: auto; right: -21px; /* value = - border-left-width - border-right-width */ border-width: 9px 0 9px 21px; border-color: transparent #fff; } /*OVER THOUGHT BUBBLE, EMPTY, WITH BORDER (more CSS3)***/ .oval-thought-border { position: relative; padding: 70px 30px; margin: 1em auto 80px; border: 10px solid #c81e2b; text-align: center; color: #333; background: #fff; /* css3 */ /* NOTES: -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4 -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4 Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */ -webkit-border-top-left-radius: 240px 140px; -webkit-border-top-right-radius: 240px 140px; -webkit-border-bottom-right-radius: 240px 140px; -webkit-border-bottom-left-radius: 240px 140px; -moz-border-radius: 240px / 140px; border-radius: 240px / 140px; } /* creates the larger circle */ .oval-thought-border:before { content: ""; position: absolute; z-index: 10; bottom: -40px; right: 100px; width: 50px; height: 50px; border-width: 10px; border-style: solid; border-color: #c81e2b; background: #fff; /* css3 */ -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; /* reduce the damage in FF3.0 */ display: block; } /* creates the smaller circle */ .oval-thought-border:after { content: ""; position: absolute; z-index: 10; bottom: -60px; right: 50px; width: 25px; height: 25px; border-width: 10px; border-style: solid; border-color: #c81e2b; background: #fff; /* css3 */ -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; /* reduce the damage in FF3.0 */ display: block; } /* BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE** */ .example-right { position: relative; padding: 15px 30px; margin: 0; color: #672114; background: #5a8f00; /* default background for browsers without gradient support */ /* css3 */ background: -webkit-gradient(linear,0 0,0 100%,from(#b1ece6),to(#81d8d0)); background: -moz-linear-gradient(#b1ece6,#81d8d0); background: -o-linear-gradient(#b1ece6,#81d8d0); background: linear-gradient(#b1ece6,#81d8d0); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } /* display of quote author (alternatively use a class on the element following the blockquote) */ .example-right + p { margin: 15px 0 1em 85px; font-style: italic; } /* creates the triangle */ .example-right:after { content: ""; position: absolute; bottom: -50px; left: 50px; border-width: 0 20px 50px 0; border-style: solid; border-color: transparent #81d8d0; /* reduce the damage in FF3.0 */ display: block; width: 0; } /*peach box1 for paragraph*/ .pb1 { border: 1px solid #FEA5C0; -webkit-box-shadow: #878787 0 2px 2px; -moz-box-shadow: #878787 0 2px 2px; box-shadow: #878787 0 2px 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 16px; font-family: georgia, ?????, serif; padding: 2px 25px 2px 5px; text-decoration: none; display: inline-block; text-shadow: 2px 2px 0 rgba(0,0,0,0.3); font-weight: bold; color: #FFFFFF; background-color: #FE7BB5; } /*peach box summary for paragraph*/ .pbs { border-color: #289DCC; border-width: 1px 1px 1px 15px; border-style: solid; border-radius: 3px; font-size: 18px; font-family: georgia, ?????, serif; padding: 10px; text-decoration: none; display: inline-block; color: #FFFFFF; background-color: #49C0F0; } /*inline caption images*/ .iconbox { height: 240px; padding: 20px; display: inline; } .captionBox { vertical-align: top; text-align: center; width: 240px; display: inline-block; } .captionBox img { display: inline-block; width: 240px; } .captionBox-v { vertical-align: top; text-align: center; width: 150px; display: inline-block; } .captionBox-v img { display: inline-block; width: 150px; } /*unicode bullet*/ .unicode_cherry li { list-style-type: none; } .unicode_cherry li:before { content: "\1F338"; margin-right: 5px; } .unicode_clock li { list-style-type: none; } .unicode_clock li:before { content: "\23F0"; margin-right: 5px; } .unicode_tower li { list-style-type: none; } .unicode_tower li:before { content: "\1F5FC"; margin-right: 5px; } .unicode_castle li { list-style-type: none; } .unicode_castle li:before { content: "\1F3F0"; margin-right: 5px; } .unicode_sun li { list-style-type: none; } .unicode_sun li:before { content: "\2600"; margin-right: 5px; } .unicode_baby li { list-style-type: none; } .unicode_baby li:before { content: "\1F6BC"; margin-right: 5px; } .unicode_foot li { list-style-type: none; } .unicode_foot li:before { content: "\1F463"; margin-right: 5px; } .unicode_snowman li { list-style-type: none; } .unicode_snowman li:before { content: "\26C4"; margin-right: 5px; } .unicode_christmas li { list-style-type: none; } .unicode_christmas li:before { content: "\1F384"; margin-right: 5px; } .unicode_check li { list-style-type: none; } .unicode_check li:before { content: "\2714"; margin-right: 5px; } .unicode_good li { list-style-type: none; } .unicode_good li:before { content: "\1F44D"; margin-right: 5px; } .unicode_money li { list-style-type: none; } .unicode_money li:before { content: "\1F4B2"; margin-right: 5px; } .unicode_bread li { list-style-type: none; } .unicode_bread li:before { content: "\1F35E"; margin-right: 5px; } .unicode_art li { list-style-type: none; } .unicode_art li:before { content: "\1F3A8"; margin-right: 5px; } .unicode_crown li { list-style-type: none; } .unicode_crown li:before { content: "\1F451"; margin-right: 5px; } .unicode_girl li { list-style-type: none; } .unicode_girl li:before { content: "\1F45A"; margin-right: 5px; } .unicode_pumpkin li { list-style-type: none; } .unicode_pumpkin li:before { content: "\1F383"; margin-right: 5px; } .unicode_tip li { list-style-type: none; } .unicode_tip li:before { content: "\1F4CC"; margin-right: 5px; } .unicode_book li { list-style-type: none; } .unicode_book li:before { content: "\1F4D5"; margin-right: 5px; } .unicode_heart li { list-style-type: none; } .unicode_heart li:before { content: "\1F496"; margin-right: 5px; } .unicode_plane li { list-style-type: none; } .unicode_plane li:before { content: "\2708"; margin-right: 5px; } .unicode_spoon li { list-style-type: none; } .unicode_spoon li:before { content: "\1F374"; margin-right: 5px; } /*social menu*/ .transparent.header-sticky .header-top { display: block; } .social-menu li a[href*="instagram.com"]::before { content: "\f16d"; } .social-menu li a[href*="instagram.com"]:hover { color: #333333 ; } .social-menu li a[href*="youtube.com"]::before { content: "\f166"; } .social-menu li a[href*="youtube.com"]:hover { color: #333333 ; } .social-menu li a[href*="pinterest.com"]::before { content: "\f0d3"; } .social-menu li a[href*="pinterest.com"]:hover { color: #333333 ; } p { font-size:16px; }