/*
Theme Name: Marie Keating 
Theme URI: http://underscores.me/
Author: combinedmedia
Author URI: http://www.combinedmedia.ie
Description: Marie Keating Responsive Wordpress Theme
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: combinedmedia
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 combinedmedia is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> MOLLY MALONE CAMPAIGN FONTS
----------------------------------------------------------------*/

@font-face {
  font-family: 'Gilroy';
  font-style: bold;
  font-weight: bold;
  src: url('fonts/Gilroy-Bold.eot');
  src: url('fonts/Gilroy-Bold.ttf') format('truetype');
	   url('fonts/Gilroy-Bold.svg') format('svg');
	   url('fonts/Gilroy-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Gilroy';
  font-style: semi-bold;
  font-weight: 600;
  src: url('fonts/Gilroy-SemiBold.eot');
  src: url('fonts/Gilroy-SemiBold.ttf') format('truetype');
	   url('fonts/Gilroy-SemiBold.svg') format('svg');
	   url('fonts/Gilroy-SemiBold.woff') format('woff');
}

/*--------------------------------------------------------------
>>> WORDPRESS CORE IMG STYLES
----------------------------------------------------------------*/

.modal{
z-index:9999;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
	max-width:100%;
	height:auto;
	display:block;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-caption{
text-align:center;
background:#00a29b;
color:#fff;
}

/*--------------------------------------------------------------
>>> THEME SPECIFIC STYLES
----------------------------------------------------------------*/




html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*spacers */

.spacer-5 {
    clear: both;
    height: 5px;
}

.spacer-10 {
    clear: both;
    height: 10px;
}

/** equal heights **/
.item{
background:#f4f4f4;
}


/*--------------------------------------------------------------
>>> BOOTSTRAP NAV CUSTOM
----------------------------------------------------------------*/

.navbar-mk{
    background-color: #18aba1;
    border-color: #18aba1;
	/*background-color: #D665A6;*/
    /*border-color: #D665A6;*/
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:700;
        color: #fff;
     -webkit-font-smoothing: antialiased;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-bottom:0px;
    /*border-bottom:2px solid #17a99f;*/
    }
    
    .navbar{
	min-height:30px;
	}
    
   
   
   @media (max-width: 400px) {
   
   .navbar-brand{
   height:51px!important;
   }
   
   .navbar-brand>img{
   width:200px!important;
    }
    
    .navbar-toggle{
    margin-top:8px!important;
    }
    
    }
    
/** change collapse breakpoint **/
/*@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}*/
/** end breakpoint **/
    
.navbar-brand {
    float: left;
    height: 70px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0c635d;
}

.nav>li>a{
padding:10px 10px;
}

.navbar-nav {
    background: #18aba1;
	/*background:#D665A6;*/
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav>li>a{
line-height:30px;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    /*color: #555!important;
    background-color: #b8d432;*/
	color:#fff!important;
	background-color:#ab3177;
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle{
background-color:#b8d432;
margin-top:18px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#18aba1;
}

.navbar-default .navbar-toggle {
    border-color: #10988b;
}

.dropdown-menu{
background-color:#666;
}

.dropdown-menu>li>a{
color:#fff;
}

/** end navbar custom **/



body{
/*font-size:12px;
font-size:1.2rem;*/
/*background: url('https://www.mariekeating.ie/wp-content/uploads/2018/09/pink-wallpaper.png') repeat;*/
background:#fff;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    color: #666666;
/*font-size:14px;*/
/*font-size:100%;*/
}

h1, h2, h3, h4, h5{
color: #00a29b;
}

a {
    color: #16A99F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #B9D532;
}

/** form input background **/
.form-control{
background-color:#fff!important;
}

/** button style **/
.btn-mk{
background-color: #18aba1;
    border-color: #4cae4c;
    color:#fff;
}

/* Page */
#page{
background:#fff;
padding-bottom:5px;
}

.menu_block {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    height: 85px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

#primary, #secondary{
margin-top:20px;
}

/* Social Menu */

.social-menu{
background:#f4f4f4;
}

.menu-social ul, .menu-social-static ul {
    float: right;
    text-align: center;
    list-style: none; 
    margin-left:0px;
    padding-left:0px;   
}


.menu-social ul li, .menu-social-static ul li {
    position: relative;
    display:  inline-block;    
}


.menu-social-static li{
margin-right:0px;
padding-top:0px;
}

.menu-social-static li a{
color:#18aba1;
/*color:#D665A6;*/
font-size:18px;
}


#menu-social li a {
	display:     inline-block;
	width:       40px;
	height:      40px;
	text-indent: -99999em;
	/*background:  url( 'img/sprites.png' );*/
}


.menu-social li a[href*="youtube.com"] { background-image: url(img/youtube.jpg); }

.menu-social li a[href*="twitter.com"] { background-image: url(img/twitter.jpg); }



.menu-social li a[href*="facebook.com"] { background-image: url(img/facebook.jpg); }

.menu-social li a[href*="linkedin"] { background-image: url(img/linkedin.jpg); }




                    


/*--------------------------------------------------------------
>>> CUSTOM HOMEPAGE
----------------------------------------------------------------*/


.metaslider .flexslider{
margin:0px!important;
}

/** remove bottom margin from header **/
.home #masthead{
margin-bottom:0px!important;
}

.home .entry-header{
display:none;
}

.home .widget-title{
/*color:#fff;*/
font-size:20px;
font-weight:normal;
margin-bottom:0px;
text-align:center;
}



.how-we-can-help  .so-panel, .how-you-can-help  .so-panel{
margin-bottom:0px!important;
}

.how-we-can-help  h3, .how-you-can-help h3{
color:#fff;
font-size:20px;
font-weight:normal;
margin:0px;
text-align:center;
}

.how-we-can-help a{
color:#fff;
}

.home-latest-news .widget-title, .home-events .widget-title{
font-family: Bitter;
    font-weight: 400;
font-size:36px;
color:#18aba1;
	/*color:#D665A6;*/
text-align:center;
margin-bottom:20px;
margin-top:0px;
}

.home .widget_em_widget .widget-title{
margin-top:0px;
margin-bottom:20px;
}

.home-events li{
overflow:hidden;
}


/** newletter signup mailchimp **/

.mc4wp-form input[type="text"], .mc4wp-form, input[type="email"]{
margin:0px!important;
}


/*--------------------------------------------------------------
>>> HOMEPAGE NEWS SECTION STYLES
----------------------------------------------------------------*/

.home-news-section .entry-header{
display:block!important;
}


.home-news-section .entry-title{
margin-bottom:0px;
margin-top:0px;
}

.home-news-section .entry-title a{
text-decoration:none;
color:#00a29b;
font-weight:300;
    padding-bottom: 0px;
    line-height: normal;
    font-size: 18px;
}

.entry-meta, .home-news-section .entry-meta{
display:none;
}

.home-news-section .entry-content{
margin:0px;
}

.home-news-section .continue-reading{
font-weight:normal;
}

.home-news-section .continue-reading a{
font-size:14px;
}

.home-news-section hr{
margin-top:10px;
margin-bottom: 10px;
}





/*--------------------------------------------------------------
>>> NAVIGATION
----------------------------------------------------------------*/

/** responsive menu toggle **/

.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
/** end menu toggle **/

.main-navigation{
	margin-top:5px;
	margin-bottom:5px;
	background:#18aba1;
	position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-family: 'Bitter', serif;

}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
   
    font-family: 'Bitter', serif;
    display: block;
    margin: 0 0 0 0px;
    padding: 10px 20px;
	font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
   
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    top:40px;
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
    color:#fff;
    font-size:14px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
    background: #313131;
    background: hsl(0, 0%, 19%);
}
.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background: #13867e;
    color: #fff;
  
}

