/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress/themes/dw-focus/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.2.5.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw-focus
Tags:
*/



.site-logo img {
  width: 300px !important;
  max-width: 100%;
  height: auto !important;
}


.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 0 !important;
}


.widget-title a {
  color: #9ac2d5 !important;
}

.wp-caption-text {
    text-align: center;
    padding: 4px 4px 0;
    font-size: 12px;
    color: #777777;
}

embed,
iframe {
	max-width: 100%;
	height: auto;
}

.wpp-list {
	padding-left:10px !important;

}
.wpp-list li {
	list-style: square !important;
    overflow: inherit !important;
}


.page-header h1.imageheader {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 27px;
    font-weight: normal;
    margin: 65px 0px;
    width: 100%;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    border: 0;
}

#database_item_container {
  margin-top: 40px;

}

header.searh-database,
header.database-single-header{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}
header.searh-database .searchandfilteroff ul,
header.searh-database .searchandfilter ul {
    text-align: center;
}
header.searh-database .searchandfilteroff ul li,
header.searh-database .searchandfilter ul li {
    display: inline-block;
}
header.searh-database input{
    font-size: 30px;
}
header.searh-database input[type=submit] {
    font-size: 22px;
}
header.searh-database .page-content{
  text-align: center;
  margin: 30px;
}


/* form style */
.searchandfilteroff ul,
.searchandfilter ul{
  padding: 0;
}
searchandfilter-sidebar .pink_checkbox{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url('../images/checkbox-pink.png') no-repeat;
    border: none;
    cursor: pointer;
}
.pink_checkbox {
    background-position: 0 0;
}
.pink_checkbox.hover {
	background-position: -13px 0;
}
.pink_checkbox.checked {
	background-position: -26px 0;
}
.pink_checkbox.checked:hover {
	background-position: -52px 0;
}
.pink_checkbox.disabled {
	background-position: -52px 0;
	cursor: default;
}
.pink_checkbox.checked.disabled, .pink_checkbox.checked.disabled:hover {
	background-position: -52px 0;
}

