/*
 Theme Name:   norrag-theme
 Theme URI:    http://gsdh.org
 Description:  NORRAG Child Theme
 Author:       TH
 Author URI:   http://gsdh.org
 Template:     base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  norrag child
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

body {
  line-height: 1.4;
}

.with-sidebar-left .nine {
  width: 73%;
}

body.page-template-default.page.page-id-1631
  section#content-section-1
  .section-container {
  padding-top: 0;
}

body.page-template-default.page.page-id-1631
  .with-sidebar-content.nine.columns {
  background: #fff none repeat scroll 0 0;
  border-bottom: 6px solid red;
  margin-bottom: 60px;
}

.gdlr-notification > .notification-content {
  font-size: 14px;
}

/*body .body-wrapper {min-width:1280px}*/
/*-------------------------------START-HEADER------------------------------*/
/*MAIN MENU*/

.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
  padding: 22px 20px 25px;
}

.gdlr-main-menu > li > a {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.gdlr-main-menu > li:hover > a {
  border-top: 3px solid #ed1c24;
  border-bottom: 3px solid #ffffff;
}

li.current-menu-item > a {
  border-top: 3px solid #ed1c24;
  border-bottom: 3px solid #ffffff;
  font-weight: 600 !important;
}

.gdlr-header-container {
  z-index: 0;
}

.gdlr-navigation-wrapper {
  background: #fff;
}

.gdlr-header-style-2.gdlr-centered .gdlr-navigation,
.gdlr-header-style-2.gdlr-centered .gdlr-navigation-wrapper.gdlr-fixed-menu {
  border: none;
}

.gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu {
  line-height: 2.4;
}

/*SIDEBAR MENU*/

.gdlr-sidebar .widget_nav_menu ul li {
  background: #fff;
  color: #2b2b2b;
  border-left: 6px solid #c6c6c6;
  padding: 30px 40px 30px 30px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.gdlr-sidebar .widget_nav_menu ul li a {
  color: #2b2b2b;
}

.gdlr-sidebar .widget_nav_menu ul li.current-menu-item {
  border-left: 6px solid #ed1c24;
}

.gdlr-sidebar .widget_nav_menu ul li.current-menu-item > a {
  border: none;
  color: #ed1c24;
  font-weight: normal;
}

#nav_menu-8,
#nav_menu-13 {
  padding-top: 60px;
}

/*SEARCH FIELD*/

.gdlr-header-search {
  margin: 4% 0;
}

/*HEADER*/

.gdlr-header-substitute {
  margin-top: 2.4%;
}

/*SOCIAL ICONS*/

.top-social-wrapper {
  padding-top: 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 10px;
}

.top-social-wrapper > p {
  margin-bottom: 0;
  padding-top: 11px;
  color: #ed1c24;
  font-size: 12px;
}

/*-------------------------------END-HEADER------------------------------*/

/*-------------------------------START-TEXT/FONT-STYLING------------------*/
/*HEADINGS*/
.heading_block,
#homepage-highlights {
  border-left: 6px solid #ed1c24;
  background-color: #fff;
  margin-bottom: 9px;
}

h1.heading_main {
  margin: 0;
  padding: 27px 20px;
}

h1.subheading_main {
  font-weight: 600;
}

span.heading_bold {
  font-weight: bold;
}

span.text_red {
  color: #ed1c24;
}

.heading_block.blog h1.heading_main,
.heading_block.blog .blog.text_small,
.heading_block.blog img.icon_arrow {
  display: inline;
  vertical-align: top;
}

.heading_block.blog {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.blog.text_small {
  margin-right: 27px;
}

.blog.text_small img.icon_arrow {
  margin-left: 17px;
  margin-top: -2px;
}

h1.heading_sidebar {
  margin: 0;
  padding: 27px 20px;
}

#content_header .gdlr-styled-box-body {
  height: 540px;
}

#content_header h3 {
  font-size: 105px;
  font-weight: 600;
  padding-top: 26%;
}

h1.content_main {
  font-weight: bold;
}

/*-------------------------------END-TEXT/FONT-STYLING------------------*/

/*-------------------------------START-BUTTONS-STYLING------------------*/
/*BUTTONS*/
p button.btn.btn_grey {
  margin: 0;
}

button.btn,
.staff_readmore {
  padding: 14px 18px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-top: 14px;
  cursor: pointer;
}

button.btn_grey {
  background: #7e7e7e;
}

button.btn_grey:hover {
  background: #ed1c24;
}

button.btn_red,
.staff_readmore,
input#submit.submit,
input.wpcf7-form-control.wpcf7-submit {
  background: #ed1c24;
}

.btn_blog {
  margin-top: 0 !important;
}

button.btn_red:hover,
.staff_readmore:hover,
input#submit.submit:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #7e7e7e;
  color: #fff;
}

button.btn_white {
  background: #fff;
  color: #2b2b2b;
}

button.btn_white:hover {
  background: #7e7e7e;
  color: #fff;
}

button.btn_footer {
  width: 265px;
  margin-bottom: 10px;
}

button.btn_tab {
  padding-right: 42px;
  margin: 10px 20px 37px 0;
}

button.btn_tab::after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  left: 20px;
  position: relative;
}

button.btn_margin {
  margin-top: 56px !important;
}

/*-------------------------------END-BUTTONS-STYLING--------------------*/

/*-------------------------------START-BLOCKS-STYLING-------------------*/
.gdlr-item {
  margin: 0 15px 9px;
}

/*CONTENT_TEXT_BOX*/
.content_box {
  background: #fff;
  padding: 46px 27px;
}

/*-------------------------------END-BLOCKS-STYLING---------------------*/

/*-------------------------------START-BLOG-STYLING-SIDEBAR+MAIN_BOTTOM-*/

#blog-sidebar .post-header,
#main_bottom .post-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#blog-sidebar .gdlr-blog-grid .gdlr-blog-title,
#main_bottom .gdlr-blog-grid .gdlr-blog-title {
  order: 2;
  font-weight: normal;
}

#blog-sidebar .gdlr-blog-grid .gdlr-blog-info,
#main_bottom .gdlr-blog-grid .gdlr-blog-info {
  order: 1;
}

#blog-sidebar .gdlr-blog-thumbnail,
#blog-sidebar .gdlr-blog-content,
#main_bottom .gdlr-blog-thumbnail,
#main_bottom .gdlr-blog-content,
#blog-sidebar .blog_cat_meta,
#blog_sidebar .blog_cat_meta,
#what_we_do .blog_cat_meta {
  display: none;
}

#main_bottom .gdlr-standard-style {
  background: #fff;
  padding: 30px 85px 30px 27px;
  min-height: 78px;
  position: relative;
}

#blog-sidebar .gdlr-standard-style {
  background: #fff;
  padding: 30px 85px 30px 27px;
  min-height: 82px;
  position: relative;
}

#blog-sidebar .gdlr-standard-style::after,
#main_bottom .gdlr-standard-style::after {
  content: url("../../../app/uploads/2017/04/blog_arrow.png");
  left: 85%;
  position: absolute;
  top: 35%;
}

#blog-sidebar .gdlr-item.gdlr-blog-grid,
#main_bottom .gdlr-item {
  margin-bottom: 4px;
}