.main-navigation .current_page_ancestor {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.main-navigation .current_page_ancestor a{
color:#fff;
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #313131;
    background: hsl(0, 0%, 19%);
} 




/*--------------------------------------------------------------
>>> SIDEMENU NAVIGATON
----------------------------------------------------------------*/

#advanced_menu-2 .menu, #advanced_menu-3 .menu{
list-style:none;
margin:0px;
background:#fff;
padding-left:0px;
}

#advanced_menu-2 li {
/*margin-bottom:5px;
border-bottom:1px solid #eee;
border-left:5px solid #F97B00;
padding-left:10px;*/
}

#advanced_menu-2 a, #advanced_menu-3 a{
margin-bottom:5px;
border-bottom:1px solid #eee;
padding-left:10px;
font-size:14px;
}





#advanced_menu-2 li a:hover, #advanced_menu-3 li a:hover{
/*background:#eee;*/

}

#advanced_menu-2 .current-menu-item a, #advanced_menu-3 .current-menu-item a{
color:#444;
}

#advanced_menu-2 li a, #advanced_menu-3 li a{
display:block;
text-decoration:none;
}

#advanced_menu-2 .sub-menu, #advanced_menu-3 .sub-menu{
list-style:none;
margin-left:0px;
padding-left:0px;
}

#advanced_menu-2 .sub-menu li, #advanced_menu-3 .sub-menu li{
padding-left:10px;
}

#advanced_menu-2 .sub-menu li a, #advanced_menu-3 .sub-menu li a{
/*border-left:5px solid #FFCC00;*/
}





/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

.site-info{
background:#18aba1;
/*background:#D665A6;*/
padding:15px;
color:#fff;
margin:0 auto;
font-family: 'Lato', sans-serif;
font-weight:normal;
}

