/*
Theme Name:    Prime Crime
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Weberfy
Author URI:    https://weberfy.se
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

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

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

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

@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-SemiBold.eot');
    src: url('fonts/Heebo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Heebo-SemiBold.woff2') format('woff2'),
        url('fonts/Heebo-SemiBold.woff') format('woff'),
        url('fonts/Heebo-SemiBold.ttf') format('truetype'),
        url('fonts/Heebo-SemiBold.svg#Heebo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
a:hover{
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.side-menu-button .header-button-1{
	border: 2px solid #3f65e3 !important;
}
.side-menu-button .header-button-2{
	background: linear-gradient(135deg, #3f65e3 0%, #0e1f5d 100%);
}
.side-menu-button .header-button-2:hover{
	background: linear-gradient(135deg, #0e1f5d 0%, #3f65e3 100%);
}
.pp-advanced-menu .pp-advanced-menu-accordion{
	/*margin-left: 10px;
	margin-right: 10px;*/
}
.pp-advanced-menu .pp-advanced-menu-accordion li:first-child a{
	border-top: 0px;
}
.pp-advanced-menu .pp-advanced-menu-accordion li a{
	border-color: #1a1e21;;
}
.fl-col.hamburger-menu {
    width: 3%;
}
.fl-col.logo-area{
    width: 18%;
}
.fl-col.side-menu-button {
    width: 73%;
}
.hero-button .hero-button-2{
    background: linear-gradient(135deg, #3f65e3 0%, #0e1f5d 100%);
}
.hero-button .hero-button-2:hover {
    background: linear-gradient(135deg, #0e1f5d 0%, #3f65e3 100%);
}
.explore-section{

}
.explore-section ul.pp-post-filters {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.explore-section ul.pp-post-filters li.pp-post-filter {
    background-color: #1d1d1d;
    border-radius: 50px 50px 50px 50px;
    padding: 24px 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.explore-section ul.pp-post-filters li.pp-post-filter:first-child {
    display: none;
}
.explore-section ul.pp-post-filters li.pp-post-filter.pp-filter-active{
    background: linear-gradient(135deg, #3f65e3 0%, #0e1f5d 100%);
}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post{
    padding: 0px;
}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post{
    border-radius: 10px;
}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post .pp-content-grid-post-image{

}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post .pp-content-grid-post-image:hover{

}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post .pp-content-grid-post-image:hover:after {
    content: "";
    background-color: rgba(0,0,0,0.69);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.explore-section .pp-content-posts .pp-content-post-grid .pp-content-post .pp-content-grid-post-image:hover .pp-content-grid-post-text {
    z-index: 9;
}
.explore-section .pp-content-posts .pp-content-post .pp-content-grid-post-image img {
    filter: none;
}
.about-video-col .fl-module-pp-image .pp-photo-container img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.about-video-col .about-video-textarea > .fl-module-content {
    background-color: #1d1d1d;
    padding: 10px 5px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.faq-area .pp-faq .pp-faq-item .pp-faq-button{
    padding: 25px;
}
.faq-area .pp-faq .pp-faq-item-active .pp-faq-button,
.faq-area .pp-faq .pp-faq-item .pp-faq-button:hover {
    background: linear-gradient(135deg, #3f65e3 0%, #0e1f5d 100%);
}
.faq-area .pp-faq .pp-faq-content-text {
    color: #000 !important;
}
.faq-area .pp-faq .pp-faq-content-text a{
    color: #3f65e3 !important;
}
.faq-area .pp-faq .pp-faq-item .pp-faq-button-icon{
    color: #000;
}
.faq-area .pp-faq .pp-faq-item-active.pp-faq-item .pp-faq-button-icon,
.faq-area .pp-faq .pp-faq-item .pp-faq-button:hover .pp-faq-button-icon{
    color: #fff;
}
/*.mid-area-video-section .fl-bg-video video {
    top: -220px !important;
}*/
.package-price .pp-pricing-table .pp-pricing-table-colset{

}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col:nth-child(2){

}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .pp-pricing-table-title{
    display: none;
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col:nth-child(2) .pp-pricing-table-header{
    background: linear-gradient(135deg, #3f65e3 0%, #0e1f5d 100%);
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .pp-pricing-table-header .pp-pricing-table-price {
    font-size: 35px;
    margin-top: 10px;
    letter-spacing: 0;
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .pp-pricing-table-header .pp-pricing-table-price span.pp-pricing-table-duration {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .pp-pricing-table-header h2{
    padding-bottom: 10px;
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .pp-pricing-table-features{
    padding: 15px;
}
.package-price .pp-pricing-table .pp-pricing-table-colset .pp-pricing-table-col .fl-button-wrap{
    padding-bottom: 50px;
}
.social-links-contact{

}
.social-links-contact .pp-social-icons{

}
.social-links-contact .pp-social-icons .fa, 
.social-links-contact .pp-social-icons .fab, 
.social-links-contact .pp-social-icons .fad, 
.social-links-contact .pp-social-icons .fal, 
.social-links-contact .pp-social-icons .far, 
.social-links-contact .pp-social-icons .fas{
    line-height: auto !important;
}
.social-links-contact .pp-social-icons a {
    line-height: 48px !important;
}
p.gform_required_legend {
    display: none;
}
/*** Responsive CSS ***/
@media only screen and (min-width : 960px) and (max-width: 1024px) {

}
@media only screen and (max-width : 768px){
.header-menu-row .fl-col-group{

}
.header-menu-row .fl-col-group .fl-col{
    max-width: 100%;
    width: 100%;  
}
.header-menu-row .fl-col-group .fl-col.hamburger-menu{
    position: absolute;
    right: 0px;
    z-index: 99;
    padding: 7px 10px;
}
.header-menu-row .fl-col-group .fl-col.side-menu-button{
    display: none;
}
.header-menu-row .fl-col-group .fl-col.logo-area .pp-photo-content{

}
.header-menu-row .fl-col-group .fl-col.logo-area .pp-photo-content img {
    padding: 10px 15px;
    width: 250px;
}
.no-display-mobile{
    display: none !important;
}
}
@media only screen and (min-width : 768px) and (max-width: 959px) and (orientation : portrait){
.hero-area .fl-row-content-wrap {
    min-height: 55vh !important;
}
}  
@media only screen and (min-width : 768px) and (max-width: 959px) and (orientation: landscape){

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

}
@media only screen and (min-width : 568px) and (max-width: 599px) {

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

}
@media only screen and (min-width : 384px) and (max-width: 479px) {

}
@media only screen and (min-width : 321px) and (max-width: 383px){

}
@media only screen and (min-width : 300px) and (max-width: 320px){

}