#blog-sidebar .blog-author,
#main_bottom .blog-author {
  margin-right: 4px;
}

#blog-sidebar .blog-author:after,
#main_bottom .blog-author:after {
  content: " | ";
  padding-left: 3px;
}

#blog-sidebar .blog-info,
#blog-sidebar .blog-info a,
#main_bottom .blog-info,
#main_bottom .blog-info a {
  color: #2b2b2b;
  font-size: 16px;
}

#blog-sidebar .gdlr-blog-info.gdlr-info,
#main_bottom .gdlr-blog-info.gdlr-info {
  margin-bottom: 6px;
}

/*INFINITE-LOAD*/
.malinky-load-more {
  background: #c6c6c6 none repeat scroll 0 0;
  margin: 0 15px 95px;
  padding: 15px 0;
}

.malinky-load-more a {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.gdlr-blog-full .blog-content-wrapper {
  background: #fff;
  padding: 20px;
  /*margin-top: 60px;*/
}

#blog-sidebar .gdlr-blog-grid .gdlr-blog-title,
#main_bottom .gdlr-blog-grid .gdlr-blog-title {
  font-weight: normal;
}

/*MEMBERS*/

#member.gdlr-item.gdlr-content-item,
#events.gdlr-item.gdlr-content-item {
  background: #fff;
  padding: 25px 30px;
  /*min-height: 371px;*/
}

#events-filler {
  background: #fff none repeat scroll 0 0;
  height: 116px;
}

#events-filler p {
  padding-top: 46px;
}

/*-------------------------------END-BLOG-STYLING-SIDEBAR+MAIN_BOTTOM---*/

/*-------------------------------START-WHATWEDO-STYLING-MAINBOTTOM------*/

#what_we_do h3.gdlr-blog-title {
  display: table-cell;
  height: 52px;
  padding: 0;
  vertical-align: middle;
}

#what_we_do .title1::after {
  content: url("../../../app/uploads/2017/04/blog_arrow.png");
  left: 28%;
  position: absolute;
  top: 92%;
}

#what_we_do .title2::after {
  content: url("../../../app/uploads/2017/04/blog_arrow.png");
  left: 61%;
  position: absolute;
  top: 92%;
}

#what_we_do .title3::after {
  content: url("../../../app/uploads/2017/04/blog_arrow.png");
  left: 94.5%;
  position: absolute;
  top: 92%;
}

#what_we_do .wwd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#what_we_do .wwd1 {
  background: #fff none repeat scroll 0 0;
}

#what_we_do .wwd1 img {
  border: 2px solid #efefef;
  margin: 0;
  box-sizing: border-box;
}

#what_we_do .wwd_title {
  padding: 30px 60px 30px 25px;
}

/*-------------------------------END-WHATWEDO-STYLING-MAINBOTTOM------------*/

/*-------------------------------START-AGENDA-TABS----------------------*/

#agenda_tab .tab-title {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: 42px;
  margin-bottom: 0;
  padding: 34px 0;
  background: #d4d4d4;
  border-right: 4px solid #ebebeb;
  border-bottom: none;
  border-top: none;
  flex-grow: 1;
}

#agenda_tab .tab-title-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

#agenda_tab .tab_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

#agenda_tab .tab-title.active {
  background: #fff;
}

#agenda_tab .tab-title:last-child {
  border-right: none;
  line-height: 40px;
}

#agenda_tab .tab-title:nth-child(2) {
  line-height: 40px;
}

#agenda_tab .tab_content {
  padding-right: 35px;
  width: 50%;
}

#agenda_tab .btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/*-------------------------------END-AGENDA-TABS------------------------*/

/*-------------------------------START-LOGO-SECTION---------------------*/

.logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 26px;
}

.logos.row1 {
  margin-top: 40px;
}

.logos.row5 {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.logo {
  cursor: pointer;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.logo:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

/*-------------------------------END-LOGO-SECTION-----------------------*/

/*-------------------------------START-FOOTER-SECTION-------------------*/

.footer-container {
  padding-top: 80px;
}

.footer_logo {
  margin: 0 15px;
}

#footer-widget-1 p {
  font-size: 14px;
  line-height: 2.1;
  font-weight: 600;
}

ul#menu-footer_1.menu li,
ul#menu-footer_2.menu li {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

ul#menu-footer_1.menu li a,
ul#menu-footer_2.menu li a {
  border: none;
}

ul#menu-footer_1.menu li:first-child,
ul#menu-footer_2.menu li:first-child {
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.gdlr-sidebar .widget_nav_menu ul li.current-menu-item {
  border-left: 6px solid #ed1c24;
}

.gdlr-sidebar .widget_nav_menu ul li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.widget_nav_menu ul li::before {
  left: 90%;
  font-size: 30px;
  font-weight: bold;
}

/*-------------------------------END-FOOTER-SECTION---------------------*/

/*-------------------------------START-COPYRIGHT-SECTION----------------*/

.copyright-wrapper {
  font-size: 14px;
}

/*-------------------------------END-COPYRIGHT-SECTION------------------*/

/*-------------------------------START-ABOUT-SECTION--------------------*/

.with-sidebar-wrapper {
  background: #ebebeb none repeat scroll 0 0;
}

.sidebar-left-item {
  padding: 0;
}

.heading_icons {
  float: right;
  margin-right: 16px;
}

#about_static .gdlr-item.gdlr-content-item,
#about_static .blog-item-wrapper {
  padding-right: 32px;
  padding-left: 32px;
}

.gdlr-single-blog-tag a {
  margin-right: 3px;
  font-size: 10px;
}

#about_static .gdlr-single-blog-tag {
  padding-left: 0;
}

#about_static .blog_cat_meta {
  display: flex;
  flex-direction: column-reverse;
}

#about_static .blog_cat_readmore {
  margin-top: 20px;
}

/*-------------------------------END-ABOUT-SECTION----------------------*/

/*-------------------------------START-NORRAG-BLOG----------------------*/

.gdlr-blog-full {
  padding-top: 0;
}

#norrag-blog .gdlr-item.gdlr-blog-grid {
  background: #fff;
  border-bottom: 6px solid #ed1c24;
}

#norrag-blog .post-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#norrag-blog .gdlr-blog-thumbnail {
  order: 1;
  margin-bottom: 0;
}

.gdlr-blog-full .gdlr-blog-thumbnail {
  margin-bottom: 0;
}

#norrag-blog .gdlr-blog-info.gdlr-info {
  order: 2;
  padding: 40px 32px 0 32px;
  margin-bottom: 40px;
  flex-direction: row;
  align-items: center;
  flex: 0 auto;
  display: flex;
}

#norrag-blog .gdlr-blog-title {
  order: 3;
  padding: 0 32px;
  margin-bottom: 60px;
}

#norrag-blog .gdlr-blog-title a {
  color: #2b2b2b;
  font-size: 35px;
}

/*#norrag-blog .blog-author {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #7e7e7e;
    margin: 0;
}

#norrag-blog .blog-author a {
    color: #7e7e7e;
}

#norrag-blog .blog-author::before {*/
/*content: '\f007  '  '  POSTED BY ';*/
/*font-family: "FontAwesome", Titillium;*/
/*white-space: pre;*/
/*}*/

