/* Support #61053 - Change layout of footer widgets */

	.footer-widgets .widgettitle { margin: 0; }
	.footer-widgets .gform_widget #gform_wrapper_27 { margin: 0; }
	.footer-widgets .gform_widget #gform_wrapper_27 .gform_body {
		float: left;
      	width: 78%;
	}
	.footer-widgets .gform_widget #gform_wrapper_27 .gform_footer {
		float: left;
		width: 22%;
		clear: none;
	}
	.footer-widgets .gform_widget #gform_wrapper_27 .gfield_label { display: none; }
	/*.footer-widgets .simple-social-icons ul li a {font-size: 15px;padding: 15px !important;}*/

/* Support #61213 - Prevent theme from centering text on mobile */

	@media only screen and (max-width: 800px) {
		.post { text-align: left; }
	}

/* Support #62046 - Blog page excerpt length */

	@media only screen and (min-width: 800px) {
		.bi_archive_articles_listing_item {
    		width: 47%;
			display: inline-flex;
		    margin-right: 15px;
		}
	    .bi_archive_articles_listing_item .entry { margin-bottom: 0; }
		.blog .bi_global_class_archive_header_start { padding-top: 30px; }
		.blog .sidebar { margin-top: 1.75%; }
	    .archive-pagination.pagination { margin-top: 5%; }
  		.bi_archive_articles_listing_item .entry-content h2 { font-size: 20px; }
		img.attachment-front-page-featured.size-front-page-featured.wp-post-image.lazyloaded { height: 255px; }
	}

	a.more-link { font-size: 16px; }

/* Support #62816 - Style footer form for mobile responsiveness */

	@media (max-width:750px){
    	section#gform_widget-2 { margin-top: 20px; }

	    .ginput_container input, .ginput_container {
	        margin-left:
        	width: 25em !important;
    	}
	    .footer-widgets .gform_widget #gform_wrapper_27 .gform_body { margin-left: .5em; }
    	.footer-widgets .gform_widget #gform_wrapper_27 .gform_footer { width: 60%; }
	}

/* Support #69021 - Hide "intern" category/sub-category display on posts */

	.bi_header_singular_meta a[href*="category/intern"] { display: none; }

/* Support #69341 - Blog page text layout */

	.single .entry-content {
		font-size: 1.2em;
    		max-width: 850px;
	}

	.fl-row-content-wrap {
		margin: 0;
	    	padding: 0;
	}

/* Support #78131 - Change h3-h6 Font */

	h3 {
		font-family: 'Roboto', sans-serif !important;
		line-height: 1.5em;
		font-size: 2.5rem;
	}
	h4, h5, h6 { font-family: 'Roboto', sans-serif !important; }

/* Support #79583 & #88192 - Remove header/footer from Impulse & 1,2,3 Go pages */

	.page-id-4478 .site-header,
	.page-id-4478 .footer-widgets,
	.page-id-4478 .site-footer,
	.page-id-4977 .site-header,
	.page-id-4977 .footer-widgets,
	.page-id-4977 .site-footer,
	.page-id-5034 .site-header,
	.page-id-5034 .footer-widgets,
	.page-id-5034 .site-footer,
	.page-id-5045 .site-header,
	.page-id-5045 .footer-widgets,
	.page-id-5045 .site-footer { display: none; }
	.page-id-4478 .site-inner,
	.page-id-4977 .site-inner,
	.page-id-5034 .site-inner,
	.page-id-5045 .site-inner { margin-top: 0; }

/* Support #81574 - Single blog post header style */

	.bi_header_wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 400px;
		padding: 0;
	}

/* Support #87430 - Consistent height of testimonials wrapper on Programmes pages (English & French) */

	.page-id-4881 .fl-testimonials-wrap .bx-viewport,
	.page-id-4476 .fl-testimonials-wrap .bx-viewport { min-height: 96px; }

/* Support #90452 - multilingual page*/

	.wpml-ls-legacy-dropdown a { border: none; }
	.page-menu-language li {display: inline-block;list-style: none;margin-left: 0.3em;}
	.wpml-ls-statics-shortcode_actions ul li.wpml-ls-item, .wpml-ls-statics-shortcode_actions ul { list-style: none; }
	.wpml-ls-statics-shortcode_actions ul { margin-left: 0px; }
	.menu-item-language { display: inherit; }
	.menu-item-language ul.sub-menu, .wpml-ls-statics-shortcode_actions ul ul.wpml-ls-sub-menu { display: none; }
	.menu-item-language:hover ul.sub-menu, .wpml-ls-statics-shortcode_actions ul:hover ul.wpml-ls-sub-menu {display: inherit;}

