/*
Theme Name: Talnørden
Author: Rasmus Kronborg
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage-child/
Description: Talnørden
Version: 1.2.3
License: GNU General Public License 2.0
License URI: license.txt
Template: vantage
*/

/* Main styling */

.page-id-2 #main {
  background: #fff !important;
}

#search-icon {
  display: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  inherit;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  inherit;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: inherit;
}

/*  Kontakt formular */

input[type=text], input[type=email], input[type=password], textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b4b4b;
  border: none;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
}

input[type="submit"] {
  background: #1cacc5;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0px;
  text-transform: uppercase;
}

input[type="submit"]:focus {
  background: #1cacc5;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  border: none;
  outline: none;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
  display: inline-block !important;
}

div.wpcf7-response-output {
    margin: 0px;
    padding: 0px;
}
.wpcf7-validation-errors {

}


h2 {
margin-bottom: -10px !important;
}

p {
margin: 20px 0 !important;
font-size: 12px;
font-family: arial;
color: #3d4149;
}

img, iframe {max-width: 100%; height: auto;}

body {
  background: #fff !important;
  height: 100%;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, span, td, li, a {
  font-family: arial;
}

.entry-content h1 {
  margin-top: 10px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0066a4 !important;
}

h1 {
  font-size: 24px !important;
  line-height: 100%;
}

h2 {
  font-size: 15px !important;
  line-height: 100%;
}

h5 {
  font-style: italic;
  color: #6c8eab !important;
}

article.post .entry-header, article.page .entry-header {
    margin-bottom: 40px;
}

body.no-sidebar #primary {
    float: none !important;
    width: 100% !important;
    border: none;
}

body.no-sidebar #primary:before, body.no-sidebar #primary:after {
    background: none;
}

.entry-content a {
    color: #000 !important;
    font-weight: bold;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content li {
    list-style-type: none;
}

.entry-content li:before {
    content: "• ";
    color: #000 !important;
    font-size: 20px;
    position: absolute;
    left: 5px;
}

#single-comments-wrapper, .entry-title, .search {
  display: none;
}

.clear {
  clear: both;
}

#page-wrapper {
  background: #FFF;
  min-height: 100%;
}

#masthead {
  background: #fff;
  padding: 0 10px !important;
  height: 125px;
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

#masthead .hgroup {
  zoom: 1;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

#footer-widgets .widget .widget-title { 
  color: #fff !important; 
}

.toolLine {
	height: 42px;
        border-bottom: 2px solid #e3e6e9;
}

.infoWrapper {
	width: 100%;
        max-width: 1000px;
 	margin: auto;
}

.phone, .mail {
  color: #bcbec0;
  display: inline-block;
  float: right;
  margin-top: 15px;
  font-size: 12px !important;
  font-family: arial !important;
  font-weight: bold;
}

.phone:before, .mail:before {
  font-size: 18px !important;
  margin: 0px 10px 0 0px;
  position: relative;
  top: 2px;
  font: normal normal normal 14px/1 FontAwesome !important;
}

.phone {
  margin-right: 30px;
  font-weight: bold !important;
}

.contactPhone span {
  margin-top: 10px;
  display: inline-block;
}


.mail a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.main-navigation {
  background: none;
  float: right;
  margin: 0px 0px 0 0;
  margin-top: 56px;
}

body.has-menu-search .main-navigation ul {
    margin-right: 0px;
    float: right;
    margin-top: 78px;
}

.main-navigation ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.current_page_item a, .current-menu-parent a {
  color: #0066a4 !important;
}

.current-menu-parent .current_page_item:after{
  border: none !important;
}

.main-navigation ul li a {
    display: inline-block;
    font-weight: bold;
    color: #58595b;
    position: relative;
    z-index: 999;
    padding: 25px 15px 32px 15px !important;
    font-family: arial;
    font-size: 12px;
    text-transform: uppercase;
}

.main-navigation ul li a:before {
    content: ":: "
}

.main-navigation ul li:hover > a {
    color: #1baac4 !important;
}