.blog-author,
.crp_author {
  display: none;
}

#norrag-blog .blog-date {
  background: #ed1c24;
  float: left;
  padding: 7px 9px;
}

#norrag-blog .blog-date a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

#norrag-blog .blog_cat_meta {
  margin-bottom: 60px;
  padding: 0 32px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.gdlr-single-blog-tag a {
  border-radius: 0;
  line-height: 12px;
  margin-right: 8px;
  padding: 0 6px;
  font-size: 14px;
  color: #2b2b2b;
  border: 2px solid #c6c6c6;
  text-transform: uppercase;
}

.gdlr-blog-full .gdlr-single-blog-tag a {
  border-radius: 0;
  line-height: 12px;
  margin-right: 8px;
  padding: 4px 6px;
  font-size: 14px;
  border: 2px solid #c6c6c6;
  text-transform: uppercase;
  background-color: transparent;
}

.sep {
  display: none;
}

.gdlr-single-blog-tag i {
  color: #7e7e7e;
  float: left;
  font-size: 24px;
  line-height: 25px;
  margin-right: 20px;
  padding-top: 6px;
}

.gdlr-pagination .page-numbers {
  border-radius: 0;
  padding: 4px 6px;
}

.single-post .gdlr-single-nav,
.gdlr-page-title-wrapper {
  display: none;
}

body.archive .gdlr-item-start-content {
  padding: 0;
}

/*-------------------------------END-NORRAG-BLOG------------------------*/

/*-------------------------------START-STAFF-SECTION--------------------*/

#about_static {
  border-bottom: 6px solid #ed1c24;
  margin-bottom: 60px;
}

.wp-colorbox-inline.cboxElement {
  font-size: 14px;
}

.gdlr-personnel-item.plain-style .personnel-content {
  margin-bottom: 20px;
  margin-top: 30px;
}

.gdlr-personnel-item.plain-style .personnel-social {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0;
}

.personnel-position {
  margin: 10px 0;
}

.lb {
  padding: 20px;
  text-align: justify;
  font-size: 14px;
}

#cboxOverlay {
  opacity: 0.65;
}

.popimg {
  float: left;
  padding: 20px 20px 0 0;
}

/*-------------------------------END-STAFF-SECTION--------------------*/

/*-------------------------------START-FORM-STYLES--------------------*/

.form_wrapper {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.form_field {
  width: 75%;
}

.form_label {
  width: 25%;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  color: #494949 !important;
}

/*-------------------------------END-FORM-STYLES----------------------*/

/*-------------------------------START-BLOG-SIDEBAR-STYLES-------------*/
/*SEARCH*/

#ajaxsearchlitewidget-2 h3.gdlr-widget-title,
#ajaxsearchlitewidget-4 h3.gdlr-widget-title {
  display: none;
}

#ajaxsearchlitewidget-2,
#ajaxsearchlite1,
#ajaxsearchlitewidget-4,
#ajaxsearchlite1 {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

#ajaxsearchlite1 .probox {
  border-top: 1px solid #7e7e7e !important;
  background: transparent !important;
  padding-bottom: 30px;
  padding-top: 30px;
}

#ajaxsearchlite1 input.orig,
#ajaxsearchlite1 input.autocomplete {
  font-size: 16px !important;
  color: #2b2b2b;
}

#ajaxsearchlite1 .innericon svg {
  width: 32px;
}

#ajaxsearchlite1 .promagnifier {
  order: 5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*ARCHIVES/SEARCH RESULTS*/
/*body.search-results .gdlr-blog-info, body.search-results .blog_cat_meta, body.search-results .gdlr-blog-content, body.search-results .gdlr-blog-thumbnail {*/
/*display: none;*/
/*}*/

#archives-4 h3.gdlr-widget-title,
#archives-4 label.screen-reader-text,
#norrag_months_widget-2 h3.gdlr-widget-title,
#norrag_months_widget-2 label.screen-reader-text,
#norrag_months_widget-3 h3.gdlr-widget-title,
#norrag_months_widget-3 label.screen-reader-text,
#archives-7 h3.gdlr-widget-title,
#archives-7 label.screen-reader-text {
  display: none;
}

#archives-4,
#norrag_months_widget-2,
#norrag_months_widget-3,
#archives-7 {
  border-top: 1px solid #7e7e7e !important;
  padding: 20px 0;
  margin-bottom: 0;
}

#archives-4::before,
#norrag_months_widget-2::before,
#norrag_months_widget-3::before,
#archives-7::before {
  color: #2b2b2b;
  content: "\F187";
  font-family: FontAwesome;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 8px;
  position: absolute;
  text-decoration: inherit;
}

#archives-4 > select,
#norrag_months_widget-2 > select,
#norrag_months_widget-3 > select,
#archives-7 > select {
  color: #2b2b2b;
  font-size: 14px;
  padding: 12px 10px;
  margin-left: 40px;
  width: 322px;
  border: none;
  background-color: white;
  display: inline-block;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select#archives-dropdown-4,
select#archives-dropdown-7 {
  background-image: url("/app/uploads/2017/04/select_arrow_down.png") 294px 20px
    no-repeat;
}

select#archives-dropdown-4:focus,
select#archives-dropdown-7:focus {
  background-image: url("/app/uploads/2017/04/select_arrow_up.png") 294px 20px
    no-repeat;
  outline: 0;
}

/*TAGS*/
#taxonomy_dropdown_widget-2,
#taxonomy_dropdown_widget-3,
#norrag_tags-3,
#norrag_tags-2 {
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px solid #7e7e7e !important;
  border-bottom: 1px solid #7e7e7e !important;
}

#taxonomy_dropdown_widget-2 h3.gdlr-widget-title,
#taxonomy_dropdown_widget-3 h3.gdlr-widget-title,
#norrag_tags-3 h3.gdlr-widget-title,
#norrag_tags-2 h3.gdlr-widget-title {
  display: none;
}

#taxonomy_dropdown_widget-2::before,
#taxonomy_dropdown_widget-3::before,
#norrag_tags-3::before,
#norrag_tags-2::before {
  color: #2b2b2b;
  content: "\f02b";
  font-family: FontAwesome;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 8px;
  position: absolute;
  text-decoration: inherit;
}

#taxonomy_dropdown_widget-2 > select,
#taxonomy_dropdown_widget-3 > select,
#norrag_tags-3 > select,
#norrag_tags-2 > select {
  color: #2b2b2b;
  font-size: 14px;
  padding: 12px 10px;
  margin-left: 40px;
  width: 322px;
  border: none;
  background-color: white;
  display: inline-block;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select#taxonomy_dropdown_widget_dropdown_2,
select#taxonomy_dropdown_widget_dropdown_3 {
  background-image: url("/app/uploads/2017/04/select_arrow_down.png") 294px 20px
    no-repeat;
}

select#taxonomy_dropdown_widget_dropdown_2:focus,
select#taxonomy_dropdown_widget_dropdown_3:focus {
  background-image: url("/app/uploads/2017/04/select_arrow_up.png") 294px 20px
    no-repeat;
  outline: 0;
}

/*POPULAR POSTS*/
.tptn_after_thumb {
  border-bottom: 1px solid #7e7e7e !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 8px 50px 10px 0;
}