.site-info p{
line-height:normal;
}

.site-info ul{
list-style: none;
margin-left:0px;
padding-left:0px;
font-size:12px;
line-height:normal;
}

.site-info a{
color:#fff;
text-decoration:none;
}

.site-info .middle-block{
    border-left: 1px solid rgba(255, 255, 255, 0.26);
   /* padding-left: 10px;*/
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    /*padding-right: 10px;*/
    }


/*--------------------------------------------------------------
>>> NEWS SECTION STYLES
----------------------------------------------------------------*/

.news-section .entry-header{
display:block!important;
}


.news-section .entry-title{
margin-bottom:19px;
margin-top:0px;
}

.news-section .entry-title a{
text-decoration:none;
color:#00a29b;
font-weight:300;
    padding-bottom: 19px;
    line-height: 36px;
    font-size: 30px;
}

.entry-meta, .news-section .entry-meta{
display:none;
}

.news-section .entry-content{
margin:0px;
}

/*--------------------------------------------------------------
Index and Archive
--------------------------------------------------------------*/

.continue-reading {
   
    font-weight: bold;
    /*font-size: 14px;
    font-size: 1.4rem;*/
}

.continue-reading a{
color:#18aba1;
text-decoration:none;
}

.continue-reading a:hover{
text-decoration:underline;
}

.continue-reading i { margin-left: .5em; }

/** featured image **/
.small-index-thumbnail { 
	background:#fff;
	margin-top: -1em;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
PAGINATION
--------------------------------------------------------------*/


ul.page-numbers {

    list-style: none;
	margin: 0;
	padding:0;

}

 

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

 

ul.page-numbers li {

    display: block;

    float: left;

    margin: 0 4px 4px 0;

    text-align: center;

}

 

.page-numbers a,

.page-numbers span {

display: block;
padding: 4px 10px;
color: #666;
font-size: 12px;
line-height: 1.5em;
text-decoration: none;
background: #fff;
border: 1px solid #ddd;
cursor: pointer;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.07);

}

 

.page-numbers a span { padding: 0 }

 

.page-numbers a:hover,

.page-numbers.current,

.page-numbers.current:hover {

    color: #fff;

    background: #263974;
    text-decoration: none;
}
.page-numbers:hover { text-decoration: none }


/*--------------------------------------------------------------
EVENTS MANAGER PAGINATION
--------------------------------------------------------------*/

.em-pagination .page-numbers a:hover, .em-pagination .page-numbers.current, .em-pagination .page-numbers.current:hover{

    color: #fff;
	padding-left:5px;
    background: #18ABA1;
    text-decoration: none;
}

.em-pagination .page-numbers:after {
	content: ".";
	display: inline-block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*--------------------------------------------------------------
WIDGET STYLES
--------------------------------------------------------------*/

.widget-title{
margin:0;
}

#recent-posts-2 ul{
list-style:none;
margin:0;
padding:0;
}

#recent-posts-2 ul li a{
color:#263974;
}


/*--------------------------------------------------------------
CATEGORY SPECIFIC STYLES
--------------------------------------------------------------*/
.category-grant-stories .featured-image{
background:#fff;
margin-top:0px;
margin-bottom:0px;
}

.archive .rtsocial-container{
display:none;
}


.category-grant-stories .featured-image img{
/*width:200px;*/
}




/*--------------------------------------------------------------
RESPONSIVE MENU
--------------------------------------------------------------*/


@media screen and (max-width: 600px) {
	.menu-toggle {
            display: inline-block;
            margin: 0px 0 0 20px;
            width:40px;
            font-size:23px;
            height: 40px;
            /*padding: 0 1em;*/
            font-weight: normal;
            font-size: 14px;
            font-size: 1.4rem;
            text-decoration: none;
            line-height: 38px;
            color: white;
            background-color:#00a29b;
            border:none;
	}
        
	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
		border-top-color: hsla(0, 0%, 100%, .5);
	}

	.main-navigation ul {
            display: none;
            padding-left: 0;
	}
        
	.main-navigation li { 
		float: none; 
	}

	.main-navigation li a { 
		padding: 1.3em 2em; 
	}

	.main-navigation li li a { 
		padding-left: 4em; 
	}

	.main-navigation li li li a { 
		padding-left: 6em; 
	}

	.main-navigation li:hover > a {
		background: #313131;
		background: hsl(0, 0%, 19%);
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: none;
		float: none;
		background: #313131;
		background: hsl(0, 0%, 19%);
	}
	
	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
		background: #4d4d4d;
		background: hsl(0, 0%, 30%);
	}

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		color: #fff;
		color: hsl(0, 0%, 100%);
		background: #4d4d4d;
		background: hsl(0, 0%, 30%);    
	}
	
	.sub-menu{
	display:none;
	}
        
} /* End responsive menu */