/* Support #91350 - Fix hover margin on WPML flag menu */

	.menu-item-language:hover > .sub-menu li { margin: 0; }

/* Support #112102 - Remove top menu from https://nyuko.lu/fr/123-go-2018 */

	.page-id-5232 .site-header .menu > li:not(:last-child),
	.page-id-5228 .site-header .menu > li:not(:last-child),
	.page-id-5234 .site-header .menu > li:not(:last-child),
	.page-id-5232 .header-image .title-area{
		display: none;
	}

/* Support #116129 - Decrease logo by 25% */

.header-image .site-title > a{
	width:225px;
}

/* Support #119763 - Footer form styling */

    .footer-widgets .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .footer-widgets .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .footer-widgets .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
        margin-top: 0;
        margin-right: 10px;
    }

    .footer-widgets .gform_wrapper .gfield_checkbox li label, .footer-widgets .gform_wrapper .gfield_radio li label { font-size: 12px; }

/* Support #135867 - Fix Flags Layout Mishap */

.bi_genesis_nav_menu_third ul > li.menu-item-language:hover ul.sub-menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}


/* Support #168856 Footer Form */

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	   background: url("https://nyuko.lu/wp-content/uploads/2019/07/submit-e1564422411784.png") no-repeat;
	   background-size: contain;
	   background-color: transparent !important;
	   border: unset !important;
	   border-radius: unset;
	   margin: 1px !important;
	   font-size: 0 !important;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	    width: 5%;
	}


	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	    border-radius: 0;
	    margin: 1px;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {padding-bottom: 0;}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	    width: 80%;
	}

	.widget_mailerlite_widget .ml-form-embedContent {
	    width: 20%;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    display: flex;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, .widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	    line-height: 2;
	    font-weight: 700;
	    font-size: 1.25em;
	    text-transform: uppercase !important;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
	    margin-top: 20px;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    padding: unset;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	    border: unset;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	    width: 80% !important;
	}



	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	   background: url("https://nyuko.lu/wp-content/uploads/2019/07/submit-e1564422411784.png") no-repeat;
	   background-size: contain;
	   background-color: transparent !important;
	   border: unset !important;
	   border-radius: unset;
	   margin: 1px !important;
	   font-size: 0 !important;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	    width: 5%;
	}


	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	    border-radius: 0;
	    margin: 1px;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {padding-bottom: 0;}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	    width: 80%;
	}

	.widget_mailerlite_widget .ml-form-embedContent {
	    width: 20%;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    display: flex;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, .widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	    line-height: 2;
	    font-weight: 700;
	    font-size: 1.25em;
	    text-transform: uppercase !important;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
	    margin-top: 20px;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    padding: unset;
	}

	.widget_mailerlite_widget #mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	    border: unset;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	    width: 80% !important;
	}


	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	   background: url("https://nyuko.lu/wp-content/uploads/2019/07/submit-e1564422411784.png") no-repeat;
	   background-size: contain;
	   background-color: transparent !important;
	   border: unset !important;
	   border-radius: unset;
	   margin: 1px !important;
	   font-size: 0 !important;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	    width: 5%;
	}


	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	    border-radius: 0;
	    margin: 1px;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {padding-bottom: 0;}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	    width: 80%;
	}

	.widget_mailerlite_widget .ml-form-embedContent {
	    width: 20%;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    display: flex;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, .widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	    line-height: 2;
	    font-weight: 700;
	    font-size: 1.25em;
	    text-transform: uppercase !important;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
	    margin-top: 20px;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    padding: unset;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	    border: unset;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	    width: 80% !important;
	}



	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	   background: url("https://nyuko.lu/wp-content/uploads/2019/07/submit-e1564422411784.png") no-repeat;
	   background-size: contain;
	   background-color: transparent !important;
	   border: unset !important;
	   border-radius: unset;
	   margin: 1px !important;
	   font-size: 0 !important;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	    width: 5%;
	}


	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	    border-radius: 0;
	    margin: 1px;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {padding-bottom: 0;}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	    width: 80%;
	}

	.widget_mailerlite_widget .ml-form-embedContent {
	    width: 20%;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    display: flex;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, .widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	    line-height: 2;
	    font-weight: 700;
	    font-size: 1.25em;
	    text-transform: uppercase !important;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.horizontal p {
	    display: unset;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
	    margin-top: 20px;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	    padding: unset;
	}

	.widget_mailerlite_widget #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	    border: unset;
	}

	.widget_mailerlite_widget .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	    width: 80% !important;
	}

	#mlb2-1756614.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p a, #mlb2-1754782.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p a {
    	color: #fff !important;
    	text-transform: unset;
    	font-size: inherit;
    	font-family: inherit;
    	font-weight: inherit;
	}

	/*Support #203319 - Change list bullets color on this page https://nyuko.lu/landing-page-impuls-draft/ */