.tptn_link {
  order: 2;
  color: #2b2b2b;
  font-size: 16px;
}

/*.crp_author {*/
/*order: 3;*/
/*font-size: 12px;*/
/*color: #2b2b2b;*/
/*padding-bottom: 10px;*/
/*}*/

/*.crp_author a {*/
/*color: #2b2b2b;*/
/*}*/

.tptn_date {
  order: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0 15px;
}

li .tptn_thumb,
li .tptn_date,
li .crp_author {
  display: none;
}

li:first-child .tptn_thumb,
li:first-child .tptn_date {
  display: block;
}

#widget_tptn_pop-2 ul,
#widget_tptn_pop-3 ul {
  list-style: none;
  margin: 0;
}

#widget_tptn_pop-2 .gdlr-widget-title,
#widget_tptn_pop-3 .gdlr-widget-title {
  background: #ed1c24 none repeat scroll 0 0;
  border: medium none;
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 7px 9px;
  position: relative;
  text-transform: uppercase;
  top: 60px;
  width: 106px;
}

.tptn_title:after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  height: 20px;
  left: 105%;
  margin-top: -1px;
  position: relative;
  text-align: center;
  top: -62%;
  width: 20px;
  font-size: 24px;
}

#events .gdlr-blog-info.gdlr-info,
#events .blog_cat_meta {
  display: none;
}

#events .gdlr-standard-style {
  min-height: 89px;
}

/*-------------------------------END-BLOG-SIDEBAR-STYLES-------------*/

/*-------------------------------START-PARTNER-STYLES----------------*/

.partner-logo {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
}

/*-------------------------------END-PARTNER-STYLES------------------*/

/************** Font sizes **************/
#member > div,
.gdlr-notification > .notification-content,
#blog-sidebar .gdlr-blog-grid .gdlr-blog-title,
#main_bottom .gdlr-blog-grid .gdlr-blog-title {
  /*font-size: 0.9vw;*/
  font-size: 0.75em;
}

/************** Font sizes **************/

.hide_desktop {
  display: none;
}

body {
  font-size: 1em;
}

#left_menu_holder {
  display: none;
}

@media only screen and (min-width: 959px) {
  /* Custom style exception */
  /*.page-id-3350 #content-section-2 .gdlr-content-item img {width:25%;}*/
}

.gdlr-header-substitute .gdlr-logo {
  max-width: none;
  width: 50%;
}

/**/

body.home .featured-content-container .featured-content {
  width: calc(100% - 32px - 491px);
}

body.home .featured-content-container .featured-items {
  padding: 35px 0;
  margin-left: 32px;
  max-width: 491px;
}

.heading_block.blog .blog.text_small img {
  display: inline;
}

#archives-4 > select,
#norrag_months_widget-2 > select,
#norrag_months_widget-3 > select,
archives-7 > select {
  /*width: 84%*/
}

.wsp-pages-list a {
  color: #7e7e7e;
}

/************** Internet Explorer Fixes **************/
body.home .eight.columns #what_we_do .wwd1 {
  width: 31%;
}

body.home .featured-content-container .featured-content {
  /*width: 64%;*/
}

/************** Internet Explorer Fixes **************/

@media only screen and (max-width: 1300px) {
  .gdlr-navigation-substitute #gdlr-main-navigation #menu-main-menu li a {
    padding: 22px 12px 25px;
  }

  .featured-image-link .featured-content-text h3 {
    font-size: 30px;
    font-weight: bold;
  }

  .featured-item .grey-link {
    display: none;
  }

  .gdlr-navigation-substitute #gdlr-main-navigation .top-social-wrapper {
    display: none;
  }

  body.home .featured-content-container .featured-item {
    margin-bottom: 5px;
  }

  body.home .featured-content-container .featured-items {
    padding: 0;
    margin: 0;
  }

  body.home
    .featured-content-container
    .featured-items
    .item-listing
    .thumbnail {
    display: none;
  }

  body.home
    .featured-content-container
    .featured-items
    .item-listing
    .featured-item-details.item-details {
    border: 4px solid #fff;
    padding: 9px 20px;
    overflow: hidden;
  }

  body.home
    .featured-content-container
    .featured-items
    .item-listing.active
    .featured-item-details.item-details {
    border: 4px solid #ed1c24;
  }

  .heading_block.blog .blog.text_small img {
    display: none;
  }

  .heading_block.blog .blog.text_small .hide_mobile.hide_tablet {
    display: none;
  }

  body.home .eight.columns #what_we_do .title1::after,
  #what_we_do .title2::after,
  #what_we_do .title3::after {
    top: 88%;
  }
}