/** iframe index ie fix **/

iframe{
z-index:5555;
}

/** mailchimp widget **/

#pgc-6-1-0{
background:#b8d432;
}

.mailchimp-newsletter label{
font-weight:normal;
}

.mailchimp-newsletter{
font-family: 'Lato', sans-serif;
}

.mailchimp-newsletter form{
/*font-family: 'Bitter', serif;*/
}

.mailchimp-newsletter .widget-title{
display:none;
}
.mailchimp-newsletter .form-group{
margin-right:10px;
}

.mailchimp-newsletter .form-group h3{
color:#666!important;
margin:0px;
}

.mailchimp-newsletter .btn-signup{
    background-color: #18aba1;
    border-color: #18aba1;
    }
    
.mailchimp-newsletter input[type="text"], .mailchimp-newsletter input[type="email"]{
border:1px solid #385353;
}


/*--------------------------------------------------------------
>>> EVENTS MANAGER STYLE OVERRIDES
----------------------------------------------------------------*/

/** widget **/

.widget_em_widget .widget-title{
margin-top:20px;
margin-bottom:10px;
}


.widget_em_widget ul{
	list-style: none;
    margin: 0px;
    padding-left:0px;
    background: #fff;
    }
    
.widget_em_widget li{
border-bottom: 1px solid #eee;
margin-bottom:10px;
}

.widget_em_widget li ul li{
border-bottom:none!important;
}
    
.widget_em_widget li a{
    display: block;
    text-decoration: none;
    font-size:18px;
    line-height:30px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #eee;*/
    /* border-left: 5px solid #FFCC00; */
    padding-left: 0px;
    }

.event-image{
margin-bottom:20px;
}

.event-image img{
	display: block;
    max-width: 100%;
    height: auto;
    width: 100% \9;
    }
    
.em-booking-buttons submit{

    }
    
.em-tickets{
width: 100%;
max-width: 100%;
border:1px solid #ddd;
}

.em-tickets>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding:8px;
}

.em-tickets>tbody>tr>td, .em-tickets>tbody>tr>th, .em-tickets>tfoot>tr>td, .em-tickets>tfoot>tr>th, .em-tickets>thead>tr>td, .em-tickets>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/** form **/

.em-booking-form label{
/*width:100%;*/
}

.em-booking-form-details input.input, .em-booking-form-details textarea{
display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
}

.em-tickets>thead>tr>td, .em-tickets>thead>tr>th {
    border-bottom-width: 2px;
}

.em-tickets>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/** buttons **/

.em-booking-form-details .em-booking-submit{
display: inline-block;
color: #fff;
    background-color: #18aba1;
    border-color: #4cae4c;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}


/*--------------------------------------------------------------
>>> DONATE
----------------------------------------------------------------*/

#linkbtn{
cursor:pointer;
}



.btn-donate {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-donate-main{
margin-top:60px;
   color: #fff;
    background-color: #800080;
    border-color: #640064;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    }

.btn-donate-main:hover{
	color:#fff;
}
    
@media (max-width: 992px) {
    .btn-donate-main {
        margin-top:10px!important;
        margin-bottom:10px!important;
    }
    
    .menu-social ul, .menu-social-static ul{
    /*float:none!important;*/
    margin-top:10px;
    }
    
    .navbar-mk{
    /*background-color:#fff;
    border-color:#fff;*/
    }
    
    }



.donate-row .btn {
   width: 23%;
    margin: 0 0.5%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    background: #d3e841;
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 30px !important;
    font-size: 26px;
    vertical-align: top;
}

.donate-row .btn {
    background: #00a29b;
   }

.spacer-20 {
    clear: both;
    height: 20px;
}

.donate-row-monthly .btn {
    width: 100%;
    background:#00a29b;
    padding: 24px 27px 22px;
    border: 2px solid #ccc;
}

.top-row .btn {
    width: 48%;
    margin: 0 0.5%;
    background: #00a29b;
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    box-shadow: 0px 0px 4px rgba(0,0,0,.8);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 30px !important;
    vertical-align: top;
    text-align: right;
    text-shadow: 1px 1px #000;
}

.top-row.donationpage .btn {
    width: auto;
}

.donate-row .btn i {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.top-row a:hover.btn, .bottom-row a:hover.btn, .donate-row a:hover.btn {
    background-color: #d3e841 !important;
    color: #fff;
    text-shadow: 1px 1px 3px #00a29b;
}


/*--------------------------------------------------------------
>>> TRIBUTES COMMENT LIST
----------------------------------------------------------------*/

.commentlist{
padding-left:0px;
}

.commentlist .odd{
background:#f9f9f9;
}

.commentlist li{
overflow:hidden;
border-top:1px solid #ddd;
padding-bottom:10px;
}

#commentform textarea, #commentform input[type="text"] {
    padding: 10px 8px 11px;
    border-color: #e9e9e9;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

#commentform textarea {
    min-height: 140px;
    overflow: hidden;
    resize: none;
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    border-radius: 0;
    background: none;
    border: 2px solid #00a29b;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}

#commentform #submit {
	background-color: #00a29b;
    color: #fff !important;
	float: right;
    margin-right: 30px;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 10px 0;
    padding: 13px 30px;
    border: 2px solid #242424;
    border-radius: 0;
    box-shadow: 0;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 20px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


#commentform .form-submit{
overflow:hidden;
}

#commentform input[type="text"] {
    padding: 10px 8px 11px;
    border-color: #e9e9e9;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    }
    
#commentform textarea, input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    border-radius: 0;
    background: none;
    border: 2px solid #00a29b;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    }

/** time **/
time{
font-size:12px;
color:#16A99F;
}


/*--------------------------------------------------------------
>>> WOOCOMMERCE OVERRIDES
----------------------------------------------------------------*/
.woocommerce ul#shipping_method{
margin-left:20px!important;
}

.woocommerce ul#shipping_method label{
margin-left:30px!important;
}


