/*
Theme Name: Vaxa Property
Theme URI: https://www.vaxaproperty.no/
Template: hello-elementor
Author: Elementor Team
Author URI: https://www.vaxaproperty.no/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1761557080
Updated: 2025-10-27 09:24:40

*/

a {
    word-wrap: break-word;
}
.page-content a{
    font-size: 18px !important;
    line-height: 28px !important;
}
body .footer-menu-bottom-space {
    margin-top: 100px;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    display: block;
    transition: all 400ms ease 0s;
}
.hfe-flyout-overlay {
    background: rgba(0,0,0,0);
}
h1.elementor-heading-title span.home-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
    display: inline-block;
    margin-bottom: 20px;
}
.vp-footer-main li.elementor-icon-list-item .elementor-icon-list-text {
    text-decoration: underline;
}
.vp-footer-main .elementor-widget-text-editor a {
    color: #fff;
    text-decoration: underline;
    font-family: inherit;
}
.vp-footer-main .elementor-widget-text-editor a[href^="mailto:"] {
	 font-weight: 300;
}
.vp-footer-main .elementor-widget-text-editor p {
    margin-bottom: 10px;
}
.cp-footer-copyright p a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.vp-home-customer-logo-wrap .elementor-image-gallery .gallery-icon {
    height: 125px;
    background-color: #f5f5f5cc;
    border: 1px #0000001a;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}

.vp-home-customer-logo-wrap .elementor-image-gallery .gallery-item img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.hfe-post-card .hfe-post-image img.wp-post-image {
    border-radius: 5px;
}
.hfe-post-card .hfe-post-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

/*date: 05-11-2025*/
.forretningsomrader-item .image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 18px;
}        
.forretningsomrader-item .excerpt p{
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.owl-theme .owl-dots, 
.owl-theme .owl-nav{        
	text-align: center;
	margin-top: 20px ;
}
.owl-theme .owl-dots .owl-dot span {	
	background: #869791 !important;	
	margin: 0 12px 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #000 !important;
}

/*Shortcode: [forretningsomrade_list] css*/
.forretningsomrade-item {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.forretningsomrade-image {
  flex: 1 1 50%;
  max-width: 38%;
}
.forretningsomrade-image .forretningsomrade-image-wrap {
  width: 100%;  
}

.forretningsomrade-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.forretningsomrade-content {
  flex: 1 1 50%;
  max-width: 47%;
  padding-left:15px;
}
.forretningsomrade-content h4 {
    word-wrap: break-word;
}
.forretningsomrade-content p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 25px;
    padding-right: 50px;
}
.forretningsomrade-content .forretningsomrade-btn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.forretningsomrade-content .forretningsomrade-btn:hover {
  background-color: transparent;
  color: #000;
}

/*breadcrumb css*/
#breadcrumbs{
	margin:0;
}
#breadcrumbs span,
#breadcrumbs a{
	font-size: 14px;
	font-weight: 500;
	color: #20365a;
    font-family: 'Work Sans', sans-serif;  
    text-decoration: none;
}
#breadcrumbs span.breadcrumb_last{
	font-size: 15px;
	color: #1a89b0;    
}
#breadcrumbs img{
	align-self: center;
    width: 8px;
    vertical-align: middle;
}
#breadcrumbs > span {
    display: flex;
    column-gap: 10px;
}
.mail-info .elementor-icon-list-icon svg,
.mail-info p{
	margin:0 !important;
}
.mail-info a{
	text-decoration: none;
}
.mail-info .elementor-icon-list-icon {
    border: 1px solid #000;
    border-radius: 25px;
    padding: 5px;
    margin-right:8px;
}