/*--- tablet ---*/
/*@media only screen and (max-width: 1300px) {*/
@media only screen and (max-width: 1023px) {
  /*@media only screen and (max-width: 959px) {*/
  /************** Font sizes **************/
  /* .featured-items .item-listing h3, */
  body.home .eight.columns .content_box button.btn_grey,
  body.home #content-section-3 #agenda_tab .btn_wrapper .btn_grey,
  body.home #blog-sidebar .gdlr-standard-style::after,
  body.home #main_bottom .gdlr-standard-style::after,
  body.home a.home_blog_readmmore,
  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title {
    font-size: 0.75em;
  }

  body,
  .gdlr-header-substitute
    .gdlr-header-search
    .gdl-search-form
    input[type="text"],
  .backtotop a,
  body.home #content-section-3 #agenda_tab .tab-content-wrapper,
  .footer-wrapper #footer-widget-1 .textwidget a button.btn_footer,
  .footer-wrapper .footer-column.three.columns,
  .footer-wrapper #footer-widget-1 p,
  .footer-wrapper .copyright-wrapper,
  #left_menu_holder,
  .menu a,
  .container .gdlr-content-item,
  .blog-item-holder .gdlr-blog-content,
  button.btn,
  .blog-item-holder .gdlr-blog-content a {
    font-size: 0.75em;
  }

  .container h1,
  .container h2,
  .container h3,
  .container h4,
  .container h5,
  .container h6,
  ul#menu-footer_1.menu li::before,
  ul#menu-footer_2.menu li::before,
  body.home
    #content-section-3
    #agenda_tab
    .tab-content-wrapper
    .tab_wrapper
    .tab_content,
  #member > div,
  .blog-item-holder header.post-header h3.gdlr-blog-title,
  #norrag-blog .gdlr-blog-title a,
  body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {
    font-size: 1em;
  }

  .hide_desktop {
    display: block;
  }

  .hide_tablet {
    display: none;
  }

  .gdlr-icon.icon-print,
  .gdlr-icon.icon-share-alt {
    display: none;
  }

  /************** Header and Navigation styles **************/
  .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    padding: 22px 8px 25px;
  }

  .gdlr-navigation-substitute {
    height: auto;
    position: inherit;
    z-index: 0;
    border-top: 10px solid #ee1c25;
  }

  .gdlr-navigation-substitute .gdlr-navigation-wrapper {
    position: inherit;
  }

  .gdlr-navigation-substitute #gdlr-main-navigation {
    display: block;
  }

  .gdlr-navigation-substitute #gdlr-main-navigation #menu-main-menu {
    display: none;
  }

  .gdlr-navigation-substitute #gdlr-main-navigation .top-social-wrapper {
    margin-top: 0;
    position: inherit;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .gdlr-navigation-substitute
    #gdlr-main-navigation
    .gdlr-navigation-substitute
    #gdlr-main-navigation
    .top-social-wrapper {
    max-width: 18px;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation {
    display: block;
    height: 0;
    position: static;
    float: none;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation .dl-trigger {
    position: absolute;
    z-index: 1;
    top: -55px !important;
    margin-top: 0 !important;
    left: 7px;
    background: transparent;
    width: 40px;
  }

  #gdlr-responsive-navigation.dl-menuwrapper button:hover,
  #gdlr-responsive-navigation.dl-menuwrapper button.dl-active {
    background-color: transparent !important;
  }

  .gdlr-header-substitute .dl-menuwrapper li.current_page_item a {
    border: 0;
    color: #ed1c24;
    font-weight: bold !important;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation .dl-trigger:after {
    background: #000;
    box-shadow: 0 8px 0 #000, 0 16px 0 #000;
    width: 100%;
  }

  .gdlr-header-substitute .gdlr-logo {
    max-width: none;
    width: 100%;
    padding: 20px 0;
    float: none !important;
  }

  .gdlr-header-substitute .gdlr-logo img {
    width: 100%;
  }

  .gdlr-header-substitute .gdlr-logo {
    margin: 0;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu {
    top: -15px;
    margin: 0;
    width: 100%;
    background: #ebebeb !important;
    z-index: 1;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu li {
    text-align: left;
    background: #fff;
    padding: 2%;
    margin: 2%;
    border-left: 4px solid #c6c6c6;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu li.current-menu-item {
    border-left-color: #ed1c24;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu li a {
    color: #2b2b2b;
    text-transform: uppercase;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu li.current-menu-item a {
    color: #ed1c24;
  }

  .gdlr-header-substitute .gdlr-logo-right-text.gdlr-align-left {
    display: none;
  }

  .gdlr-header-substitute .gdlr-header-search {
    margin: 0 0 2%;
    width: 100%;
  }

  .gdlr-header-substitute .gdlr-header-search .gdl-search-form {
    padding: 0;
  }

  .gdlr-header-substitute
    .gdlr-header-search
    .gdl-search-form
    input[type="text"] {
    width: 92%;
    padding: 4%;
  }

  .page-id-4169 .gdlr-header-substitute .gdlr-header-search,
  .page-id-1631 .gdlr-header-substitute .gdlr-header-search {
    margin-bottom: 7%;
  }

  /************** Header and Navigation styles **************/
  /************** Homepage Slider styles **************/
  body.home .featured-content-container {
    display: block;
  }

  body.home .featured-content-container .featured-content {
    width: auto;
  }

  body.home
    .featured-content-container
    .featured-content
    .featured-content-text {
    display: none;
  }

  body.home .featured-content-container .featured-content .featured-pagination {
    padding: 3% 5%;
  }

  body.home .featured-content-container .featured-items {
    min-height: 160px;
    max-width: none;
    width: 100%;
    padding: 2% 0;
    margin-left: 0;
  }

  body.home
    .featured-content-container
    .featured-items
    .featured-item
    .thumbnail {
    display: none;
  }

  body.home .featured-content-container .featured-items .item-listing {
    display: none;
    height: auto;
  }

  body.home .featured-content-container .featured-items .item-listing.active {
    display: block;
  }

  body.home
    .featured-content-container
    .featured-items
    .item-listing.active
    .featured-item-details.item-details {
    border: 0;
  }

  body.home .featured-content-container .featured-items .grey-link {
    display: inline-block;
    color: #fff;
    background: #7e7e7e;
    padding: 2% 4%;
    margin-top: 4%;
  }

  body.home .featured-content-container .featured-items .home_post_details {
    display: block;
    padding: 12px 20px;
  }

  body.home .featured-content-container .featured-items .home_post_details div {
    width: 49%;
    display: inline-block;
  }

  body.home
    .featured-content-container
    .featured-items
    .home_post_details
    .red_title {
    color: #ee1c25;
  }

  body.home
    .featured-content-container
    .featured-items
    .home_post_details
    .author {
    text-align: right;
  }

  /************** Homepage Slider styles **************/
  body .container {
    max-width: none !important;
  }

  #content-section-2 button.btn_margin {
    margin-top: 10px !important;
    width: 100%;
  }

  .heading_block.blog .blog.text_small img {
    margin-left: 10px;
    width: 35%;
    display: inline;
  }

  #content-section-4
    .four.columns:first-child
    .blog.heading_block.blog
    .blog.text_small
    img {
    display: none;
  }

  .heading_block.blog h1.heading_main,
  .heading_block.blog .blog.text_small,
  .heading_block.blog img.icon_arrow {
    text-transform: capitalize;
  }

  body.home .eight.columns {
    width: 100%;
  }

  body.home .four.columns {
    width: 100%;
  }

  body.home .eight.columns .content_box button.btn_grey {
    text-transform: capitalize;
    font-weight: bold;
    padding: 2% 4%;
  }

  body.home .eight.columns #what_we_do .wwd1 {
    width: 31%;
  }

  body.home .eight.columns #what_we_do .wwd1 img {
    width: 100%;
  }

  body.home .eight.columns #what_we_do .title1::after,
  #what_we_do .title2::after,
  #what_we_do .title3::after {
    top: 90%;
  }

  body.home .eight.columns #what_we_do .title1::after {
    left: 26%;
  }

  body.home .eight.columns #what_we_do .title2::after {
    left: 60%;
  }

  body.home .eight.columns #what_we_do .title3::after {
    left: 93%;
  }

  body.home #blog-sidebar .gdlr-standard-style::after,
  body.home #main_bottom .gdlr-standard-style::after {
    display: none;
  }

  a.home_blog_readmmore {
    display: none;
  }

  body.home a.home_blog_readmmore {
    display: block;
    background: #7e7e7e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 1% 2%;
    margin: 5px 0;
    order: 3;
    width: 15%;
  }

  body.home #content-section-2 {
    margin-top: 0px;
  }

  body.home #content-section-2 .four.columns {
    margin-top: 30px;
  }

  body.home #content-section-2 .eight.columns .gdlr-content-item:nth-child(2) {
    margin-bottom: 40px !important;
  }

  body.home #content-section-3 #agenda_tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper {
    display: block;
    width: 50%; /*width:35%;*/
    background: #fff;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title {
    float: none;
    border: none;
    line-height: normal; /*padding:40px 20px; border-bottom:1px solid #1e1e1e;*/
    border: none;
    background: #fff;
    padding: 0;
  }

  body.home
    #content-section-3
    #agenda_tab
    .tab-title-wrapper
    .tab-title.active {
    /*border:2px solid #ee1c25;*/
    border: none;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {
    width: 100%;
    margin: 5% auto 0;
    padding: 20px;
    font-family: "Titillium Web";
  }

  body.home
    #content-section-3
    #agenda_tab
    .tab-title-wrapper
    button.btn_tab:after {
    content: "";
  }

  body.home
    #content-section-3
    #agenda_tab
    .tab-title-wrapper
    .tab-title
    img.imgresizer {
    display: block !important;
    width: 100%;
    max-width: 318px;
    margin-bottom: 5%;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title span {
    position: absolute;
    width: 45%;
    margin: -20% 0 0 -20%;
    line-height: 14px;
  }

  body.home #content-section-3 #agenda_tab .tab-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    width: 50%; /*width:65%;*/
  }

  body.home #content-section-3 #agenda_tab .tab-content-wrapper .tab_img {
    /*display:none;*/
    width: 100%;
    max-width: 318px;
    float: right;
    line-height: 1px;
  }

  body.home #content-section-3 #agenda_tab .tab-content-wrapper .tab_img img {
    width: 100%;
    max-width: 318px;
    margin: 0;
    margin-bottom: 5%;
  }

  body.home #content-section-3 #agenda_tab .tab-content-wrapper .tab_wrapper {
    /**/
    display: block;
  }

  body.home
    #content-section-3
    #agenda_tab
    .tab-content-wrapper
    .tab_wrapper
    .tab_content {
    width: 100%;
    padding: 20px 20px 0px;
    display: none;
  }

  body.home #content-section-3 #agenda_tab .btn_wrapper {
    display: block;
  }

  body.home #content-section-3 #agenda_tab .btn_wrapper .btn_grey {
    display: block;
    padding: 2% 8% 2% 4%;
    font-weight: bold;
    text-transform: capitalize;
  }

  body.home #content-section-3 .gdlr-color-wrapper {
    padding-bottom: 40px !important;
  }

  body.home
    #content-section-3
    .gdlr-tab-item.horizontal
    > .tab-content-wrapper
    .tab-content {
    display: block !important;
    max-height: 228px;
  }

  body.home #content-section-4 #events-header {
    margin-top: 50px;
  }

  body.home #content-section-4 #events-filler {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  body.home #content-section-4 #events .gdlr-isotope .twelve.columns {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  body.home #content-section-4 #partner-news {
    margin-top: 50px;
  }

  body.home #content-section-4 #blog_sidebar .gdlr-isotope .twelve.columns {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /************** Footer styles **************/
  .backtotop {
    padding: 2% 4% 2% 2%;
    background: #d4d4d4;
    color: #2b2b2b;
    text-align: right;
    margin-top: -1px;
  }

  .backtotop a {
    color: #2b2b2b;
  }

  .footer-wrapper .footer_logo img {
    width: 100%;
  }

  .footer-wrapper .footer-column.three.columns {
    width: 100%;
  }

  .footer-wrapper #footer-widget-4 img {
    width: 65%;
  }

  .footer-wrapper #footer-widget-1 .textwidget a {
    display: block;
  }

  .footer-wrapper #footer-widget-1 .textwidget a button.btn_footer {
    width: 100%;
    padding: 25px;
  }

  .footer-wrapper .widget.gdlr-widget {
    margin-bottom: 30px;
  }

  .footer-wrapper #nav_menu-5 {
    margin-bottom: 0;
  }

  .footer-wrapper #nav_menu-5 #menu-footer_1 {
    margin-bottom: 0;
  }

  .footer-wrapper #nav_menu-5 #menu-footer_1 li:last-child {
    margin-bottom: -2px;
  }

  .logos {
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    height: 165px;
    white-space: nowrap;
  }

  .logos img.logo {
    max-height: 150px;
  }

  #content-section-5 .container .gdlr-item h1 {
    margin-top: 70px;
  }

  #content-section-5 .gdlr-color-wrapper {
    padding-top: 0;
  }

  .logos div {
    display: inline-block;
    margin: 0 2%;
  }

  .logo-scroller {
    margin-top: -42px;
    padding: 0 5px;
  }

  .logo-scroller.second {
    margin-bottom: 30px;
  }

  .logo-scroller .fa-chevron-left {
    float: left;
  }

  .logo-scroller .fa-chevron-right {
    float: right;
  }

  .logos::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  .logos::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  }

  ul#menu-footer_1.menu li,
  ul#menu-footer_2.menu li {
    padding: 0;
    margin: 0;
  }

  ul#menu-footer_1.menu li a,
  ul#menu-footer_2.menu li a {
    padding: 10px;
    display: block;
  }

  ul#menu-footer_1.menu li::before,
  ul#menu-footer_2.menu li::before {
    margin-top: 10px;
  }

  ul#menu-footer_1.menu li:first-child,
  ul#menu-footer_2.menu li:first-child {
    padding-top: 0;
  }

  /************** Blog styles **************/
  body.page-template-default .with-sidebar-content,
  body.post-template-default .with-sidebar-content,
  body.archive .with-sidebar-content,
  body.search .with-sidebar-content {
    width: 100%;
    float: none;
    margin-top: 14%;
  }

  body.page-template-default .gdlr-item-start-content {
    margin-top: 3%;
  }

  body.search .with-sidebar-content {
    margin-top: 7%;
  }

  body.page-template-default .with-sidebar-content .heading_icons,
  body.post-template-default .with-sidebar-content #content-section-1,
  body.archive .with-sidebar-content #content-section-1,
  body.search .with-sidebar-content #content-section-1 {
    display: none;
  }

  .section-container {
    padding-top: 0;
  }

  body.page-template-default .gdlr-left-sidebar,
  body.post-template-default .gdlr-left-sidebar,
  body.archive .gdlr-left-sidebar,
  body.search .gdlr-left-sidebar {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
  }

  body.page-template-default #left_menu_holder,
  body.post-template-default #left_menu_holder,
  body.archive #left_menu_holder,
  body.search #left_menu_holder {
    margin-bottom: 17px;
    color: #494949;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  #left_menu_holder i.fa {
    margin-top: 2px;
  }

  #left_menu_holder .left_item {
    padding: 4%;
    margin: 3px 15px 9px;
    border: 0px solid #c6c6c6;
    background: #fff;
  }

  #left_menu_toggle {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }

  #left_menu_toggle .left_item_title {
    float: left;
  }

  #left_menu_toggle i.fa {
    float: right;
  }

  #left_archive_toggle {
    text-align: right;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }

  #left_archive_toggle i.fa {
    float: left;
  }

  #left_archive_toggle .left_item_title {
    float: right;
  }

  body.page-template-default .sidebar-left-item .widget.widget_nav_menu,
  body.post-template-default .sidebar-left-item .widget.widget_nav_menu,
  body.archive .sidebar-left-item .widget.widget_nav_menu,
  body.search .sidebar-left-item .widget.widget_nav_menu,
  body.page-template-default .right_subnav_holder,
  body.post-template-default .right_subnav_holder,
  body.archive .right_subnav_holder,
  body.search .right_subnav_holder {
    display: none;
    border: 1px solid #c6c6c6;
    background: #ebebeb; /*padding:2% !important;*/
    /*margin-top: -20px;*/
  }

  .AjaxSearchLiteWidget,
  .widget_widget_tptn_pop {
    display: none;
  }

  #archives-4,
  #norrag_months_widget-2,
  #norrag_months_widget-3,
  #archives-7 {
    border-top: 0 !important;
  }

  #taxonomy_dropdown_widget-2,
  #taxonomy_dropdown_widget-3 {
    border-bottom: 0 !important;
  }

  /* About us page */
  body.page-template-default.page-id-1631 .with-sidebar-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }

  body.page-template-default.page-id-1631 #left_menu_holder {
    display: none;
  }

  body.page-template-default.page-id-1631 .gdlr-left-sidebar {
    position: initial;
  }

  .page-id-1631 .with-sidebar-content {
    margin-top: 0 !important;
  }

  .page-id-1631 form input {
    background: #c6c6c6;
  }

  /************** Blog styles **************/
  /* FIx tabs */
  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title span {
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    position: relative;
  }

  body.home #content-section-3 #agenda_tab {
    display: block;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper {
    width: 100%;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {
    width: auto;
    margin: 15px 0 10px 0;
    padding: 10px 20px;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title,
  body.home
    #content-section-3
    #agenda_tab
    .tab-title-wrapper
    .tab-title.active {
    float: none;
    border: none;
    line-height: normal;
    background: #fff;
    padding: 15px 25px;
    font-size: 18px;
    /*font-size: 20px !important;*/
    text-align: left;
    border-bottom: 4px solid #ebebeb;
    font-weight: bold;
    color: #545454;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {
    padding: 10px 20px;
    margin: 5px 0;
    font-size: 15px;
    font-weight: bold;
    width: 155px;
  }

  /**/
  .tab_img {
    display: none !important;
  }
}

/* NEW JAC BLOG STYLE */

#option-b .gdlr-standard-style:after {
  display: block;
  content: "";
  clear: both;
}