.main-navigation ul ul {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: none;
  overflow: hidden;
  margin-top: 0px !important;
  background-color: #363a42;
  padding: 5px 0;
  top: 69px;
}

  .main-navigation ul ul li {
    padding: 5px 5px 5px 15px;
    height: auto;
    margin: 0px
  }

  .main-navigation ul ul li:hover > a {
    background: inherit !important;
  }

  .main-navigation ul ul li a {
    text-transform: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-family: arial;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 5px 5px 5px 15px !important;
  }

  .main-navigation ul ul li a:before {
    content: ":: ";
    position: absolute !important;
    left: -5px !important;
  }

  .main-navigation ul ul li a:hover {
   color: #1cacc5 !important;
   background: none !important;
   border: none !important;
  }

.frontpageBox {
  float: left;
  width: 25%;
  padding: 40px 0px 0px 80px;
  position: relative;
}

.frontpageBoxImage {
  width: 33px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  background-repeat: no-repeat;
}

.frontpageBox h3{
    color: #363a42 !important;
    font-size: 14px !important;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
}

.frontpageBox p{
    height: 76px;
    overflow: hidden;
}

.frontpageBox a{
    color: #1b5894 !important;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px !important;
}

.featuredImage {
  width: 100%;
  height: 360px;
  background: #f0f0f0;
}

	.customBg {
	  width: 100%;
	  max-width: 100%;
	  height: 500px;
	  background-repeat: no-repeat;
	  background-position: center center;
          background-size: cover;
	  margin: auto;
	}



.callUs{
  width: 100%;
  height: 90px;
  background: #1baac4;
  color: #fff;
}

	.callUsText {
	  max-width: 1005px;
	  text-align: left;
	  font-size: 15px;
	  padding: 25px 30px;
	  margin: auto ;
          text-transform: uppercase;
	}

	.callUsText h1 {
          color: #FFF !important;
    	  display: inline-block;
	  font-size: 15px !important;
	  position: relative;
    	  top: -12px;
        }

	.admin_opg {
	  width: 33px;
 	  height: 40px;
    	  background: url('http://www.xn--talnrden-84a.dk/wp-content/uploads/2016/02/icon_adm_hvid.png') no-repeat;
	  display: inline-block;
          margin-right: 20px;
	}

	.boghold_opg {
	  width: 33px;
 	  height: 40px;
    	  background: url('http://www.xn--talnrden-84a.dk/wp-content/uploads/2016/02/icon_bogholderi_hvid.png') no-repeat;
	  display: inline-block;
	  margin-right: 20px;
	}

	.regnskab_opg {
	  width: 33px;
 	  height: 40px;
    	  background: url('http://www.xn--talnrden-84a.dk/wp-content/uploads/2016/02/icon_acc_hvid.png') no-repeat;
	  display: inline-block;
	  margin-right: 20px;
	}

	.none_opg {
	  width: 1px;
 	  height: 40px;
	  display: inline-block;
	  margin-right: 0px;
	}


.frontpageReferenceBar {
  background: #1b5894;
  margin: auto;
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.frontpageReferenceWrap{
  padding: 50px 30px;
  margin: auto;
  width: 100%;
  max-width: 1050px;
  height: auto; 
  overflow: hidden;
}

.frontpageReferenceBar h2 {
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 50px !important;
  text-transform: uppercase;
  color: #fff !important;
  width: 100%;
  display: inline-block;
}

.frontpageReferenceLeft {
  border: solid 1px #fff;
  padding: 20px;
  float: left;
  width: 41%;
  min-height: 180px;
  line-height: 110%;
}

.frontpageReferenceRight {
  border: solid 1px #fff;
  padding: 20px;
  float: right;
  width: 41%;
  min-height: 180px;
  line-height: 110%;
}

.frontpageReferenceRight p, .frontpageReferenceLeft p{
  color: #fff !important;
  font-size: 12px !important;
}

.frontpageAboutBar {
  background: #edeeef;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.frontpageAboutWrap {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  height: auto;
}

.frontpageAboutData {
  width: 45%;
  float: left;
  padding: 50px 0 50px 0;
}

.frontpageAboutWrap h2{
  color: #363a42 !important;
  font-size: 22px !important;
  font-family: arial;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}

.frontpageAboutWrap p{
  color: #363a42;
  font-size: 12px !important;
  font-family: arial;
  margin-bottom: 30px !important;
}

.frontpageAboutWrap a{
  color: #fff;
  font-size: 12px;
  font-family: arial;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #363a42;
  text-decoration: none;
}

.frontpageAboutImage{
  width: 45%;
  height: 100%;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 376px;
}

.frontpageContactBar {
  text-align: center;
  background: #1baac4;
  font-size: 22px;
  padding: 50px 30px;
  margin: auto ;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
}

.frontpageContactBar a{
  border: solid 1px #fff;
  padding: 10px 20px;
  margin: 0px 20px;
  color: inherit;
  text-decoration: none;
}

.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
    margin: 1em 0;
    line-height: 17px;
}