/*forretningsomrade detail page css start*/
.forretningsomrade-details-page .forretningsomrade-container{
    display: flex;    
    align-items: flex-start;    
    flex-wrap: wrap;    
    margin: 80px 0;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-left{
    width: 50%;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right{
    padding-left: 30px;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-wrapper{
    color:#fff;    
    background-color: #000;
    border-radius: 5px;
    padding: 40px 100px;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right div,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right li,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right ul,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right a,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right p,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-heading{
    color:#fff;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details p{
    margin:0;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-image img{
    border-radius: 5px;
    width:100%;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details div,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details ul li,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details a,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details p a,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details label,
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details p{    
    font-family: 'Worksans', sans-serif;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details .full_name{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details .user-info-extra label{
    color: #1a89b0;
    font-weight: 600;
    text-decoration: underline;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details .user-info {
    margin-bottom: 15px;
}
.forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-user-details .user-info-extra div{
    margin-bottom: 10px;
}
/*contect form 7 css*/
/* Make all Contact Form 7 fields full width */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {	
	border-color: #3898ec;
    outline: 0;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.wpcf7 form label{
    padding-bottom: 5px;
}
.wpcf7 form p,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="password"],
.wpcf7 form select,
.wpcf7 form textarea {
	font-size: 18px;
    line-height: 24px;
	text-transform: capitalize;
    font-family: 'Worksans', sans-serif; 
	padding: 6px 10px;
}
.wpcf7 form input::placeholder,
.wpcf7 form input::-webkit-input-placeholder{
  color: #ccc !important;
  opacity: 0.6 !important;
}
.wpcf7 form textarea::placeholder,
.wpcf7 form textarea::-webkit-input-placeholder{
  color: #ccc !important;
  opacity: 0.6 !important;
}
.wpcf7 form p{
	margin-bottom: 5px;
}
.wpcf7 .wpcf7-list-item{
	margin-left:0;
}

.wpcf7 .cf-checkbox a,	
.wpcf7 .wpcf7-list-item span,	
.wpcf7 .wpcf7-list-item{	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	
}
.wpcf7 .cf-checkbox label, 
.wpcf7 .cf-checkbox p{ 
	padding:0;
}
.wpcf7 .cf-checkbox p{    
    display: flex;
	align-items: flex-start;
}
.wpcf7 .cf-checkbox{
	padding: 0 10px;
}
.wpcf7 .cf-checkbox .wpcf7-list-item-label{
	padding-left: 10px;
}
.wpcf7 .cf-checkbox a{
	color: #1a89b0;
	text-decoration: none;
	padding-left: 5px;
	margin-top: 5px;
}

/* Make submit button full width (optional) */
.wpcf7 form input[type="submit"] {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
	padding: 10px 40px;
}
.wpcf7 form input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}

/*Team css start*/
.teams-category-grid { 
	display: grid; 
	grid-template-columns: repeat(4, 1fr); 
	gap: 20px; 
	margin-bottom: 100px;
}
.teams-category-grid.row-grid-list {
    row-gap: 80px;
}
.teams-category-grid .team-item {
    position: relative;
	margin: 0 auto;
}
.teams-category-grid .team-item .team-info {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-left: 20px;
    width: 100%;
}
.teams-category-grid .team-image img{
	border-radius: 5px;
}
.teams-category-grid .team-item .team-info p, 
.teams-category-grid .team-item .team-info a {
    color: #fff;
	font-family: 'Worksans', sans-serif;
	word-wrap: break-word;
	margin:0;	
}
.teams-category-grid .team-item .team-info .team-name{
	font-size: 20px;    
    line-height: 30px;
}
.teams-category-grid .team-item .team-info .team-designation,
.teams-category-grid .team-item .team-info a {
    font-size: 16px;
    line-height: 24px;
}


/*post archive page css start*/

.archive-posts .archive-posts-title {
    padding-bottom: 60px;
}
body:not([class*=elementor-page-])  .post-details-page,
body:not([class*=elementor-page-])  .archive-posts {
    padding: 0 20px !important;
}
.archive-posts .post-grid {    
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Default: iPad Pro & Desktop */
    gap: 15px;
}
.archive-posts .post-grid a{
    text-decoration: none;
}
.archive-posts .featured-image {
    border-radius: 5px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 5px #0003;
    height: auto;
    object-fit: contain;
}
.archive-posts .post-title {    
    line-height: 25px;
    margin:0;
}

.archive-posts .aktuelt-bottom-section{
    margin-bottom: 60px;
}
.archive-posts .aktuelt-bottom-section .bottom-content .custom-title{
    margin: 25px 0;
}
.archive-posts .aktuelt-bottom-section .bottom-content .bottom-date{
    color: #000;    
    font-family: 'Worksans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
   margin-bottom: 15px;
}
.archive-posts .les-mer-link .les-mer-btn{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;    
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 30px;
    text-decoration: none;  
}

/*post detail page css start*/
body:not([class*=elementor-page-]) .site-main.services-details-page .page-header .entry-title,
body:not([class*=elementor-page-]) .site-main.post-details-page .page-header .entry-title{
    max-width: 100%;
}

body:not([class*=elementor-page-]) .site-main.post-details-page .page-content,
body:not([class*=elementor-page-]) .site-main.post-details-page .page-header{
    text-align: left;
}
body:not([class*=elementor-page-]) .site-main.post-details-page .page-header{
    margin-top: 50px;
}
body:not([class*=elementor-page-]) .site-main.post-details-page .page-header .entry-title {    
    line-height: 70px;
    margin: 0;
}
body:not([class*=elementor-page-]) .site-main.post-details-page .page-content{
    margin-top: 30px;
}
body:not([class*=elementor-page-]) .site-main .post-details-page .page-content p{
    margin-bottom: 20px;
}
body:not([class*=elementor-page-]) .site-main .post-details-page .wp-block-image{
    text-align: center;
}

body:not([class*=elementor-page-]) .site-main .post-details-page .page-content a,
body:not([class*=elementor-page-]) .site-main .post-details-page .page-content p a{
    color: rgb(85, 26, 139);
    font-size: 20px;
    line-height: 30px;    
}
body:not([class*=elementor-page-]) .site-main .post-details-page .post-date{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;    
    padding-left: 20px;
    margin: 30px 0 60px;
}

/*post detal page bootm curent news css*/
.current-news-section {
    background-color: #000;
    padding:60px 20px;
    margin-top: 60px;    
}
.current-news-section .current-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;    
}
.current-news-section .current-news-title{
    color: #fff;
    margin: 0 0 40px;
}
.current-news-section .current-news-item {
    text-decoration: none;
    display: block;
    background: transparent;
}
.current-news-section .current-news-thumb img {
    border-radius: 5px;
}
.current-news-section .current-news-item-title{    
    font-family: 'Worksans', sans-serif; 
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
}

/* Project-Team-List CSS */

.project-team-wrap .team-item .team-info {
    position: static ;
    padding-left: 0 ;
    bottom: auto ;
    left: auto ;
}
.project-team-wrap .team-item .team-info p {
    font-family: "Work Sans", sans-serif; 
	font-weight: 500;
    color: #000;
}
.project-team-wrap .team-item .team-info  p.team-designation {
    color: #999393;
	font-weight: 400;
	margin-bottom: 5px;
}
.teams-category-grid.row-grid-list.project-team-wrap {
    gap: 16px 16px;  
}
.project-team-title{
	margin-bottom: 40px;
}

/* == Service Listing Section == */

/* 1. Main Section Wrapper (Full black background) */
.service-wrap {
    background-color: #000;
    padding: 80px 20px;
}

/* ADDED: This is the max-width container from the shortcode */
.service-listing-container {
	max-width: 1580px;
    margin: 0 auto;
}

/* 3. Section Title (matches "Aktuelle tjenester") */
.service-listing-title {
    color: #fff !important;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 40px;
}

/* 4. The 3-Column Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	
}

/* 5. Individual Service Card */
.service-grid .service-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 1px solid #7272724d;
    border-radius: 5px;
    padding: 20px;
	height: auto;
    text-decoration: none;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* 6. Card Hover Effect - NOW MORE SPECIFIC */
.service-grid .service-card:hover {
    box-shadow: 0 2px 5px #fff3;
}

/* 7. Card Content */
.service-card h5 {
    color: #fff;
    font-weight: 400;
    margin: 10px 0px;
}

.service-card p {
    color: #999293;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 70px;
    flex-grow: 1;
}

/* 8. The Button */
.service-card .service-button, .service-detail .service-detail-button{
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
	font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
}

/* 9. Button Hover Effect - MODIFIED SELECTOR */
.service-card .service-button:hover {
    background-color: #fff;
    color: #000;
}

/* 10. Fallback Message */
.no-services-found {
    color: #fff;
    text-align: center;
    grid-column: 1 / -1;
}

/* Service Detail page CSS */
.services-details-page{
	padding: 0px 20px !important;
}
.service-detail .service-detail-button{
	color: #fff;
	background-color: #000;
	padding: 7px 35px;
}
.service-detail .service-detail-button:hover{
	background-color: #fff;
    color: #000;
	border: 1px solid #000;
}
.service-detail-content{
	padding-bottom: 60px;
}
.services-details-page .service-detail-content p {
	color: #25274a;
	margin: 0px 0px 10px;
}
.service-detail-wrap{
	margin-bottom: 30px;
}


@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1620px;
    }
    body:not([class*=elementor-page-]) .site-main .breadcrumbs{
        margin: 20px auto 40px;
    }
}

@media only screen and (max-width: 1024px) {
	.vp-home-customer-logo-wrap .elementor-image-gallery .gallery-icon {
		padding: 10px 10px;
	}    
    .forretningsomrade-content,    
    .forretningsomrade-image{
        max-width: 49%;
    }
    .current-news-section .current-news-grid,
    .archive-posts .post-grid,
    .teams-category-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }    
    body:not([class*=elementor-page-]) .site-main.post-details-page .page-header .entry-title {    
        font-size: 40px;
        line-height: 60px;     
    }
    body:not([class*=elementor-page-]) .site-main.services-details-page,
    body:not([class*=elementor-page-]) .site-main.forretningsomrade-details-page,
    body:not([class*=elementor-page-]) .current-news-section .site-main,
    body:not([class*=elementor-page-]) .site-main.post-details-page,
    body:not([class*=elementor-page-]) .site-main.archive-posts{
        max-width: 100%;
    }
	.service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 991px) {
	h1.elementor-heading-title span.home-title {
		font-size: 65px;
		line-height: 75px;
	}
	.vp-home-customer-logo-wrap .elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 33.33%;
	}
    .forretningsomrade-details-page .forretningsomrade-container,
    .forretningsomrade-item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .forretningsomrade-details-page .forretningsomrade-container{
         margin: 30px 0;
    }
    .forretningsomrade-content p{
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
        margin-bottom: 20px;
    }
	.forretningsomrade-image, 
	.forretningsomrade-content {
		max-width: 100%;
	}
	.forretningsomrade-image .forretningsomrade-image-wrap {
		margin: 0 auto 20px;
	}
	
    .forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right,
	.forretningsomrade-content {	  
	  padding-left: 0;
	}
	.wpcf7 .cf-checkbox p {		
        width: 100%;
        flex-wrap: wrap;
	}
    body .footer-menu-bottom-space {
        margin-top: 0;
    }
    .current-news-section .current-news-grid,
    .archive-posts .post-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    body:not([class*=elementor-page-]) .site-main.post-details-page .page-header .entry-title {    
        line-height: 40px;
    }
    body:not([class*=elementor-page-]) .site-main.post-details-page .page-content,
    body:not([class*=elementor-page-]) .site-main.post-details-page .page-header {
        margin-top: 20px;
    }    
    body:not([class*=elementor-page-]) .site-main.post-details-page .post-date {
        margin: 20px 0;
    }
    .forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right, 
    .forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-left{
        width: 100%;
    }
    .forretningsomrade-details-page .forretningsomrade-container .forretningsomrade-right .forretningsomrade-wrapper{
        padding: 15px;
    }
    .service-listing-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
	h1.elementor-heading-title span.home-title {
		font-size: 55px;
		line-height: 65px;
	}
    .forretningsomrade-content .forretningsomrade-btn {
		font-size: 14px;
		line-height: 20px;
	}
	.teams-category-grid { 
		grid-template-columns: 1fr;
		margin-bottom: 20px;
	}
    body:not([class*=elementor-page-]) .site-main.post-details-page .page-header .entry-title {    
        font-size: 28px;
    }
    .current-news-section { 
        padding:30px 20px;
        margin-top: 30px;    
    }
    .current-news-section .current-news-title {
        color: #fff;
        margin: 0 0 30px;
    }
    .current-news-section .current-news-item-title{
        font-size: 14px;    
        line-height: 18px;
    }
	.entry-title{
		padding: 0px !important;
	}
	.service-grid {
        grid-template-columns: 2fr;
    }
    .service-listing-title {
        font-size: 28px;
    }
	
}
@media only screen and (max-width: 480px) {
	h1.elementor-heading-title span.home-title {
		font-size: 40px;
		line-height: 50px;
	}
	.vp-home-customer-logo-wrap .elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 100%;
	}
	.service-card p {
		font-size: 17px;
	}
	#breadcrumbs, 
	#breadcrumbs > span {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.service-grid .service-card {
		padding: 10px;
	}
	.service-card-title{
		font-size: 21px !important;
	}
	h2.entry-title.entry-title-detail {
		word-wrap: break-word;
	}
}