.page-id-4478 ul li:before{
   background-color: black;
}

@media (min-width: 49em){

.page-id-4478 .nyuko-vertical .fl-icon{
    position: absolute;
    padding-top: 3% !important
}

.page-id-4478 .nyuko-vertical .fl-icon-wrap{
    max-width: 100%;
}

.page-id-4478 .nyuko-vertical .fl-icon-wrap .fl-icon-text{
    max-width: 85%;
    float: right;
}
}

@media (max-width: 48em){
    .fl-content-slider-wrapper .fl-slide .fl-slide-content{
        background-color: white !important;
    }
}


/* Support #236117 - Styles for banner on the bottom of blog page */
.blog .site-inner, .archive .site-inner { border-bottom-width: 0 !important; }
.custom-footer-banner {
	padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
	background-color: #F8F8F8 !important;
}

.custom-footer-banner .fl-builder-content {
	background-color: #F8F8F8 !important;
}
.custom-footer-banner .fl-row-content-wrap {
	margin-bottom: 0 !important;
    margin-top: 50px;
}
.custom-footer-banner .fl-slideshow-light .fl-slideshow-overlay{
	width: 19px!important;
	height: 42px!important;
	    display: block!important;
    opacity: 1!important;
	background: none !important;
}
.custom-footer-banner .fl-slideshow-image-nav-right a {
    background: url(https://nyuko.lu/wp-content/themes/digital-pro/images/arrow_right.png) center center no-repeat!important;
	width: 19px!important;
	height: 42px!important;
}
.custom-footer-banner .fl-slideshow-image-nav-right a:hover {
    background-position: center center!important;
}
.custom-footer-banner .fl-slideshow-image-nav-right .fl-slideshow-nav-buttons{
	height: 42px!important;
}
.custom-footer-banner .fl-slideshow-image-nav-left a {
    background: url(https://nyuko.lu/wp-content/themes/digital-pro/images/arrow_left.png) center center no-repeat!important;
	width: 19px!important;
	height: 42px!important;
}
.custom-footer-banner .fl-slideshow-image-nav-left a:hover {
    background-position: center center!important;
}
.custom-footer-banner .fl-slideshow-image-nav-left .fl-slideshow-nav-buttons{
	height: 42px!important;
}
@media only screen and (max-width: 768px) {
.custom-footer-banner .fl-col-small:not(.fl-col-small-full-width), .custom-footer-banner .fl-builder-content .fl-col-group-custom-width .fl-col-small {
		max-width: 100% !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 991px) {
	.custom-footer-banner .fl-col, .custom-footer-banner .fl-builder-content .fl-col {
		width: 100%!important;
	}
}

/* Support #242007 - Design impuls landing page RSS Aggregator feed */
.rss-feed-aggregator-module .wpra-grid-item__title{
	text-transform: uppercase;
  line-height: 1.4;
  font-size: 1.13em;
  margin: 0 0 12px;
}

.rss-feed-aggregator-module .wpra-grid-item__title a {
  color: #000;
}

.rss-feed-aggregator-module .wpra-grid-item--fill-image .wpra-grid-item__image {
  background-size: cover;
  margin: 0 0 20px !important;
  height: auto !important;
  padding: 0 0 100%;
}

.rss-feed-aggregator-module .wpra-grid-item__excerpt{
	font-size: 0.88em;
	line-height: 1.55;
}

.rss-feed-aggregator-module .wpra-grid-item__excerpt a{
	text-decoration: none;
	color: #23cbca;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin: 12px 0 0;
}

.rss-feed-aggregator-module .wpra-grid-item__excerpt a:hover{
	text-decoration: underline;
}
/* end Support #242007 */

/*Support 242007 - Hide Excerpt Text and only leave the Read more link for RSS feed*/
.wpra-grid-item__item.wpra-grid-item__excerpt{
    font-size: 0 !important;
    line-height: 0;
}

.wpra-grid-item__item.wpra-grid-item__excerpt a{
    font-size: 16px;
}

/*Support #247110 - Make Newsletter text Full width*/
.ml-form-embedContainer.ml-subscribe-form .ml-form-embedContent{
    width: 100%;
}

/*Support #256278 - Make logo bigger in header*/
.fl-col.impuls-logo .fl-module-content{
    margin: 0;
}