#option-b .gdlr-standard-style,
#no-thumb .gdlr-standard-style {
  padding: 2rem;
  background-color: #ebebeb;
}

#option-b header.post-header {
  width: 100%;
  float: left;
  margin-right: 30px;
}

#option-b .gdlr-blog-content {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
}

#option-b .blog_cat_meta {
  float: left;
}

#option-b h3.gdlr-blog-title {
  font-size: 22px;
}

#option-b .blog-info.blog-tag,
#no-thumb .blog-info.blog-tag {
  padding: 1rem 0;
}

#option-b .gdlr-blog-medium .gdlr-blog-thumbnail img {
  display: block;
  margin: 0px auto;
  /*min-height: 190px;*/
}

#option-b .gdlr-blog-medium .excerpt-read-more {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  background-color: #ed1c24;
  color: #fff;
  padding: 0.75rem 1.5rem;
}

#no-thumb .gdlr-item.gdlr-blog-medium {
  background: #ebebeb;
  padding: 2rem;
}

#no-thumb .gdlr-blog-medium .excerpt-read-more {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  background-color: #ed1c24;
  color: #fff;
  padding: 0.75rem 1.5rem;
}

#no-thumb .gdlr-blog-content {
  width: 100%;
  /*float: left;*/
  font-size: 16px;
  margin-bottom: 0;
}

