﻿/* 
Theme Name: Responsive Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description: Responsive Pro Child Theme
Template: responsivepro
Version: 1.0.0
Author: CyberCimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

*/

/* =Start From Here
-------------------------------------------------------------- */

@import url("../responsive/style.css");


/* Hide "Responsive Theme by Wordpress": */
.powered {
    display:none;
}


#widgets a.button{
	padding: 6px  20px !important;
	border-radius: 4px;
	margin-top: 12px;
}

a.blue {
    background-color: #0286b2;
    background-image: -moz-linear-gradient(center top , #3ba1c3, #0286b2);  
    background-image: -webkit-linear-gradient(top, #3ba1c3, #0286b2);
	background-image: -moz-linear-gradient(top, #3ba1c3, #0286b2);
	background-image: -ms-linear-gradient(top, #3ba1c3, #0286b2);
	background-image: -o-linear-gradient(top, #3ba1c3, #0286b2);  
}

a.blue:hover {
    background-color: #0286b2;
    background-image: -moz-linear-gradient(center top , #66bedc, #369ec1);  
    background-image: -webkit-linear-gradient(top, #66bedc, #369ec1);
	background-image: -moz-linear-gradient(top, #66bedc, #369ec1);
	background-image: -ms-linear-gradient(top, #66bedc, #369ec1);
	background-image: -o-linear-gradient(top, #66bedc, #369ec1);  
}


.call-to-action a.button {	
	border-radius: 4px;	
	font-size: 18px;
    padding: 6px 11px;
}

.calltoaction, .call-to-action{
	 text-transform: uppercase;
	 margin-right: 8px;
	 color: #0286b2;
	 font-weight: bold;
	 font-size: 11px;
}

#contact_callout{
	margin-bottom: 32px;
	display: block;
}

#post-591 .entry-title{
	display: none;
}

.slide-data .read-more{
	display: none;
}

#contact_front_button{
	margin: 12px 0;
}

#contact_front{
	 background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    padding-top: 0;
}

#flexslider_hg_frontpage_wrapper{
	margin-bottom: 24px;
}

.slide-data{
	bottom: 150px;
}

.wpcf7-mail-sent-ok{
	border: none;
	background: none;
	color: #0286b2;
	font-weight: bolder;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

.display-posts-listing .excerpt-dash{
	display: none;
}

.display-posts-listing .listing-item{
	margin-bottom: 24px;
}

.display-posts-listing .title{
	font-size: 14px;
}

.display-posts-listing .title:after {
  content: "";
  display: table;
  clear: both;
}

.display-posts-listing .read-more{
	float: right;
}

#front_blog_second{
	margin-top: 68px;
}

span.wpcf7-list-item {
    display: block;
}

.flex-control-nav{
	display: none;
}

.responsive-tabs .responsive-tabs__panel {
	border: 1px solid #0286b2 !important;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
	border-top: 1px solid #0286b2 !important;
	border-left: 1px solid #0286b2 !important;
	border-right: 1px solid #0286b2 !important;
}
/* Rounded corners: */
/*
.menu {
	border-radius: 4px;
}
*/

/* The first and last item still has square corners when hovered. The following code changes that: */

/*
.menu > li:first-child:hover,
.menu > li:first-child:hover a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.menu > li:last-child:hover,
.menu > li:last-child:hover a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	border-radius: 4px; Dette giver det lille problem at alle menu punkterne er rundet af i alle hjørner og ikke kun den første og sidste i henholdsvis venstre og højre side
}

*/

/* Brug fuld bredde i hovedmenuen (på computer) */
@media screen and (min-width: 981px) {
    .menu li {
        width: 20%; /* Procenten skal være 100 % divideret med antallet af menu items. Da vi har 9 er det 100%/9 = 11.11% */
        text-align:center;
    }
}

.cat-post-item .post-title {
	font-size: 102% !important;
	font-weight: 600;
}

.cat-post-item .post-date {
	margin: 0.1em 0 1.6em 0;
}

/* Mobile users: */
@media screen and (max-width: 650px) {

/* Main mobile menu*/
.js .main-nav {
	border-radius: 4px; /* Rounded corners */
}

.slide-data{
	bottom: 0;
	font-size: 12px;
}

.slide-data h2{
	bottom: 0;
	font-size: 14px;
}

}



/*The last 29 days of the month are the hardest."- Nikola Tesla*/