.layout-full #page-wrapper .full-container {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.frontpageEntry {
  width: 100% !important;
  float: left !important;
}

#frontpagePrimary {
  width: 100% !important;
  float: left !important;
  height: auto;
  overflow: hidden;
}

.frontpageEntry-main {
  width: 100% !important;
  height: auto;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #3f5364;
  font-weight: 300;
  padding: 0px 20px 0px 20px;
}

.main-navigation ul li:hover > a {
  background: none;
  color: #6c8eab;
}

/* Sub menu */

.widget_nav_menu {
  width: 100%;
}

.widget_nav_menu .widget-title {
  display: none;
}

.widget_nav_menu ul {
  width: 100%;
}

.widget_nav_menu ul li {
  position: relative;
  border: none !important;
  background: none !important;
  margin-bottom: 20px;
}

.widget_nav_menu ul li:before {
  content: " ";
  width: 33px;
  height: 40px;
  position: absolute;
  left: -30px;
  top: 5px;
  background-repeat: no-repeat;
} 

.widget_nav_menu ul li:nth-child(1):before {
  background-image: url("http://xn--talnrden-84a.dk/wp-content/uploads/2015/11/icon_adm.png");
}

.widget_nav_menu ul li:nth-child(2):before {
  background-image: url("http://xn--talnrden-84a.dk/wp-content/uploads/2015/11/icon_bogholderi.png");
}

.widget_nav_menu ul li:nth-child(3):before {
  background-image: url("http://xn--talnrden-84a.dk/wp-content/uploads/2015/11/icon_acc.png");
}

.widget_nav_menu ul li a {
  color: #363a42;
  font-size: 12px !important;
  font-family: arial;
  font-weight: bold;
} 

.ajax-loader {
display: none;
}

div.wpcf7-mail-sent-ng {
    border: none;
    margin-top: 20px;
    color: #fff;
    position: relative;
    top: 14px;
    left: -20px;
}

#secondary img:first-child {
    margin-bottom: 10px !important;
}

.widget_nav_menu ul li a {
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
} 


/* space hack */ 

.spacer {
  height: 140px;
  width: 100%;
}

/* Main content */ 

#main {
  background: #e6e7e8;
  padding: 0px 35px 35px 35px;
  margin: auto;
}

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
}

#primary {
  float: left;
  width: 50%;
  position: relative;
  height: auto;
  min-height: 280px;
  padding: 35px 0 0 20px;
  border-right: solid 1px #c6c6c7;
}

form {
  max-width: 480px;
}

.has-sidebar .entry-content p {
    max-width: 90%;
}

/* Sidebar */

#secondary {
  float: right !important;
  margin-top: 0px;
  position: relative;
  height: auto;
  padding: 35px 0 0 26px;
  width: 40%;
}

#secondary img:first-child{
  margin-bottom: 40px;
  max-width: 100%;
}

#secondary img, #primary img {
  border: 2px solid #ffffff; 
  outline: 1px solid #e4e4e4;
}

#secondary .widget_text {
  padding: 35px 0 20px 0 !important;
  color: #3d4149;
}

.textwidget p a, .entry-content a  {  
color: rgb(102, 102, 102);
text-decoration: none;
}