#search-filter-start .sf-field-search {
  position: relative;
}
#search-filter-start ul{
    width: 500px;
    margin: 0 auto;
    position: relative;
}
#search-filter-start label,
#search-filter-start li{
    width: 100%
}
#search-filter-start input{
  height: 50px;
  font-size: inherit;
  padding: 8px;
  width: 100%
}
#search-filter-start{
  font-size: 30px;
}
#search-filter-start .sf-field-search:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 10px;
}
#search-filter-start{
  position: relative;

}
#search-filter-start .sf-field-submit input {
  position: absolute;
  background: none;
  border: none;
  text-indent: -999px;
  height: 50px;
  width: 50px;
  top: 0px;
  right: 0px;
  z-index: 3;
}
form.searchandfilter label{
  font-weight: normal;
}
form..searchandfilter select.sf-input-select {
    width: 100%;
}
form.searchandfilter input[type=text]{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.searchandfilter li.sf-field-search label,
form.searchandfilter li[data-sf-field-input-type='select'] label{
  width: 100%;
}
form.searchandfilter input[type=text]:focus {
  border-color:#9ac2d5;
  outline: 0;
/*  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(154, 194, 213, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(154, 194, 213, 0.3);
}
form.searchandfilter input[type=text]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
form.searchandfilter input[type=text]:-ms-input-placeholder {
  color: #999999;
}
form.searchandfilter input[type=text]::-webkit-input-placeholder {
  color: #999999;
}
form.searchandfilter input[type=text]:disabled,
form.searchandfilter input[type=text]:readonly,
form.searchandfilter fieldset:disabled{
  cursor: not-allowed;
  background-color: #dddddd;
  opacity: 1;
}
form.searchandfilter textarea {
  height: auto;
}

form.searchandfilter input[type=submit]{
  font-family: Montserrat;
  font-size: 17px;
  color: #ffffff;
  background-color: #9ac2d5;
  border-color: #9ac2d5;
  border: 0;
  background: #F09 !important;
  color: #FFF !important;
  font-weight: bold;
  border: 1px solid #F09 !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  text-decoration: none;
  padding: 14px 20px;
}
form.searchandfilter input[type=submit]:hover{
  text-decoration: underline;
}

form.searchandfilter select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* changes, issue 111, johanna */
.single-database .svdj_projects  {
  margin-bottom: 20px;
}
.single-database .entry-thumbnail {
  margin-bottom: 35px;
}
.single-database .entry-thumbnail > img {
  width: 100%;
  height: auto;
}
.single-database .entry-fact-sheet {
  border-top: 1px solid #9ac2d5;
  padding-top: 15px;
}
.single-database .factsheet_item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}
.single-database .factsheet_item h3 {
  margin: 0px;
  color: #9ac2d5;
  font-size: 22px;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.single-database .factsheet_item a {
  text-decoration: underline;
  color: #000;
}
.single-database .factsheet_item a:hover {
  color: #9ac2d5;
}
.single-database .factsheet_item > span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  color: #999;
  display:block;
  text-transform: uppercase;
}

.single-database .article_sharing {
  display: inline-block;
  margin: 50px 0 0 0;
}

.single-database .article_sharing h3{
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 40px;
}
.single-database .article_sharing .list-group {
  float: left;
  margin-left: 20px;
}
.single-database .article_sharing .list-group li {
  float: left;
  border: 0;
}
.single-database .article_sharing .list-group li:hover {
  cursor: pointer;
}
.single-database .article_sharing .list-group li:hover a{
	color:#ed1890;
}
.single-database .article_sharing .list-group li:hover i.fa{
	color:#ed1890;
}
.single-database .article_sharing .list-group li a {
  color: #999;
   -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-database .article_sharing .list-group li span {
  float: left;
}
.single-database .article_sharing .list-group li i.fa {
  float: left;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #999;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-database .article_sharing .list-group li .count {
  display: none;
}

.type-database .entry-thumbnail {
    width: 100% !important;
    padding-bottom: 10px !important;
}
.type-database .entry-thumbnail img {
  width: 100%;
}

.link-back a{
      color: #9ac2d5;
      font-weight: 700;
}
/* responsive */
@media (min-width: 1200px){
.database-search:before {
    left: 25%;
  }
}
@media (max-width: 992px){
  #search-filter-start .sf-field-submit input {
    right: 0px;
  }
  #search-filter-start .sf-field-search:after {
    right: 12px;
  }
}
@media (max-width: 768px){
  #search-filter-start ul{
    width: 200px;
    margin: 0 auto;
    position: relative;
  }
  #search-filter-start input {
    width: 100%;
}
  #search-filter-start .sf-field-submit input {
    right: 0px;
  }
  #search-filter-start .sf-field-search:after {
    right: 12px;
  }
}




/* Uit custom css plugin */
.dw_focus_widget_news_grid .post .entry-thumbnail,
.widget_news-grid .post .entry-thumbnail {
    height: 90px;
    overflow: hidden;
}
.dw_focus_widget_news_grid .post .entry-thumbnail a,
.widget_news-grid .post .entry-thumbnail a {
    display: inline-block;
    width: 100%;
}
.widget-lees-verder {
    color: #9ac2d5;
    margin: 10px 0 0 0;
    display: block;
    font-weight: 700;
}
.hentry .entry-meta > span.entry-author {
    display: block;
}
.introtekst {
    font-size: 20px;
}
.standvannieuwsmedia:hover {
    color: #000;
}
.dropdown-menu {
    margin-top: 0;
}



.site-header {
    position: relative;
}
.top-float-nav {
    bottom: 20px;
    position: absolute;
    right: 0;
    margin-right: 0;
}
.top-float-nav .widget {
    display: inline-block;
}
.top-float-nav .widget .form-control {
    width: 275px;
}
.top-float-nav .login-account {
    width: 136px;
    padding: 0px 20px 0 10px;
}
@media (max-width: 991px) {
    #masthead .top-float-nav {
        right: -1px;
    }
}
@media (max-width: 500px) {
    .top-float-nav .widget .form-control {
        width: auto;
    }
}
@media (max-width: 400px) {
    .top-float-nav .widget {
        display: none;
    }
    .top-float-nav .login-account {
        width: 116px;
        padding-right: 0;
    }
}