input.input_error{
    border: 4px solid #EC211D;
}


/*--------------------------------------------------------------
>>> DONT FEAR THE SMEAR CAMPAIGN STYLES
----------------------------------------------------------------*/

.page-dont-fear-the-smear{
color:#81598d;
}

.page-dont-fear-the-smear .entry-header{
display:none;
}

.page-dont-fear-the-smear .widget-title{
color:#81598d;
margin-bottom:20px;
}

.dfts-tagline h3{
font-weight:300;
color:#81598d;
}

.symptoms{
color:#5e3b5a;
padding-bottom:10px;
}

.symptoms .widget-title{
background:#81598d;
color:#fff;
padding:7px;
}

/*--------------------------------------------------------------
>>> YOUR HEALTH YOUR CHOICE MICRO SITE MENU
----------------------------------------------------------------*/

.page-your-health-your-choice .entry-header{
display:none!important;
}

#menu-yhyc, #menu-yhyc-2{
list-style:none;
margin-left:0px;
padding-left:0px;
}

.current-page-parent{
font-weight:bold;
}

.menu-yhyc-container .sub-menu{
margin-bottom:15px!important;
margin-left:20px!important;
}

.menu-yhyc-container span{
font-weight:bold;
}

/*#menu-yhyc li a span{
color:red!important;
}*/

#menu-yhyc .health-home a, #menu-yhyc-2 .health-home a{
color:#5585A6!important;
}

#menu-yhyc .smoking-home a, #menu-yhyc-2 .smoking-home a{
color:#E7464B!important;
}

#menu-yhyc .diet-home a, #menu-yhyc-2 .diet-home a{
color:#228F5D!important;
}

#menu-yhyc .exercise-home a, #menu-yhyc-2 .exercise-home a{
color:#244580!important;
}

#menu-yhyc .uv-home a, #menu-yhyc-2 .uv-home a{
color:#F1BB4F!important;
}

#menu-yhyc .alc-home a, #menu-yhyc-2 .alc-home a{
color:#4E96C3!important;
}

#menu-yhyc .vaccine-home a, #menu-yhyc-2 .vaccine-home a{
color:#E98246!important;
}

#menu-yhyc .screening-home a, #menu-yhyc-2 .screening-home a{
color:#74BB63!important;
}


/** spotthedifference ***/

.page-spotthedifference .entry-header {
    display: none;
}

.page-spotthedifference .entry-content {
    margin-top: 0px;
}

.quick-links a, .quick-links a:hover, .quick-links a:visited{
color:#fff;
text-decoration:none;
}

.abcde .widget-title{
text-align:center;
}

.page-spotthedifference .hero-tagline h1 {
    font-size: 65px;
    color: #00A7A0;
    margin-bottom: 0px;
    line-height: 60px;
}
                
/** duck race **/

 .page-ducks .entry-header, .page-duck-race .entry-header{
 display:none;
 }
 
 .page-duck-race-contact-details .entry-header{
 text-align:center;
 }
 
 /** duck race forms **/
 
 .duck-header{
 margin-bottom:30px;
 font-size:32px;
 font-weight:bold;
 text-transform:uppercase;
 }
 
 .alert-mk{
 padding:0px;
 background:#21c6bb;
 color:#fff;
 font-size: 32px;
 font-weight:bold;
 }
 
 .alert-mk p{
 margin:0px;
 }
 
  .alert-mk small{
  font-weight:300;
  font-size:45%;
  }
  
 /*.alert-mk select{
 -webkit-appearance: none;
 font-size:30px!important;
 text-align:center;
 color:#000;
 padding:12px;
 }*/
 
 .styled-select {
   /*background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;*/
   /*height: 29px;*/
   overflow: hidden;
   /*width: 240px;*/
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   /*height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
  /* width: 268px;*/
}