.textwidget p a:hover, .entry-content a:hover  {  
color: rgb(102, 102, 102);
text-decoration: underline;
}

  .boxFrontpage {
    background: #6c8eab;
    width: 48.5%;
    padding: 15px 0px;
    float: left;
    margin-right: 3%;
    margin-top: 3%;
  }

  .boxFrontpage:last-child {
    background: #59758c;
    width: 48.5%;
    padding-left: 0;
    float: left;
    margin-right: 0%;
  }

  .boxFrontpageData {
    float: left;
    height: 100%;
    width: 75%;
  }

  .boxFrontpageImage {
    float: left;
    height: 100%;
    width: 25%;
    text-align: center;
    padding-top: 5px;
  }

  .boxFrontpage h2 {
    font-size: 30px !important;
    color: #fff !important;
    line-height: 40px;
    padding-right: 10px;
  }

  .boxFrontpage p {
    font-size: 13px;
    color: #fff;
    padding-right: 10px;
  }

  .boxFrontpage .button {
    background: #f5f5f5;
    color: #3f5364;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    max-width: 190px;
  } 

  .boxFrontpage .button a{
    color: #3f5364 !important;
    text-decoration: none;
  }

  .boxFrontpage .button a:hover{
    color: #6c8eab !important;
    text-decoration: none;
  }  

.widget_text {
    background: inherit;
    border: none;
    padding: 0 0 20px 0;
}

#secondary img, #primary img {
    border: none;
    outline: none;
}

.contactPhone {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px;
  position: relative;
  margin-left: 30px;
}

.contactEmail {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px 0 0;
  position: relative;
  margin-left: 30px;
  text-decoration: none;
}

.contactEmail a {
  color: inherit;
  text-decoration: none;
}

.contactPhone i, .contactEmail i{
  position: absolute;
  left: -30px;
}

/* Footer */

.site-footer .widget p{
  font-size: 12px !important;
  font-weight: normal;
  max-width: 380px;
  color: #bcbec0;
}

#footer-widgets .widget:nth-child(2) {
  padding-left: 80px;
}

.site-footer .widget {
  color: #bcbec0 !important;
}

.site-footer .widget i {
  position: absolute;
  left: -30px;
  top: 0px;
}

.site-footer ul {
  margin: 20px 0px !important;
}

.site-footer ul li {
  font-size: 12px !important;
  position: relative;
  margin-bottom: 20px;
}

.footerLogo {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  height: 41px; 
  background: url(http://xn--talnrden-84a.dk/wp-content/uploads/2015/11/footerLogo.png) no-repeat;
  background-position: left;
}


.site-footer ul li:first-child i {
  left: -28px;
  font-size: 26px;
}

.site-footer ul li:nth-child(2) i {
  font-size: 22px;
}

.site-footer ul li:last-child i {
  font-size: 20px;
}

.widget-title {
  display: none;
}

#colophon {
  margin-bottom: 0px !important;
  background: #30333c;
  padding: 70px 0px 70px 0px !important;
  width: 100%;
}

.site-footer {
  min-height: 140px;
}

#colophon #site-info {
  text-align: center;
  margin-top: 0px !important;
  color: #f5f5f5;
  font-size: 13px;
}

.footerContactText {
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0 0 0;
}

.hgroup {
    padding-left: 0px;
}

.site-footer iframe, .site-footer input, .site-footer textarea {
  border-radius: 10px !important;
}

.site-footer img {
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer textarea {
  margin-top: 0px;
  height: 108px;
}

.site-footer iframe {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  height: 164px;
}



#site-info div {
    display: inline-block;
  }

  #site-info span {
    margin: 0 15px;
  }

  #site-info a  {  
    color: #fff !important;
    text-decoration: none !important;
  }

  #site-info a:hover  {  
    color: #fff !important;
    text-decoration: underline !important;
  }

.support-text {
  display: none !important;
}

.widget_nav_menu ul .current-menu-item a:before {
  color: #1b5894 !important;
}

/* MQ */


