/*
Theme Name: pvpack247
Text Domain: pvpack247
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Erick Mendizabal
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway.eot');
    src: url('fonts/Raleway.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway.woff2') format('woff2'),
        url('fonts/Raleway.woff') format('woff'),
        url('fonts/Raleway.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('fonts/Raleway-Black.eot');
    src: url('fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Black.woff2') format('woff2'),
        url('fonts/Raleway-Black.woff') format('woff'),
        url('fonts/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway-Light.eot');
    src: url('fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Light.woff2') format('woff2'),
        url('fonts/Raleway-Light.woff') format('woff'),
        url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.eot');
    src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff'),
        url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Gidugu', sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

div, section, img, p, a {transition: all 0.4s ease 0s;}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

.content-area{width:98%; max-width: 1130px; margin: 0 auto;}

#banner-pv{width: 100%; height: 595px; overflow: hidden; position: relative;}
#banner-pv .banner-img{width:100%; display: block;}
#banner-pv .banner-top-section{width:100%; background-color: rgba(255,255,255,0.8); position: absolute;}
#banner-pv .banner-top-section .content-area{display: flex; flex-wrap: wrap; align-items: center;}
#banner-pv .header-logo{width: 15%;}
#banner-pv .header-logo img{width: 100%;}
#banner-pv .header-title{width:60%; margin: 0 5%; font-family: 'Merriweather', serif; font-size: 35px; text-align: center;}
#banner-pv .header-social-media{width: 15%;}
#banner-pv .mainmenu-pv{width: 100%; top: 250px; position: absolute; text-align: center;}
#banner-pv .mainmenu-pv ul{font-family: 'Gidugu', sans-serif; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
#banner-pv .mainmenu-pv ul li{padding:0px 15px !important;}
#banner-pv .mainmenu-pv ul li a{list-style: none; font-size: 30px !important;}
#banner-pv .mainmenu-pv ul li li{padding: 0px !important;}
#banner-pv .mainmenu-pv .mega-current-menu-item a{color:#FF5C11 !important;}

#top-section{width:100%; background-color: #232323; z-index: 999;}
#top-section .content-area{display: flex; flex-wrap: wrap;}
#top-section .social-icons{width:50%;}
#top-section .header-logo{width: 50%;}
#top-section .header-logo img{max-height: 40px; margin-top: 8px;}
#top-section .mainmenu-toggle{font-family: 'Raleway-Bold'; font-size: 18px; cursor: pointer;}


#den-pages{width: 100%;}
#den-pages .content-area{display: flex; flex-wrap: wrap;}
#den-pages .hvr .area-4 img{width: 100%; max-width: 194px;}
#den-pages .hvr .area-4:hover img{opacity: 0.1; max-width: 100px;}
#den-pages .hvr .area-4:hover .title-m {opacity: 0.1;}
#den-pages .hvr .area-4 .btn-readmore{font-family: 'Gidugu', sans-serif; font-size: 30px; line-height: 30px; text-decoration: none; color:#ffffff; border: 1px solid #ff5c11; display: none; padding: 5px 0px 8px; width: 90%; margin: 0 5%; background-color: #ff5c11; border-radius: 5px;}
#den-pages .hvr .area-4:hover .btn-readmore{display: block;}

#den-pages .hvr .area-3 img{width: 100%; max-width: 194px;}
#den-pages .hvr .area-3:hover img{opacity: 0.1; max-width: 100px;}
#den-pages .hvr .area-3:hover .title-m {opacity: 0.1;}
#den-pages .hvr .area-3 .btn-readmore{font-family: 'Gidugu', sans-serif; font-size: 30px; line-height: 30px; text-decoration: none; color:#ffffff; border: 1px solid #ff5c11; display: none; padding: 5px 0px 8px; width: 90%; margin: 0 5%; background-color: #ff5c11; border-radius: 5px;}
#den-pages .hvr .area-3:hover .btn-readmore{display: block;}

#about-page{width: 100%; background: url(images/bg-about.jpg) no-repeat; background-size: cover; background-attachment: fixed;}

#gallery-page{width:100%; background-color: #ffffff;}
#gallery-page .content-area{display: flex; flex-wrap: wrap;}
#gallery-page .area-4:hover{background-color: #FFE8DD; cursor: pointer;}
#gallery-page .img-gallery{width: 100%; box-sizing: border-box;}
#gallery-page ul{margin: 0px 0px 0px 35px; padding: 0px; }

.event-area{width:100%; font-size: 16px; }
.event-area-content{line-height: 30px;}
.event-sep{width:100%; height: 2px; background-color: #f5f5f5; margin: 30px 0px 20px 0px;}

.area-4{width: 25%; padding: 2%; box-sizing: border-box; position: relative;}
.area-3{width: 33.33%; padding: 2%; box-sizing: border-box; position: relative;}


.title{font-family: 'Gidugu', sans-serif; font-size: 75px; line-height: 75px; text-transform: uppercase;}
.title-m{font-family: 'Gidugu', sans-serif; font-size:50px; line-height: 50px; text-transform: uppercase;}
.title-s{font-family: 'Gidugu', sans-serif; font-size:40px; line-height: 40px; }
.title-s-date{font-family: 'Gidugu', sans-serif; font-size:20px; line-height: 20px;}

.title-section{font-family: 'Gidugu', sans-serif; font-size: 35px; text-transform: uppercase;}
.title-post{font-family: 'Gidugu', sans-serif; font-size: 16px; padding: 15px 0px 10px 0px;}
.title-post-idea{font-family: 'Gidugu', sans-serif; font-size: 20px; padding: 0px 0px 0px 0px;}

.content-txt-normal{font-family: 'Raleway-Light'; font-size: 18px; line-height: 22px; width: 95%; max-width: 1130px; margin: 0 auto;}
.content-txt-normal p{margin: 20px 0px;}

.center{text-align: center;}

.white{color:#ffffff;}
.black{color:#000000;}
.orange{color:#ff5c11;}

.padding-b{padding: 100px 0px;}
.padding-m{padding: 75px 0px;}
.padding-s{padding: 50px 0px;}
.padding-bottom-s{padding-bottom: 15px;}

.btn-orange{padding:10px 30px; background-color: #ff5c11; border-radius: 5px; font-family: 'Gidugu', sans-serif; font-size: 30px; line-height: 30px; text-decoration: none; color:#ffffff; display: inline-block; border:2px solid #ff5c11;}
.btn-orange:hover{background-color: #000000; color:#ffffff; border:2px solid #ff5c11;}


/* FOOTER */
footer{width: 100%; background-color:#000000;}
footer .nf-form-title{display: none;}
footer .content-area{display: flex; flex-wrap: wrap;}
footer .social-icons{text-align: left !important;}
footer .footer-left{width: 60%; display: flex; flex-wrap: wrap;}
footer .footer-left .area_a{width: 30%; margin:35px 5% 0px 5%;}
footer .footer-left .area_a img{width: 100%;}
footer .footer-left .area_a .footer-content {margin: 20px 0px 10px 10px;}
footer .footer-left .area_a .footer-content a{color: #fff !important; text-decoration: none; font-family: 'Raleway-Light'; font-size: 15px;}
footer .footer-left .area_b{width: 50%; margin: 0% 5%;}
footer .footer-right{width:30%; margin: 0 5%;}

footer .nf-form-layout{margin-top: 20px;}
footer .nf-before-form-content{display: none;}
footer .submit-wrap input{background-color: #9B989F !important; color:#ffffff; font-family: 'Raleway-Bold'; font-size: 18px !important; padding: 5px 50px !important; letter-spacing: normal !important;}
footer .submit-wrap input:hover{background-color:#ECEEF0 !important; color:#423F40 !important;}
footer input[type=text], 
footer input[type=email]{font-family: 'Raleway-Light'; padding: 5px 10px 5px 10px; font-size: 20px !important; line-height: 25px !important;  box-sizing: border-box; height: auto !important;}
footer textarea{font-family: 'Raleway-Light'; padding: 10px 10px 5px 10px; height: 120px; font-size: 20px !important; box-sizing: border-box;}
footer .nf-field-label{display: none;}

.copyright{width: 100%; background-color:#111111; text-align: center; color:#fff; padding: 40px 0px;}


/* delete here */

.sticky{position: fixed !important; top:0px; left:0px; box-shadow: 0px 0px 5px #000; z-index: 999;}

.social-icons{font-size: 22px; color: #fff; text-align: right; padding:15px 0px;}
.social-icons a{color:#fff; padding: 0px 10px;}


.gallery-box{width:100%; display:flex; flex-wrap:wrap; justify-content:center;}
.gallery-box-single{width:23%; margin:1%; border:1px solid #cccccc; padding:5px; box-sizing:border-box;}
.gallery-box-single img{width:100%;}



/* ================================================================================================================== */
/* ================================================================================================================== */
/* =================================================== RESPONSIVE =================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */

@media only screen and (max-width:1500px){

#banner-pv{width: 100%; height: 650px; overflow: hidden; position: relative;}
#banner-pv .banner-img{width:150%;}

} /* end 1500 */

@media only screen and (max-width:1024px){

#banner-pv{width: 100%; height: 350px;}
#banner-pv .banner-img{width:100%; margin-top: -150px;}
#banner-pv .banner-top-section{background-color: rgba(255,255,255,1); position: relative;}
#banner-pv .header-logo{width: 15%;}
#banner-pv .header-logo img{width: 100%;}
#banner-pv .header-title{width:60%; margin: 0 4%; font-size: 25px;}
#banner-pv .header-social-media{width: 15%;}
#banner-pv .mainmenu-pv{width: 100%; top:0px; position: relative; text-align: center; background-color: #000000;}
#banner-pv .mainmenu-pv ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
#banner-pv .mainmenu-pv ul li{padding:0px 10px !important;}
#banner-pv .mainmenu-pv ul li a{list-style: none; font-size: 25px !important;}

} /* end 1024 */

@media only screen and (max-width:767px){

#banner-pv{width: 100%; height: 340px;}
#banner-pv .banner-img{width:100%; margin-top: 0px;}
#banner-pv .header-logo{width: 20%; text-align: center; padding: 10px 0px 0px 0px;}
#banner-pv .header-logo img{width: 100%; max-width: 120px !important;}
#banner-pv .header-title{width:60%; margin:0px 0px 10px 0px; font-size: 18px;}
#banner-pv .header-social-media{width: 20%; display: block;}
#banner-pv .mainmenu-pv ul li{padding:0px 1px !important;}
#banner-pv .mainmenu-pv ul li a{font-size: 22px !important;}

.social-icons{font-size: 18px; text-align: center; padding:10px 0px;}
.social-icons a{color:#fff; padding: 0px 5px;}

#den-pages .hvr .area-4 img{width: 100%; max-width: 150px;}
#den-pages .hvr .area-4 .btn-readmore{font-size: 25px; line-height: 25px; padding: 5px 0px 5px; width: 94%; margin: 0 3%; }

#den-pages .hvr .area-3 img{width: 100%; max-width: 150px;}
#den-pages .hvr .area-3 .btn-readmore{font-size: 25px; line-height: 25px; padding: 5px 0px 5px; width: 94%; margin: 0 3%; }

.area-4{width: 50%; padding: 2%;}
.area-3{width: 50%; padding: 2%;}

.title{font-size: 60px; line-height: 60px; text-transform: uppercase;}
.title-m{font-size:35px; line-height: 35px; text-transform: uppercase;}
.title-s{font-size:25px; line-height: 25px; }
.title-s-date{font-size:15px; line-height: 15px;}

.title-section{font-size: 30px; text-transform: uppercase;}
.title-post{font-size: 14px; padding: 10px 0px 10px 0px;}
.title-post-idea{font-size: 16px; padding: 0px 0px 0px 0px;}

.content-txt-normal{font-size: 16px; line-height: 20px;}
.content-txt-normal p{margin: 15px 0px;}

.padding-b{padding: 75px 0px;}
.padding-m{padding: 50px 0px;}
.padding-s{padding: 25px 0px;}
.padding-bottom-s{padding-bottom: 10px;}

.btn-orange{padding:5px 20px; font-size: 25px; line-height: 25px;}

} /* end 767 */

@media only screen and (max-width:480px){

#banner-pv{width: 100%; height: 370px;}
#banner-pv .banner-img{width:150%; margin-top: 0px;}
#banner-pv .header-logo{width: 35%; text-align: center; padding: 10px 0px 0px 0px;}
#banner-pv .header-logo img{width: 100%; max-width: 120px !important;}
#banner-pv .header-title{width:65%; margin:0px 0px 10px 0px; font-size: 14px;}
#banner-pv .header-social-media{width: 20%; display: none;}
#banner-pv .mainmenu-pv ul li{padding:0px 1px !important;}
#banner-pv .mainmenu-pv ul li a{font-size: 22px !important;}

.title{font-size: 50px; line-height: 50px; text-transform: uppercase;}
.title-m{font-size:30px; line-height: 30px; text-transform: uppercase;}
.title-s{font-size:20px; line-height: 20px; }
.title-s-date{font-size:14px; line-height: 14px;}

.title-section{font-size: 28px;}
.title-post-idea{font-size: 14px;}

.content-txt-normal{font-size: 14px; line-height: 18px;}

.padding-b{padding: 50px 0px;}
.padding-m{padding: 35px 0px;}
.padding-s{padding: 20px 0px;}

.btn-orange{font-size: 20px; line-height: 20px;}
} /* end 480 */