.styled-select.slate {
   /*background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;*/
   /*height: 34px;
   width: 240px;*/
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 30px;
   background:#fff;
   color:#000;
   /*height: 34px;
   width: 268px;*/
}
 
 
 .mk-left{
     padding: 40px 0px 40px 10px;
    background: #18ABA1;
 }
 
 .mk-right{
 padding:30px 0px;
 text-align:center;
 }
 
 .btn-dk-next{
     background-color: #f358b6;
    border-color: #f358b6;
    color:#fff;
    font-size:18px;
    padding:10px 30px;
    }
    
.btn-dk-back{
     background-color: #18ABA1;
    border-color: #18ABA1;
    color:#fff;
    font-size:18px;
    padding:10px 30px;
    }
    
.duck-list{
list-style:none inside;
margin-left:0px;
padding-left:0px;
}

.duck-list li{
    color: #fff;
    font-size: 30px;
    padding: 14px;
    background: #21c6bb;
    margin-bottom: 15px;
    width:40%;
}

.duck-list li img{
margin-right:15px;
}

#Stage_Duck_Button{
cursor:pointer;
}

.conrad-prize .widget-title{
text-align:center;
font-size:35px;
margin-bottom:20px!important;
}

.duck-header{
border-bottom:2px solid #22C6BB;
padding-bottom:10px;
}

#Stage_Duck_Button{
display:none!important;
}

/** hide donate button on duckrace page **/

.page-ducks .donate-btn, .page-duck-race-contact-details .donate-btn, .page-duck-race-thank .donate-btn{
display:none!important;
}

@media (max-width: 400px){
.buy-a-duck-heading h3{
font-size:18px;
}
}


/*--------------------------------------------------------------
>>> GET MEN TALKING MICRO SITE MENU
----------------------------------------------------------------*/

.page-get-men-talking .entry-header, .page-prostate-cancer .entry-header, .page-bowel-cancer .entry-header, .page-lung-cancer .entry-header, .page-skin-cancer .entry-header, .page-testicular-cancer .entry-header{
display:none;
}

.GMT-sidemenu ul{
list-style:none;
}

.GMT-sidemenu a{
color:#008db9!important;
}

.GMT-competition{
background:rgba(188, 232, 241, 0.29);
}

.GMT-competition input[type="text"], .GMT-competition input[type="email"], .GMT-competition input[type="password"] {
border: 2px solid #008db9!important;
}

.GMT-competition div.wpcf7-mail-sent-ok{
border: 2px solid #008db9!important;
}

.GMT-competition-text .widget-title{
color:#008db9!important;
margin-bottom:12px;
}

/*--------------------------------------------------------------
>>> HEROES OF HOPE
----------------------------------------------------------------*/

.page-heroes-hope-tony-ward .entry-header, .page-heroes-hope-michael-murphy .entry-header, .page-heroes-hope-sean-boylan .entry-header, .page-heroes-hope-willie-devlin .entry-header, .page-heroes-hope-rory-duffy .entry-header, .page-heroes-hope-david-leavey .entry-header, .page-heroes-hope-desmond-mcguigan .entry-header, .page-heroes-hope-gerry-bruen .entry-header, .page-heroes-hope-jarleth-mckenna .entry-header, .page-heroes-hope-kevin-flynn .entry-header, .page-heroes-hope-martin-fox .entry-header, .page-heroes-hope-matt-ward .entry-header, .page-heroes-hope-michael-daly .entry-header, .page-heroes-hope-michael-leahy .entry-header, .page-heroes-hope-naoise-kennedy .entry-header{
display:none;
}


.menu-donate{
background:#800080;
}

/** event boking form opt-in **/

.em-booking-form .input-field-opt_in label{
width:90%!important;
font-weight:normal;
font-size:12px;
line-height:normal;
}


/*--------------------------------------------------------------
>>> CUSTOM 404 PAGE
----------------------------------------------------------------*/

.btn-success{
    background-color: #b8d432!important;
    border-color: #b8d432!important;
}

.error-404 .widgettitle{
display:none;
}

.error-404 ul{
list-style:none;
margin-left:0px;
padding-left:0px;
}

.error-404 li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
    line-height: normal;
    padding-bottom: 5px;
}

.error-404 .wpp-views{
display:none;
}


/*--------------------------------------------------------------
>>> SINGLE DONATION
----------------------------------------------------------------*/