#no-thumb .gdlr-blog-content a.excerpt-read-more {
  display: none;
}

#no-thumb .gdlr-blog-thumbnail {
  display: none;
}

.gdlr-blog-grid .format-standard .excerpt-read-more {
  display: none;
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {
  html {
    margin: 0;
  }

  .hide_mobile {
    display: none;
  }

  /************** Header and Navigation styles **************/
  .gdlr-header-substitute .gdlr-logo {
    padding: 15px 0;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation .dl-trigger {
    top: -52px !important;
  }

  #left_menu_holder .left_item {
    padding: 3% 3% 3% 4%;
  }

  #left_archive_toggle {
    padding-right: 4% !important;
  }

  /************** Header and Navigation styles **************/
  body.home .featured-content-container {
    margin-top: 15px;
  }

  body.home .eight.columns .content_box button.btn_grey {
    padding: 2% 4%;
    font-family: "Titillium Web";
  }

  body.home .eight.columns #what_we_do .wwd {
    display: block;
  }

  body.home .eight.columns #what_we_do .wwd1 {
    overflow: hidden;
  }

  body.home .eight.columns #what_we_do .wwd1 {
    width: 100%;
  }

  body.home .eight.columns #what_we_do .wwd1 div:first-child {
    float: right;
    width: 50%;
  }

  body.home .eight.columns #what_we_do .wwd_title {
    float: left;
    width: 50%;
    text-align: center;
    display: block;
    padding: 20px 0 0;
  }

  body.home .eight.columns #what_we_do .wwd_title .gdlr-blog-title {
    display: block;
  }

  body.home .eight.columns #what_we_do .wwd_title .gdlr-blog-title a {
    display: block;
    width: 100%;
  }

  body.home #what_we_do .title1::after,
  body.home #what_we_do .title2::after,
  body.home #what_we_do .title3::after {
    display: none;
  }

  body.home #what_we_do .title1 .read_more_block,
  body.home #what_we_do .title2 .read_more_block,
  body.home #what_we_do .title3 .read_more_block {
    display: block;
    background: #7e7e7e;
    color: #fff;
    width: 70%;
    padding: 20px;
    margin: 30px auto 0;
  }

  /*body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title span {width:40%; margin-top:-30%;}*/
  /*body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {}*/
  body.home a.home_blog_readmmore {
    width: 25%;
    padding: 2% 4%;
  }

  body.home #content-section-2 #blog-sidebar .gdlr-blog-grid .gdlr-blog-title {
    margin-top: 15px;
  }

  body.home #content-section-4 #member .notification-content {
    padding: 0 20px;
  }

  body.home #content-section-4 #member .gdlr-shortcode-wrapper {
    margin-top: 30px;
  }

  body.home #content-section-4 #member button {
    width: 100%;
    margin-top: 2%;
    padding: 25px;
    margin-bottom: 30px;
  }

  /************** Blog styles **************/
  body.page-template-default .with-sidebar-content,
  body.post-template-default .with-sidebar-content,
  body.archive .with-sidebar-content,
  body.search .with-sidebar-content {
    margin-top: 12%;
  }

  body.search .with-sidebar-content {
    margin-top: 3%;
  }

  /************** Blog styles **************/
}