@media screen and (max-width: 1150px) {

  .main-navigation ul li a:before {
    display: none;
  }

  #footer-widgets .widget {
    width: 50% !important;
  }

  .frontpageReferenceWrap {
    width: auto;
  }

  .frontpageReferenceLeft {
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
  }

  .frontpageReferenceRight {
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
  }

  .main-navigation {
    margin: 0px 35px 0 0;
    width: auto;
  }

  .mobilenav-main-link {e
    float: right;
  }

  .featuredImage {
    margin-top: -18px;
  }

  .phoneNumber {
  font-size: inherit;
  width: auto !important;
  text-decoration: none;
  color: #fff !important;
  margin: 0px !important;
  }

  .mobilenav-main-link {
    top: 30px;
   
  }

  .mobile-nav-icon:before {
    font-size: 38px;
    content: "\f0c9";
    color: #465a78;
  }

  #masthead .hgroup .logo {
    margin-left: 30px;
  }

  .mobilenav-main-link {
    font-size: 18px;
  }

  .main-navigation ul li a {
     padding: 30px 10px 10px 20px!important;
  }

  .main-navigation ul li:hover {
    text-decoration: none !important;
    border-bottom: none;
  }

  #masthead .hgroup {
    padding-bottom: 0px;
    position: relative;
  }

  .mobile-nav-icon:before {
    font-size: 38px;
    content: "\f0c9";
  }

  .mobilenav-main-link {
    font-size: 18px;
  }

  #menu-menu2 li:first-child {
    /* background: #6c8eab; */
    width: 47%;
    padding-left: 0;
  }

  #menu-menu2 li:last-child {
    /* background: #59758c; */
    width: 53%;
    padding-left: 0;
  }

  #menu-menu2 li a {
    padding: 31px 20px 31px 80px;
  }

  .mobile-nav-frame h3 {
    color: #fff!important;
  }

  .mobile-nav-frame .title {
    background: #1baac4 !important;
    text-shadow: none;
    border: none !important
  }

  .mobile-nav-frame .title h3{
    text-shadow: none !important;
    font-family: arial !important;
  }

  .mobile-nav-frame {
      background: #1baac4 !important;
  }

  .mobile-nav-frame ul {
    margin: 0px 12px;
    background: none !important;
    border: none !important;
    padding: 4px 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
  }

  .mobile-nav-frame ul li a.link {
    text-shadow: none !important;
    color: #ffffff !important;
  }

  .mobile-nav-frame ul li {
    border-bottom: 1px solid #59758c !important;
  }

  .frontpageEntry {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0px;
    clear: both;
  }


  .boxFrontpage {
    width: 100%;
  }

  .boxFrontpage:last-child {
    width: 100%;
  }

   .main-navigation ul li {
    margin: 0 -35px 0 0 !important;
  }

  .spacer {
    height: 120px;
  }

  .footerContactText {
    margin: auto;
    width: 90%;
  }

  .site-footer form {
    text-align: center !important;
    width: 100% !important;
    margin: 20px auto !important;
  }

  .site-footer input {
    margin-bottom: 10px !important;
    width: 100% !important;
  }

  .site-footer wpcf7-submit {
 	 width: 100% !important;
  }


  

  #footer-widgets .widget:last-child .wonderplugincarousel {
    width: 100% !important;
    max-width: 1050px !important;
  }

  .frontpageAboutData {
    width: auto;
    float: none;
    padding: 50px 30px 30px 30px;
  }

  .frontpageAboutImage {
    width: auto;
    max-width: 500px;
    margin: 30px;
    float: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 275px;
  }

  .mail {
    margin-right: 30px;
  }

}

@media screen and (max-width: 1067px) {

  .footerLogo {
    margin-left: 15px;
  }

  .frontpageContactBar {
    padding: 50px 0px;
  }

  .frontpageBox {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }

  

   .frontpageBoxImage {
    width: 33px;
    height: 40px;
    position: absolute;
    left: auto;
    right: 30px !important;
    top: 90px;
  }

}