.single-donate{
font-family: 'Lato', sans-serif;
}

.single-donate .nav-tabs{
border-bottom:1px solid #17ABA1;
}


@media (max-width: 995px){
.single-donate .how-much{
font-size:20px!important;
}
}

.single-donate .nav-tabs>li>a {
    background: #F3F3F3;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    color: #9B9B9B;
}

.single-donate .nav-tabs>li.active>a, .single-donate .nav-tabs>li.active>a:focus, .single-donate .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #18aba1;
    border: 1px solid #18aba1;
    border-bottom-color: transparent;
}

.single-donate .entry-header{
display:none;
}

.single-donate p{
line-height: normal;
    font-size: 18px;
    color: #9B9B9B;
}

.single-donate .mkamt-text-active{
color:#18aba1;
}

.single-donate legend{
color:#00a29b;
font-size:28px;
padding-top:20px;
padding-bottom:5px;
border-bottom:1px solid #17ABA1;
}

.single-donate label{
font-weight:300;
}

.single-donate .one-half input{
width:50%!important;
}


.single-donate input[type="text"], .single-donate input[type="email"], .single-donate input[type="password"] {
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.single-donate input[disabled]{
    background-color: #eee!important;
}

.single-donate .btn-primary{
    color: #fff;
    background-color: #17ABA1;
    border-color: #17ABA1;
    }

/*--------------------------------------------------------------
>>> Donation buttons
----------------------------------------------------------------*/

.btn-mkamt { 
  color: #666; 
  background-color: #ddd; 
  border-color: #ddd; 
  margin-bottom:10px;
  font-size:22px;
} 
 
.btn-mkamt:hover, 
.btn-mkamt:focus, 
.btn-mkamt:active, 
.btn-mkamt.active, 
.open .dropdown-toggle.btn-mkamt { 
  color: #333; 
  background-color: #ddd; 
  border-color: #888; 
    outline: none;
} 
 
.btn-mkamt:active, 
.btn-mkamt.active, 
.open .dropdown-toggle.btn-mkamt { 
  background-image: none; 
} 
 
.btn-mkamt.disabled, 
.btn-mkamt[disabled], 
fieldset[disabled] .btn-mkamt, 
.btn-mkamt.disabled:hover, 
.btn-mkamt[disabled]:hover, 
fieldset[disabled] .btn-mkamt:hover, 
.btn-mkamt.disabled:focus, 
.btn-mkamt[disabled]:focus, 
fieldset[disabled] .btn-mkamt:focus, 
.btn-mkamt.disabled:active, 
.btn-mkamt[disabled]:active, 
fieldset[disabled] .btn-mkamt:active, 
.btn-mkamt.disabled.active, 
.btn-mkamt[disabled].active, 
fieldset[disabled] .btn-mkamt.active { 
  background-color: #ddd; 
  border-color: #ddd; 
} 

/* ---------------------------------- */


.btn-mkamt-active { 
  color: #ffffff; 
  background-color: #18aba1; 
  border-color: #18aba1;
   margin-bottom:10px;
  font-size:22px; 
} 
 
.btn-mkamt-active:hover, 
.btn-mkamt-active:focus, 
.btn-mkamt-active:active, 
.btn-mkamt-active.active, 
.open .dropdown-toggle.btn-mkamt-active { 
  color: #ffffff; 
  background-color: #18aba1; 
  border-color: #18aba1;
    outline: none;
} 
 
.btn-mkamt-active:active, 
.btn-mkamt-active.active, 
.open .dropdown-toggle.btn-mkamt-active { 
  background-image: none; 
} 
 
.btn-mkamt-active.disabled, 
.btn-mkamt-active[disabled], 
fieldset[disabled] .btn-mkamt-active, 
.btn-mkamt-active.disabled:hover, 
.btn-mkamt-active[disabled]:hover, 
fieldset[disabled] .btn-mkamt-active:hover, 
.btn-mkamt-active.disabled:focus, 
.btn-mkamt-active[disabled]:focus, 
fieldset[disabled] .btn-mkamt-active:focus, 
.btn-mkamt-active.disabled:active, 
.btn-mkamt-active[disabled]:active, 
fieldset[disabled] .btn-mkamt-active:active, 
.btn-mkamt-active.disabled.active, 
.btn-mkamt-active[disabled].active, 
fieldset[disabled] .btn-mkamt-active.active { 
  background-color: #18aba1; 
  border-color: #18aba1; 
} 

input.form-control.error, select.form-control.error, textarea.form-control.error{
    border: 1px solid #a94442!important;
}

label.error{
    font-weight: 300;
    color: #a94442;
}

.amounthandle.active{
    color:#00a29b;
}

/** box shortcode link **/

.su-box-title a{
color:#fff;
}

/** paypal **/

.ppal-btn{
    background: #F3F3F3;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    color: #9B9B9B;
    padding: 10px 10px;
    }

/** duck race facebook page **/
.page-fb .entry-header{
display:none;
}

/** resize heading on mobile **/

@media screen and (max-width: 400px){
.heading-mob-resize h1{
font-size:20px!important;
}
}


/** woocommerce coupon **/

.coupon .input-text{
width:150px!important;
}



/** IRISH PRIDE LANDING PAGE **/

.page-irishpride .entry-header{
	text-align:center;
	margin-bottom:40px;
}

/** juicer feed **/
.juicer-feed h1.referral{
	display:none!important;
}

.juicer-feed.colors li.feed-item.j-twitter .j-message{
	font-weight:normal!important;
	font-size:16px!important;
}

/** break table links **/
.table{
	word-break:break-all;
}

.table a{
	word-break:break-all;
}

/** TV3 **/
.page-am-fights-cancer .entry-header{
	display:none;
}

.page-am-fights-cancer .row-dark .item{
	background:#fff;
}

.page-am-fights-cancer .row-light .item{
	background:#eee;
}

.page-am-fights-cancer .row-light{
	/*opacity:0.5;*/
}

.page-ronan-storm .row-dark .item{
	background:#fff;
}

.page-ronan-storm .row-light .item{
	background:#eee;
}

.page-ronan-storm .row-light{
	/*opacity:0.5;*/
}


.page-skin-cancer-early-detection .row-dark .item{
	background:#fff;
}

.page-skin-cancer-early-detection .row-light .item{
	background:#eee;
}

.page-skin-cancer-early-detection .row-light{
	/*opacity:0.5;*/
}

.page-survivorship .row-dark .item{
	background:#fff;
}

.page-survivorship .row-light .item{
	background:#eee;
}

.page-survivorship .row-light{
	/*opacity:0.5;*/
}

.page-linda-keating .row-dark .item{
	background:#fff;
}

.page-linda-keating .row-light .item{
	background:#eee;
}

.page-linda-keating.row-light{
	/*opacity:0.5;*/
}


.page-takenotice .entry-header{
display:none;
}


.page-takenotice h2, .page-takenotice h3{
font-family: 'Gilroy', sans-serif;
font-weight:bold;
}

.page-takenotice h4{
color:#4a4a4a;
}

.page-takenotice h4, .page-takenotice p{
font-family: 'Gilroy', sans-serif;
font-weight:600;
line-height:normal;
}

/*** LUNG CANCER SECTION ***/
.page-lung-cancer h6{
font-weight:normal;
}



.lc-emphasis{
background:#D2EA61!important;
display:inline-block;
color:#2D5F5B;
padding:5px 20px;
}

.page-symptoms-risk-factors .entry-title, .page-facts-lung-cancer .entry-title, .page-support-groups .entry-title, .page-getting-diagnosed .entry-title, .page-stages-types-grades .entry-title, .page-survival .entry-title, .page-treatment .entry-title, .page-coping-lung-cancer .entry-title, .page-support-groups .entry-title, .page-risks-and-causes .entry-title, .page-i-am-lung-cancer-michael .entry-title, .page-i-am-lung-cancer-venetia .entry-title, .page-i-am-lung-cancer-catherine .entry-title, .page-christmas-2018-appeal .entry-title {
display:none;
}

.page-i-am-lung-cancer .entry-title, .page-standupforyourprostate .entry-title, .page-stand-up-for-your-prostate-tony-ward .entry-title{
display:none;
}

.page-stand-up-for-your-prostate-tony-odonoghue .entry-title, .page-stand-up-for-your-prostate-dave-mahedy .entry-title, .page-stand-up-for-your-prostate-matt-cooper .entry-title, .page-stand-up-for-your-prostate-neale-richmond .entry-title, .page-stand-up-for-your-prostate-graham-richmond .entry-title, .page-makingmomentsmatter .entry-title, .page-makingmomentsmatter-venetia .entry-title, .page-makingmomentsmatter-tom .entry-title, .page-makingmomentsmatter-karen .entry-title, .page-makingmomentsmatter-mallory .entry-title, .page-makingmomentsmatter-miriam .entry-title, .page-makingmomentsmatter-sasha .entry-title, .page-coffeeforcancer .entry-title, .page-dontcookyourself .entry-title, .page-concert4cancer .entry-title, .page-thebigquiz .entry-title {
display:none;	
}

.prostate-3-col{
	text-align:center;
	line-height:normal;
}

.prostate-3-col .widget-title{
	
	font-weight:600;
	text-align:center;
	margin-bottom:10px;
}

/*** PRIDE LOGO MOBILE ***/
.mob-pride{
	background:#fff;
	padding:5px;
	margin-top:5px;
}