@media only screen and (max-width: 419px) {
  /************** Font sizes **************/
  .gdlr-standard-style .gdlr-single-blog-tag a,
  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title {
    font-size: 12px;
    /*font-size: 0.5em;*/
  }

  body.home #what_we_do .title1 .read_more_block, body.home #what_we_do .title2 .read_more_block, body.home #what_we_do .title3 .read_more_block,
        /*body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title,*/
    body.home .eight.columns #what_we_do .wwd_title .gdlr-blog-title,
    body.home .featured-content-container .featured-items .home_post_details, .gdlr-left-sidebar .sidebar-left-item, .gdlr-header-substitute .dl-menuwrapper li a {
    font-size: inherit;
    /*font-size: 0.75em;*/
  }

  body.home #content-section-3 #agenda_tab .btn_wrapper .btn_grey {
    font-size: 1em;
  }

  /************** Font sizes **************/
  .gdlr-header-substitute .gdlr-logo {
    padding: 10px 0;
  }

  .gdlr-header-substitute
    .gdlr-header-search
    .gdl-search-form
    input[type="text"] {
    width: 87%;
    padding: 10px 21px;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation .dl-trigger {
    width: 28px;
    top: -43px !important;
  }

  .gdlr-header-substitute #gdlr-responsive-navigation .dl-trigger:after {
    box-shadow: 0 5px 0 #000, 0 10px 0 #000;
    height: 2px;
  }

  .gdlr-header-substitute .dl-menuwrapper .dl-menu {
    top: -8px;
  }

  body.home .featured-content-container .featured-items .home_post_details div {
    width: 100%;
  }

  body.home
    .featured-content-container
    .featured-items
    .home_post_details
    .author {
    text-align: left;
  }

  #what_we_do h3.gdlr-blog-title {
    height: auto;
  }

  body.home #what_we_do .title1 .read_more_block,
  body.home #what_we_do .title2 .read_more_block,
  body.home #what_we_do .title3 .read_more_block {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 2% 4%;
  }

  body.home #what_we_do .wwd_title p {
    margin: 0;
  }

  body.home #blog-sidebar .gdlr-standard-style::after,
  body.home #main_bottom .gdlr-standard-style::after {
    margin-top: 15px;
    padding: 18px;
  }

  body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title {
    word-wrap: normal; /*padding:90px 5px;*/
  }

  /*body.home #content-section-3 #agenda_tab .tab-title-wrapper .tab-title span {*/
  /*margin-top: -30%;*/
  /*}*/
  body.home #content-section-3 #agenda_tab .tab-title-wrapper button.btn_tab {
    margin-top: 5%;
    width: auto;
    padding: 4%;
  }

  body.home #main_bottom .gdlr-standard-style {
    padding-right: 25px;
  }

  body.home #blog-sidebar .gdlr-standard-style {
    padding-left: 25px;
  }

  body.home a.home_blog_readmmore {
    width: 50%;
  }

  .gdlr-header-substitute .dl-menuwrapper li a {
    line-height: normal;
  }

  body.home
    #content-section-3
    #agenda_tab
    .tab-content-wrapper
    .tab_wrapper
    .tab_content {
    padding: 20px 30px 0;
  }

  #events-filler {
    height: 130px;
  }

  select[name="archive-dropdown"],
  select[name="taxonomy_dropdown_widget_dropdown_2"],
  select[name="taxonomy_dropdown_widget_dropdown_3"] {
    width: 80% !important;
  }

  .gdlr-standard-style .blog_cat_meta .blog_cat_readmore {
    /*display: none;*/
  }

  .gdlr-single-blog-tag a {
    display: inline-block;
    padding: 5px;
  }

  body.home #content-section-3 #agenda_tab .btn_wrapper .btn_grey {
    padding: 4% 22% 4% 8%;
  }

  .logo-scroller {
    margin-top: -35px;
  }

  /************** Blog styles **************/
  body.page-template-default .with-sidebar-content,
  body.post-template-default .with-sidebar-content,
  body.archive .with-sidebar-content,
  body.search .with-sidebar-content {
    margin-top: 16%;
  }

  body.search .with-sidebar-content {
    margin-top: 0%;
  }

  #left_menu_holder .left_item {
    padding: 3% 3% 3% 6%;
  }

  #left_archive_toggle {
    padding-right: 6% !important;
  }

  #option-b .gdlr-item.gdlr-blog-medium {
    margin-bottom: 26px;
  }

  #option-b .gdlr-blog-medium .gdlr-blog-thumbnail img {
    min-height: auto;
  }

  #about_static .gdlr-item.gdlr-content-item,
  #about_static .blog-item-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  /************** Blog styles **************/
}

.personnel-item {
  text-align: center;
}

.hidden {
  display: none;
}

body.home
  .featured-content-container
  .featured-item
  .featured-item-details
  h3
  a {
  display: block;
  /*max-height: 105px;*/
  overflow: hidden;
}

body.home
  .featured-content-container
  .featured-item
  .featured-item-details
  h3
  a,
.black-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.line-clamp::after {
  /*content: "...";*/
  /*position: absolute;*/
  /*display: inline-block;*/
  /*bottom: 0;*/
}

.is-webkit .line-clamp::after {
  display: none;
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
}

.cookie-notice .btn {
  margin: 0 15px;
}

.text-center {
  text-align: center;
}

/* Events */
.event-listing {
  margin: 0 0 4px 0;
}

.event-listing .gdlr-standard-style {
  min-height: 0 !important;
}

.event-listing .blog-author:after /*, .event-listing .gdlr-standard-style::after, .event-listing .gdlr-standard-style::after*/ {
  content: "" !important;
  display: none !important;
}

.event-listing .blog-info {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.past-event .blog-date {
  background-color: #c2c2c2 !important;
}

#homepage-highlights {
  padding: 27px 27px 27px 20px;
}

#homepage-highlights ul,
#homepage-highlights li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#homepage-highlights {
  margin-bottom: 60px;
}

#homepage-highlights a {
  color: #7e7e7e;
}

#homepage-highlights a:hover {
  color: #ed1c24;
}

#homepage-highlights li {
  padding: 0 5px 0 14px;
  position: relative;
  line-height: 1.7;
}

#homepage-highlights li:before {
  content: " ";
  max-height: 21px;
  position: absolute;
  width: 5px;
  top: 14px;
  left: 0;
  color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed1c24;
  height: 5px;
  border-radius: 5px;
}

#homepage-highlights li:first-child {
  padding-left: 0;
  border-left: 0;
}

#homepage-highlights li:first-child:before {
  content: "";
  display: none;
}

/* SUBSCRIBE WIUDGET */

#blog_subscription-2 h3 {
  margin-top: 60px;
}

#subscribe-submit button {
  border: 0;
  display: inline-block;
  padding: 14px 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#subscribe-submit button:hover {
  background-color: #ef3733;
  color: #eeeeee;
  cursor: pointer;
}

body .jetpack_subscription_widget form #subscribe-email,
body .widget_text form #subscribe-email {
  flex: 0 0 69%;
}

body .widget_text form #subscribe-email input {
  padding: 13px 15px 14px;
}

.gdlr-blog-thumbnail img {
  width: 100% !important;
}

.gdlr-blog-thumbnail > a > img {
  width: 100% !important;
}

.gdlr-social-share {
  display: flex;
  flex-direction: row;
  flex: 0 auto;
}

.social-share-title {
  order: 0;
}
.gdlr-social-share a[href*="twitter"] {
  order: 1;
}
.gdlr-social-share a[href*="facebook"] {
  order: 2;
}
.gdlr-social-share a[href*="linkedin"] {
  order: 3;
}
.gdlr-social-share a[href*="reddit"] {
  order: 4;
}
.gdlr-social-share a[href*="pinterest"] {
  order: 5;
}
.gdlr-social-share a[href*="google.com"] {
  order: 6;
}
.gdlr-social-share a[href*="stumbleupon.com"] {
  order: 7;
}

body .is-norrag-search .malinky-load-more,
body .is-norrag-search .malinky-ajax-pagination-loading {
  display: none !important;
}

.norrag-search-results-count {
}

.search-results .gdlr-blog-content,
.search-no-results .gdlr-blog-content {
    padding: 0 30px 30px;
}

.search-results .gdlr-item-start-content,
.search-no-results .gdlr-item-start-content {
padding-top: 0

}