@media screen and (max-width: 760px) {

  #primary {
    border-right: none;
  }

  .frontpageBox p {
    max-width: 60%;
  }

  .site-footer .widget p {
    max-width: 100%;
  }

  .frontpageContactBar span {
    display: inline-block;
    width: 100%;
    line-height: 100%;
  }

  .frontpageContactBar a {
    display: inline-block;
    width: 70%;
    padding: 10px 0px;
    margin: 20px 0px 0px 0px;
  }

  #footer-widgets .widget:nth-child(2) {
    padding-left: 45px;
  }

  .phoneNumber {
    margin: 5px 0 0 0 !important;
  }

  #primary, #secondary {
    width: 100% !important;
    margin-bottom: 50px;
  }

  #secondary {
    margin-top: 0px !important;
    padding: 0px;
  }

    #primary {
    min-height: 0px;
  }

  .widget_nav_menu {
    padding-left: 30px;
  }

  #site-info div {
    display: inline-block;
    width: 100%;
  }

  #site-info span {
    display: none;
  }

  body.responsive #masthead .hgroup {
    text-align: left;
  }

  #colophon {
    padding: 20px 0px !important;
  }

  #footer-widgets .widget {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 30px;
    clear: both;
    float: none;
  }

  #footer-widgets .widget form, #footer-widgets .widget iframe, #footer-widgets .widget img {
    width: 100% !important;
  }

  #footer-widgets .widget:last-child .wonderplugincarousel {
    width: 100% !important;
    max-width: 1050px !important;
  }

  .footer-widgets .widget_text {
    text-align: center;
    margin-bottom: 20px;
  }

  body.responsive #footer-widgets .widget {
    display: inline-block !important;
    margin-bottom: 0px;
    float: none;
  }

  .site-footer form {
    text-align: center !important;
    width: 100% !important;
    margin: auto !important;
  }

  .phone, .mail {
    margin: 13px auto !important;
    text-align: center;
    width: 50%;
  }


}

@media screen and (max-width: 500px) {

  .featuredImage {
    height: 150px;
    padding-top: 1px;
  }

  .main-navigation ul li:hover > a {
     background-image: none !important;
  }

  .customBg {
    width: 100%;
    max-width: 1050px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    background-size: auto 100%;
  }

  body.responsive #masthead .hgroup .logo img {
    height: auto;
  }

  .mobile-nav-icon {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }

  .mobilenav-main-link {
    background-image: none !important;
  }

  .mobilenav-main-link:hover {
    background-image: none !important;
  }

  .main-navigation {
    margin: 0px 0 0 0;
    width: 20% !important;
  }

  .mobilenav-main-link {
    top: 0px;
  }

  input[type="submit"] {
    width: 100%;
  }

  .main-navigation ul li a {
    text-align: center;
  }

  #masthead .hgroup .logo {
    margin-left: 10px;
    margin-top: 23px;
  }

 #masthead .hgroup .logo img {
    margin-left: 0px;
    margin-top: 10px;
    max-width: 100%;
    max-height: 84px;
    width: auto !important;
  }

  #menu-menu2 li:first-child {
    /* background: #6c8eab; */
    width: 100%;
    padding-left: 0;
  }

  #menu-menu2 li:last-child {
    /* background: #59758c; */
    width: 100%;
    padding-left: 0;
  }

  #menu-menu2 li:first-child, #menu-menu2 li:last-child {
    height: auto;
    overflow: hidden;
    padding-left: 0px;
  }

  #menu-menu2 li:first-child a , #menu-menu2 li:last-child a {
    padding: 20px 80px;
  }

  .spacer {
    height: 150px;
  }

  .boxFrontpage {
    margin-top: 10%;
  }

  .boxFrontpageImage {
    display: none;
  }

  .boxFrontpageData {
    width: 100%;
  }

  .boxFrontpage h2, .boxFrontpage p{
    padding-left: 15px;
  }

  .boxFrontpage .button {
    margin-left: 15px;
  }

  .main-navigation ul li a {
    padding-top: 50px !important;
  }

  #menu-menu2 .current-menu-item:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
  margin-left: -28px;
  }

  #site-info span {
    display: none;
  }

  #site-info div {
    display: inherit;
    width: 100%;
  }

  .layout-full #page-wrapper .full-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .layout-full #page-wrapper .hgroup {
    max-width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .pager, .amazingcarousel-prev, .amazingcarousel-next {
    /* display: none !important; */
  }


}