/*
Theme Name: OPM
Theme URI: http://underscores.me/
Author: Damion Chambers
Author URI: #
Description: Theme for Office of the Prime Minister of Jamaica website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: opm
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.

OPM is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
		### Petition Page
		### Fancy Box
		### Forms Doc
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Padding
# Border
# Buttons
# Site Header
	## Top Bar
# Header Feature
# HOME
	## Latest News
	## Photo of the Day
# Footer
	## Menu
# Transition
# Maintenance Page

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i');


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	/*font-size: 2em;*/
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	background: #f1f1f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 10px;
	/*margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1f1f1!important; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #299cd8;
	text-decoration: none;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:visited {
	color: #299cd8;
	text-decoration: none;
}

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

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*float: left;*/
	width: 100%;
    min-height: 72px;
    margin-bottom: 0;
    border-radius: 0;
    background: #003c80;
    box-shadow: none;
    border: none;
    text-transform: uppercase;  
}

.navbar-brand{
	padding: 14px 0 13px ;
	height: 72px;
}

/*.main-navigation .navbar-nav>li>a {
	color: #FFF;
    line-height: 52px;
    padding: 10px 0 10px 30px;
}
.main-navigation .navbar-nav>.current-menu-ancestor>a ,
.main-navigation .navbar-nav>.active>a, 
.main-navigation .navbar-nav>.active>a:focus, 
.main-navigation .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #d5c60f;
}

.main-navigation .navbar-nav>li>a:focus, 
.main-navigation .navbar-nav>li>a:hover {
	color: #d5c60f;
}

#opm-navbar-collapse{
	padding: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
*/
@media screen and (min-width: 37.5em) {
	/*.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}*/
}
@media screen and (max-width: 767px) {
	.navbar-header{
		text-align: center;
	}	
	.navbar-brand{
		padding: 15px 15px;
		float: none;
	}
	.main-navigation > .container {
		padding: 0;
	}
	.main-navigation > .container > .navbar-header{
		margin: 0;
	}
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.post-navigation {
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    padding: 15px 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	font-size: 0.9em;
	padding-left: 15px;
}
.nav-links::before {
    font-family: FontAwesome;
    content: '\f100';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #299cd8;
    position: absolute;
    left: 15px;
    font-size: 0.9em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 0.9em;
	padding-right: 15px;
}
.nav-links::after {
    font-family: FontAwesome;
    content: '\f101';
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    color: #299cd8;
    position: absolute;
    right: 15px;
    font-size: 0.9em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.mega-sub-menu div.pm_widget{
	text-align: center;
}
.mega-sub-menu p.pm_title {
	font-size: 18px;
	text-align: center;
}
.mega-sub-menu p.pm_title span{
	font-weight: 600;
	color: #299cd8;
	font-size: 20px;
}
.regular-search-container .search-form label,
.mega-sub-menu .search-form label{
	width: 90%;
}
.regular-search-container .search-form .search-field,
.mega-sub-menu .search-form .search-field {
	width: 100%;
	height: 50px;
	border: 0;
	border-bottom: 1px solid #7ec2e7;
	border-radius: 0;
	outline: none;
	font-size: 18px;
	color: #299cd8;
	font-weight: 500;
	padding-right: 50px;
}
.regular-search-container .search-form .search-submit,
.mega-sub-menu .search-form .search-submit {
	font-size: 16px;
	border: none;
	border-radius: 99px;
	color:#FFF;
	background: #299cd8;
	padding: 17px;
	position: absolute;
	right:15px;
}
.regular-search-container .search-form .search-submit:hover,
.mega-sub-menu .search-form .search-submit:hover {
	background: #1c6c97;
}
.regular-search-container .search-form .search-field{
	background: #fff !important;
}
.regular-search-container .search-form .search-submit{
	right: 35px !important;
}


aside#secondary {
	margin: 0;
}
aside#secondary .widget{
	margin: 0 0 4em;
}
aside#secondary .special_feature_widget_area{
	margin-bottom: 25px; 
}
aside#secondary .special_feature_widget_area .figure{
	margin: 0;
}
aside#secondary .widget-title{
	padding-bottom: 10px;
    border-bottom: 3px solid #299cd8;
    font-size: 24px;
    margin-top: 5px;
}
aside#secondary ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
aside#secondary ul li{
	padding: 12px 0;
	border-bottom: 1px dashed #ccc; 
}
aside#secondary ul li:hover a{
	color: #cbb229;
}
aside#secondary ul li::before{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;	
	left: -5px;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
aside#secondary ul li:hover::before {
	left: 5px;
	visibility: visible;
	opacity: 1;
	color: #cbb229;
}
aside#secondary .widget .sidebar_related_photo{
	margin-bottom: 15px;
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px 8px ;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
aside#secondary .widget .figure-caption{
	padding-top: 10px;
	font-size: 12px;
}

aside#secondary .widget_media_image a {
	position: relative;
	display: block;
	overflow: hidden;
}

aside#secondary .widget_media_image a:before{	
    content: "";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 65%, transparent 100%);
    transition: 0.5s;
}
aside#secondary .widget_media_image a:hover:before{
    opacity: 1;
    top: -50%;
}
aside#secondary .widget_media_image a:after{
	content: "View and download";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -89px;
    margin-top: -25px;
    background: #299cd8;
    color: #FFF;
    padding: 15px 25px;
    transition: 0.6s;
    -webkit-transition: 1s;
    z-index: 2;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
}
aside#secondary .widget_media_image a:hover:after{
	opacity: 1;
    visibility: visible;
}

.video-img{
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;	
}
.related-video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	text-align: center;
}
.related-video-overlay i.fa{
	font-size: 100px;
	position: relative;
	margin-top: 70px;	
}
.no-content{
	line-height: 1.5;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
	color: #999;
    font-style: italic;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 5px 0 25px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.secondary-header{
	min-height: 150px;
	text-align: center;
	background: url(img/sec-bg.jpg) center center no-repeat;
	background-size: cover;
	border-bottom: 5px solid #303539;
	margin-bottom: 15px;
}
.overlay-gradient{
    background: -moz-linear-gradient(to right, rgba(0,214,241,0.8) 0%, rgba(64,122,199,0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,214,241,0.8)), color-stop(100%, rgba(64,122,199,0.8)));
    background: -webkit-linear-gradient(to right, rgba(0,214,241,0.8) 0%, rgba(64,122,199,0.8) 100%);
    background: -o-linear-gradient(to right, rgba(0,214,241,0.8) 0%, rgba(64,122,199,0.8) 100%);
    background: -ms-linear-gradient(to right, rgba(0,214,241,0.8) 0%, rgba(64,122,199,0.8) 100%);
	background: linear-gradient(to right, rgba(0,214,241,0.8) 0%, rgba(64,122,199,0.8) 100%);
	padding: 50px 0;
	min-height: 150px;
}
.overlay-gradient-special{
    background: -moz-linear-gradient(to right, rgba(0,214,241,0.5) 0%, rgba(64,122,199,0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,214,241,0.5)), color-stop(100%, rgba(64,122,199,0.5)));
    background: -webkit-linear-gradient(to right, rgba(0,214,241,0.5) 0%, rgba(64,122,199,0.5) 100%);
    background: -o-linear-gradient(to right, rgba(0,214,241,0.5) 0%, rgba(64,122,199,0.5) 100%);
    background: -ms-linear-gradient(to right, rgba(0,214,241,0.5) 0%, rgba(64,122,199,0.5) 100%);
	background: linear-gradient(to right, rgba(0,214,241,0.5) 0%, rgba(64,122,199,0.5) 100%);
	min-height: 500px;
}
.secondary-header .entry-header h1{
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 700;
}
.secondary-header p{
	font-size: 20px;
	margin-bottom: 0;
	/*font-family: 'Cinzel Decorative', cursive;*/
}
.minister_image{
	margin: 1.5em 0 0;
	text-align: center;
}
.img-thumbnail{
	padding: 8px;
}
.entry-content > p{
	line-height: 1.8;
	text-align: justify;
}
.min_title{
	margin-top: 0;
	margin-bottom: 5px;
	color: #666;
}
.min_name{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 700;	
}
.min_of{
	font-size: 32px;
    color: #299cd8;
    margin-top: 15px;
    line-height: 1.2;	
}
.min_name_other{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 22px;	
}

.min_name small{
	font-size: 40%;	
}
.min_hr{
	margin-top: 10px;
	margin-bottom: 15px;
}
.min_social{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 15px 40px 0; 
	padding: 10px 45px;
	min-height: 60px;
	text-align: center;
}
.min_social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.min_social ul div{
	border-radius: 20px;
	height: 40px;
	width: 40px;
	border: 1px solid #999; 
	text-align: center;	
	padding-top: 5px;
}
.min_social ul div.min_social_mid{
	margin-right: 30px;
	margin-left: 30px;
}
.min_social ul li{	
	/*float: left;*/
	display: inline-block;
}
.min_social ul li a{
	font-size: 20px;
	color: #999;
}
.min_social ul div:hover{
	border: 1px solid #299cd8;
}
.min_social ul div:hover a{ 
	color: #299cd8;
}
.min_menu{
	margin-top: 75px;
	text-align: center;
}
.min_menu ul{
	list-style: none;
	margin: 0 70px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.min_menu ul li{
	line-height: 2.3;
}
section#widget_page_gov_min ul#gov-ministries li.current_page_item a,
.min_menu ul li.current_page_item a{
	color: #cbb229;
}
.min_menu ul li a::before {font-family: FontAwesome;
	content: "\f105";
	
	position: relative;	
	left: -15px;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.min_menu ul li a:hover::before{
	left: -5px;
	visibility: visible;
	opacity: 1;
}
.min_menu ul li.current_page_item a::before {
	font-family: FontAwesome;
	content: "\f105";
	position: relative;	
	left: -5px;
	visibility: visible;
	opacity: 1;
}
#min-min-name p{
	line-height: 1.7;
}
.article-featured-image {
    margin: 0 0 20px; 
    text-align: center;
}
.article-featured-image img{
	/*width: 100%;*/
	width: auto;
}
.entry-header .entry-title{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}
.entry-header hr{
	margin-top: 15px;
	/*width: 35%;*/
	height: 2px;
	background: #cbb229;
}
.posted-on{
	color: #999;
	font-style: italic;
}
.secondary-header-special-feature{
	min-height: 500px;
	background: #299cd8;
	position: relative;
}
.special-feature-article .entry-content p{
	font-size: 16px;
}
.special-feature-article .entry-content{
	padding-left: 25px;
	padding-right: 25px; 
}

.member-cabinet,
.special-feature-article{
	position: relative;
    top: -110px;
    background: #ffffff;
    border-top: 8px solid #299cd8;
    -webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	min-height: 1500px;
}
.member-cabinet{
    top: -75px;
    border-top: 8px solid #299cd8;
    min-height: auto;
}
.member-cabinet .entry-header{
	text-align: center;
}
.member-cabinet .entry-header h1{
	font-size: 40px;
	font-weight: 700;
}
.member-cabinet .entry-header hr{
	width: 100px;
}
.special-quote-container {
	margin-bottom: 0;
	position: relative;
}
.special-quote-container blockquote{
	margin: 0 60px;
	padding: 0 20px 20px;
	border-left: none;
	color: #6394c5;
	text-align: center;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	line-height: 1.8;
}
.special-quote-container blockquote p{
	margin-bottom: 10px;
}
.special-quote-container::after  {
    background: #299cd8;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto 25px;
    width: 60px;
}

.special-quote-container blockquote p::before  {
    color: rgba(41,156,216,0.4);
	font-family: FontAwesome;
	position: relative;
	left: -5px;
	top: -5px;	
	content: "\f10d";
	font-size: 17.5px;
}
.special-quote-container blockquote p::after  {
    color: rgba(41,156,216,0.4);
	font-family: FontAwesome;
	position: relative;
	right: -5px;
	bottom: -5px;	
	content: "\f10e";
	font-size: 17.5px;
}
.tag-chip{
	position: absolute;
	bottom: -30px;
	right: 20px;
	color: #FFF;
	min-height: 60px;
	min-width: 100px;
	background: #299cd8;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	padding: 15px; 
	-webkit-box-shadow: 0px 1px 20px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 20px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 20px -3px rgba(0,0,0,0.75);
}
.special-feature-chip{
	padding: 0 25px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 200;
    text-align: center;
    margin: 30px 15px;
    border-bottom: 2px solid #299cd8;
    border-top: 2px solid #299cd8;
}
.special-feature-chip a::first-child{
	margin-right: 15px;
}
.special-feature-chip a::last-child{
	margin-left: 15px;
}
.video-description{
	font-size: 18px;
}
.article-featured-image-list {
    display: inline;
    float: left;
    margin: 0 15px 15px 0;
}
.article-featured-image-list .img-thumbnail {
    padding: 4px;
}
/*article.category-news,
article.category-speech,
article.category-special-feature,
article.category-statement {
    padding-bottom: 30px;
    border-bottom: 1px dotted #cccccc;
}*/
.with-border-bottom{
	border-bottom: 5px solid #303539;
}
.cabinet-minister-profile-block{
	max-height: 365px;
	position: relative;
	margin-bottom: 25px;
}
.cabinet-minister-profile-block:hover .cabinet-minister-profile-img{
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .9;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .9;
	}
	100% {
		opacity: 1;
	}
}
.cabinet-minister-profile-details{
	position: relative;
    top: 15px;
    right: 0;
    bottom: 15px;
    left: auto;
    width: 100%;
    min-height: 315px;
    padding: 26px 11px;
	border: 4px solid #FFF;
	border-left: none; 
    background: #fff;
    color: #777;
	text-align: center;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
	-moz-box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
	box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cabinet-minister-profile-block:hover .cabinet-minister-profile-details{
	border-color: #53aedf; 
}
.cabinet-minister-profile-details h4{
	font-size: 20px;
}
.cabinet-minister-profile-details h4.pm-name{
	margin: 0;
}
.cabinet-minister-profile-details hr{
	margin: 10px 0 5px;
}
.cabinet-minister-profile-details p.pm-min{
	color: #299cd8;
	font-size: 16px;
}
.cabinet-minister-profile-details:hover span,
.cabinet-minister-profile-details:hover p.pm-min,
.cabinet-minister-profile-details:hover hr,
.cabinet-minister-profile-details:hover h4.pm-name,
.cabinet-minister-profile-details:hover h4{
	opacity: 0.6;
}
.min-more-margin{
	margin-bottom: 30px;
}
.entry-content ul.nav-tabs{
	margin-bottom: 30px;
	margin: 0;
}
.tag-name{
	font-size: 20px;
	font-style: italic;
	font-weight: 200;
	color: #299cd8;
}
.gov-ministry h1.page-header{
	border-bottom: 3px solid #cbb229;
}
.gov-ministry ol{
	padding: 0;
	margin-left: 30px;
	color: #299CD8;
	font-size: 21px;
	font-weight: 200;
}
.gov-ministry a li {
	padding: 12px 0 12px 15px;
	border-bottom: 1px dashed #ccc;
}
.gov-ministry a li:hover{	
	background: #299cd8;
	color: #bee1f3;
}
.ministry-min{
	color: #299cd8;
	font-weight: 200;
}
.ministry-min-row{
	margin-bottom:	25px; 
}

.ministry-details .page-header{
	border-bottom: 1px solid #299cd8;
}
.icon-bg-blue{
	background: #299cd8;
}
.icon-center{
	text-align: center;
}
.ministry-details .fa{
	color: #FFF;
}
.ministry-details .h4-top{
	margin: 5px 0 0;
}
.single-opm_agency .ministry-details .ministry-min-row{
	min-height: 63px;
}
.agency-subject{
	margin-bottom: 25px;
}
.agency-subject .entry-title{
	margin-top: 10px;	
	font-size: 20px;
	color: #cbb229;
}
.agency-subject ul{
	margin: 0;
	padding-left: 20px;
}
.agency-subject ul li{
	padding: 5px 0;
}

.egjc-news{
	margin-bottom: 30px; 
}
.egjc-min{
	margin-bottom: 30px; 
}
.page-header{
	border-bottom: 1px solid #ccc;
}
.egjc-news .news-stand{
	background-color: #fff;
	padding: 20px;
    min-height: 340px;
}
.egjc-news .news-stand .news-title a{
	line-height: 1.4;
	font-size: 16px;
}
.egjc-min .img-thumbnail{
	padding: 4px;
}
.page-download{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-weight: 700;
	color: #303539;
}
.download-image{
	max-height: 172px;
	min-height: 172px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.symbols-section .download-image{
	max-height: 160px;
	min-height: 160px
}
.download-image .img-thumbnail{
	padding: 4px;
}
.publications-section h5{
	padding: 0 10px;
	text-align: center;
}
.pub-download{
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	padding:10px;
}
.publications-section{
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.entry-content > ol,
.entry-content > ul,
.entry-content > ol ol,
.entry-content > ul ul,
.entry-content > ol ol ol,
.entry-content > ul ul ul{
	padding: 0;	
}
.entry-content > ol li,
.entry-content > ul li {
	padding: 10px 0 0;
	line-height: 1.6;	
}
#programme-entry-content > h3 {
	font-weight: 700;
	color: #299cd8;
}
.jh-video-section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.jh-video-section .jhw-contain{
	margin-bottom: 25px;
	padding: 25px;
    min-height: 350px;
    border-bottom: 1px solid #e7e7e7;
}
.jh-video-section .jhw-contain:hover{
	background: #e7e7e7;
}
.video-descript-con .vid-tag{
	margin-bottom: 5px;
	font-size: .80em;
}
.video-descript-con .vid-meta{
	margin-bottom: 5px;
	font-weight: 700;
}
.video-descript-con .entry-title{
	margin-top: 0;
	line-height: 1.4;
	font-size: 20px;
}
.video-con{
	min-height: 218px;
	background: #FFF;
}
.video-img{
	min-height: 218px;
}
h1.page-header{
	margin-top: 20px;
}
.regular-search-container{
	margin: 40px 0;
	background: #fff;
	padding: 35px 20px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
	-moz-box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
	box-shadow: 1px 1px 10px 1px rgba(105,105,105,0.6);
}
.margin-btm-25{
	margin-bottom: 25px !important;
}
.property-section {
	margin-top: 25px;
	padding: 0 25px;
}
.property-section .tab-pane{
	padding: 40px;
}
.property-section .property-img{
	text-align: center;
}
.property-section .property-img img{
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.past-pm-section .past-pm-img {
	text-align: center;
}
.past-pm-container{
	padding: 5px 20px;
	margin-bottom: 30px;
	min-height: 468px;
}
.color-blue{
	color: #299cd8 !important;
}
.color-gold{
	color: #cbb229 !important;
}
.past-pm-container .past-pm-name,
.past-pm-container .past-pm-yr{
	font-weight: 700;
}
.past-pm-container .past-pm-name{
	margin-bottom: 5px;
}
.past-pm-container h6{
	margin-top: 0;
}
.past-pm-container .past-pm-img{
	min-height: 318px; 
}
.no-entry {
	margin: 5% 10% 30px;
	border-top: 5px solid #299cd8;
	border-bottom: 1px solid #299CD8;
	background: #FFF;
	padding: 30px 20px 20px;
}
.no-entry span{
	font-size: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-weight: 200;
    color: #777;
}
.no-entry h2{
	font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;    
}
.go-back{
	text-align: center;
	margin: 30px;
}
.follow-us-contain{
	text-align: center;
	margin-bottom: 30px;
	overflow: auto;
}
#instafeed a img{
	margin: 5px;
}
.follow-us-contain #load-more{
	font-size: 14px;
	background: #299cd8;
	padding: 8px 15px;
	border-radius: 0;
	border: none;
	margin: 15px 0;
	color: #FFF;	 
}
.follow-us-contain #load-more:hover{
	background: #1c6c97;	 
}
.photo-day-gallery{
	margin-top: 20px;
	position: relative;
	top: -20px;
}
#form_success_msg{
	color: green;
	background: #FFF;
	border-top: 3px solid green;
	padding: 15px 15px 15px 65px;
	line-height: 1.3;
}
#form_success_msg::before{
	font-family: FontAwesome;
    content: '\f05d';
    position: absolute;
    font-size: 40px;
    left: 30px;
}
#opm-google-map{
	position: relative;
    bottom: -25px;
    background: #f2e0c9;
}
.phone-display,
.phone-display-991{
	display: none !important;
}
.contact-entry{
	background: #FFF;
	padding: 40px;
	margin: 15px 0 50px;
	webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
    -moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
    box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
}
.contact-entry .contact-us .wpcf7 .wpcf7-form .contact-msg p{
	font-size: 21px;
	font-weight: 200;
}
.contact-entry .contact-us .wpcf7 .wpcf7-form p span .wpcf7-text{
	background: #fff;
    border: 1px solid #299cd8;
    color: #444;
    font: normal 15px/1.4em 'Open Sans', sans-serif;
    padding: 0 0 0 .5em;
    border-radius: 0;
    height: 50px;
}
.contact-entry .contact-us .wpcf7 .wpcf7-form p span .wpcf7-textarea{
	background: #fff;
	font-size: 14px !important;
    height: 150px !important;
    margin-top: 0;
    overflow: auto;
    padding: .3em 0 0 .5em;
    border-radius: 0;
    border: 1px solid #299cd8;
    resize:none;
}
.contact-entry .contact-us .wpcf7 .wpcf7-form p .wpcf7-submit{
	background: #299cd8;
    color: #FFFFFF;
    font-size: 20px;
    padding: 15px 15px;
    border: none;
    border-radius: 0;
    width: 50%;
    font-weight: 200;
}
.contact-entry .contact-us .wpcf7 .wpcf7-form p .wpcf7-submit:hover{
	background: #cbb229;
}
.contact-entry .contact-us .wpcf7 .wpcf7-form .send-msg{
	font-size: 36px;
	font-weight: 700;
	color: #299cd7;
	margin-bottom: 20px;
	padding-bottom: 7px;
    border-bottom: 3px solid #299cd8;
}
.the-con-info {
	background: #299CD8;
	padding: 40px;
    color: #c4ebff;
}
.the-con-info h1,
.the-con-info h2{
	margin-top: 0;
    margin-bottom: 10px;
    color: #095f8c;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #51a5d0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.the-con-info h3,
.the-con-info h4 {
	margin-top: 0;
    margin-bottom: 5px;
    color: #095f8c;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #51a5d0;
    padding-bottom: 3px;
    /*text-transform: uppercase;*/
}

.the-con-info p {
	font-size: 16px;
	margin-bottom: 15px;
}
.the-con-info p a{
	color: #c4ebff;
}
.the-con-info p a:hover{
	color: #095f8c;
}
.entry-content .jumbotron{
	padding: 30px 40px !important;
	background-color: #e2e2e2;
}
.nids-web{
	overflow: hidden;
}
.nids-web a img{
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nids-web a img:hover{
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	opacity: 0.95
}


@media screen and (max-width: 1199px) {	
	.cabinet-minister-profile-details{
	    top: 0;
	    bottom: 0;    
	    min-height: auto;  
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.min_menu ul{
		margin:0 20px;
	}
	.min_social {
	    margin: 15px 0 0; 
	    padding: 10px 15px; 
	}
}
@media screen and (max-width: 991px) {
	.phone-no-display-991{
		display: none !important;
	}
	.phone-display-991{
		display: block !important;
	}
}	
@media screen and (max-width: 767px) {	
	.special-quote-container blockquote{
		margin: 0 10px;
	}	
	#min-min-name{
		padding-left: 15px !important;
		/*text-align: center;*/
	}
	.special-feature-chip{
		font-size: 14px;
	}
	.entry-header .entry-title{
		font-size: 24px;
	}
	.phone-no-display{
		display: none;
	}
	.phone-display{
		display: block !important;
	}	
	.min_social{
		margin-bottom: 15px;
	}
	.secondary-header .entry-header h1{
		font-size: 26px;
	}
	.secondary-header p{
		font-size: 16px;
	}
	.overlay-gradient{
		padding: 25px 0;
		min-height: auto;
	}
	.min_title{
		font-size: 20px;
	}
	.min_name{
		font-size: 40px;
	}
	.cabinet-minister-profile-details{
		padding: 15px 0;
		border: 4px solid #FFF;
	}
	.nav-tabs > li > a > h3 {
		font-size: 16px;
		margin: 0;
	}
	#min-min-name{
		padding-top: 15px;
	}
	.ministry-details .page-header{
		margin-top: 15px;
	}
	.article-featured-image-list{
		display: block;
		float: none;
	    margin: 0 0 15px 0;
	    text-align: center;
	}
	.secondary-header{
		min-height: auto;
	}
	.video-descript-con .entry-title{
		font-size: 24px;
	}
	.jh-video-section{
		padding-bottom: 0;
	}
	.gov-ministry h1.page-header{
		font-size: 24px;
	}
	.no-entry h2{
		font-size: 20px;
		line-height: 20px;
	}
	.no-entry span{
		font-size: 16px;
    	line-height: 24px;
	}
	.page-template-1-devon-road .secondary-header-special-feature{
		display: none;
	}
	.page-template-1-devon-road .member-cabinet{
		top:0;
	}
	.property-section{
		margin-top: 0;
    	padding: 0;
	}
	.property-section > .tab-pane {
    	padding: 0;
	}
	.property-section .property-img {
    	margin-bottom: 15px;
	}
	.page-template-1-devon-road .member-cabinet .nav-tabs.nav-justified>li{
		float: left !important;
	}
	.min_menu{
		margin-top: 20px
	}
	.symbols-section .download-image{
		min-height: auto;
		max-height: none;
		text-align: center;
	}
}

/*--------------------------------------------------------------
### Petition Page
--------------------------------------------------------------*/
.petition-head{
	text-align: center;
	color: #299cd8;
	margin-left: 15%;
	margin-right: 15%;
	line-height: 1.3;
}
.petition-head span{
	font-weight: 700;
}
#petition-entry-content hr{
	width: 40%;
}
.how-petition{
	margin-top: 60px;
	text-align: center;
	font-weight: 600;
}
.numCircle{
 	font: 60px Arial, sans-serif;
 	background: #299cd8;
 	border-radius: 0.8em;
  	-moz-border-radius: 0.8em;
  	-webkit-border-radius: 0.8em;
  	color: #ffffff;
  	display: inline-block;
  	font-weight: bold;
  	line-height: 1.6em;
  	text-align: center;
 	width: 1.6em; 
 	margin-top: 30px;
}
.how-details h3{
	font-weight: 200;
}
.how-details p{
	line-height: 2;
}
.start-petition{	
	padding: 80px 0 55px;
	background: #299cd8;
	margin-bottom: 15px;
}
.start-petition p{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1;
}
.start-petition a#create-pet{
	font-size: 20px;
	font-weight: 200;
	border-radius: 35px;
  	-moz-border-radius: 35px;
  	-webkit-border-radius: 35px;
  	border: 3px solid #FFF;
  	padding: 15px 25px;
  	color: #FFF;
  	padding-top: 15px;
}
.start-petition a#create-pet:hover{
	border: 3px solid #abd11a;
	background: #abd11a;
	color: #fff;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
a#pet-policy{
	color: #fff;
	text-decoration: underline;
}
a#pet-policy:hover{
	color: #cbb229;
}

.ongoing-petitions p.sub-header{
	font-size: 20px;
	text-align: center;
}
.ongoing-petitions .actual-petition{
	border: 1px solid #ccc;
	min-height: 224px;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}
.petition-img{
	min-height: 192px; 
	max-height: 192px; 
}
.petition-info p{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
}
.petition-info h3{
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.3;
	max-height: 68px;
	min-height: 68px;
	overflow: hidden;
	font-weight: 600;
}
.petition-progress {
    width: 100%;
    background-color: #ccc;
    border-radius: 15px;
  	-moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
  	overflow: hidden;
}
.petition-bar {    
    height: 30px;
    background-color: #abd11a;
    max-width: 100%;
}
.progress-percent {
    text-align: center; 
    line-height: 30px;
    color: white;
}
.sign-meta span,
.bar-info span{
	font-size: 11px;
	text-transform: uppercase;
}
.bar-info{
	margin-bottom: 15px;
}
.sign-meta{
	margin-top: 20px;
}
.sign-meta span{
	font-size: 10px;
	text-transform: uppercase;
}
.petition-field-set{
	min-width: 500px;
}
input.vfb-text, input[type="text"].vfb-text,
select.vfb-select,
.petition-text{
	height: 35px !important;
	border-radius: 0 !important;
}
label.vfb-desc {
    font-size: 14px !important;
}
.petition-textarea{
	height: 150px !important;
}

.pet-pic{
	background: #FFF;
	padding: 25px;
	width:100%;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);	
}
.petition-details{
	padding: 25px;
	margin-bottom:40px;
	background: #FFF;
	-webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);	
}
.petition-details h3{
	margin-top: 0;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: -25px -25px 15px -25px;
    background: #299cd8;
    color: #fff;
}
.petition-details .row > div{
	line-height: 40px;
	color: #404040;
}
.petition-details .list-head{
	text-transform: uppercase;
	font-weight: 800;	
}
.petition-details .list-info{
	font-weight: 600;
}
/*.pet-closed:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(241, 241, 241, 0.7);
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    border: 10px solid rgba(41, 156, 216, 0.70);
}
.pet-closed:before {
    content: "Closed";
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 50%;
    margin-left: -68px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    background: #63b4de;
    padding: 12px 20px;
    line-height: 1;
    font-weight: 600;
    z-index: 9;
    -webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,0.6);
    -moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,0.6);
    box-shadow: 0px 7px 20px -7px rgba(105,105,105,0.6);
    cursor: not-allowed;
}*/
@media screen and (max-width: 991px) {	
	.pet-pic{
		display: none;
	}
}

@media screen and (max-width: 767px) {	
	.start-petition,
	.start-petition p{
		float: none;
		text-align: center !important;
	}
	.ongoing-petitions .actual-petition div.no-padding-left{
		padding-left: 15px !important;
	}
	.petition-info h3{
		max-height: none;
	}
	.petition-info p{
		margin-top: 10px;
	}
	.petition-head{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 1.8em;
	}
}

/*--------------------------------------------------------------
### Fancy Box
--------------------------------------------------------------*/
.fancybox-slide--video .fancybox-content {
	width  : 1545px;
	height : 870px;
	max-width  : 90%;
	max-height : 90%;
}
.fancy-ajax-conteent{
	max-width: 100%;
  	padding: 40px;
  	margin-bottom: 50px;
  	background: #FFF;
  	position: relative;
  	-webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
}

/*--------------------------------------------------------------
### Forms Doc
--------------------------------------------------------------*/
#form-entry-content {
	margin-top: 30px;
}
#form-entry-content p{
	font-size: 21px;
    font-weight: 200;
}
.forms-section .form-row{
	margin-bottom: 48px;
    padding: 50px 40px 55px;
	min-height: 356px;
	border-bottom: 1px solid #e7e7e7;
}
.forms-section .form-row:hover{
	background: #e7e7e7;
}
.forms-section .form-name{
	margin-left: 150px;
}
.forms-section .form-name h3{
	text-transform: none;
    word-spacing: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    margin-top: 0;
    line-height: normal;
    max-height: 99px;
    overflow: hidden;
}
.forms-section .form-name p{	
    max-height: 80px;
    overflow: hidden;
}
.forms-section .form-row::before{
	font-family: FontAwesome;
	content: '\f15c';
	position: absolute;
	font-size: 130px;
	width: 140px;
	height: 140px;
	color: #666;
    text-align: center;
    margin-top: -15px;
}
.forms-section .form-name .pub-download{
	text-align: left!important;
}
.forms-section .form-name .pub-download .download-btn{
	padding: 15px;
    border-radius: 30px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media screen and (max-width: 991px) {		
	.forms-section .form-row{
		margin-bottom: 20px;
	    padding: 0 0 25px;
		min-height: 330px;
	}
}
@media screen and (max-width: 767px) {	
	.forms-section .form-name .pub-download{
		text-align: center !important;
	}	
	.forms-section .form-row{
		margin-bottom: 20px;
	    padding: 15px 15px 25px;
		min-height: auto;
	}
	.forms-section .form-row::before{
		display: none;
		/*font-size: 65px;
		width: 70px;
		height: 70px;*/
	}
	.forms-section .form-name{
		margin-left: 0;
	}
	.forms-section {
	    margin-top: 30px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
	color: #999;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.photo-day-gallery .div#n2-ss-5 .n2-ss-slide{
	opacity: 0.3;
}

/*--------------------------------------------------------------
# Padding 
--------------------------------------------------------------*/
.margin-top-18{
	margin-top:18px!important;
}
.no-padding{
	padding:0 !important;
}
.no-padding-right{
	padding-right:0 !important;
}
.no-padding-left{
	padding-left:0 !important;
}
.half-padding{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
@media screen and (max-width: 767px) {		
	.no-padding{
		padding:15px !important;
	}
	.no-padding-right{
		padding-right:15px !important;
	}
	.no-padding-left{
		padding-left:15px !important;
	}
}
/*--------------------------------------------------------------
# Border
--------------------------------------------------------------*/
.border-right{
	border-right: 1px solid #CCCCCC;
}
.border-left{
	border-left: 1px solid #eee;
}
.border-top{
	border-top: 1px solid #eee;
}
.border-all{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 5px 10px;
}
.border-all-dark{
	border: 2px solid #303539;
	border-radius: 3px;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.read-more-center-photo-day{
	text-align: center;
	padding: 15px 55px 25px 25px;
}
.read-more-center-photo-day a{
	color: #cbb229;
	padding: 10px 20px;
	border: 2px solid #cbb229;
}
.read-more-center-photo-day a:hover{
	color: #FFF;
	border: 2px solid #cbb229;
	background: #cbb229;
	border-radius: 22px;
}
.read-more-btn{
	background-color: #299CD8;
	color: #FFF!important;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 19px;
}
.read-more-btn::after{
	font-family: FontAwesome;
	content: '\f054';
	padding-left: 15px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.read-more-btn:hover{
	background-color: #207bac;
}
.read-more-btn:hover::after{
	padding-left: 7px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.download-btn {
    border: 2px solid #299cd8;
    padding: 5px;
    border-radius: 4px;
}
.download-btn:hover,
.download-btn:focus,
.download-btn:active {
    border: 2px solid #299cd8;
    background: #299cd8;
    color: #FFF;
    border-radius: 30px;
}




/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/
.top-bar-opm{
	font-size: 11px;
    /*text-transform: uppercase;*/
    font-family: 'Droid Serif', serif;
     font-style: italic; 
     color: #cbb229;
}
.opm-top-bar {
	background: #303539;
	min-height: 40px;
	padding: 7.5px 0;
	color: #dadde2;
}
#opm-top-bar-left,
#opm-top-bar-right, 
#opm-top-bar-left li,
#opm-top-bar-right li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#opm-top-bar-left li{
	margin-left: 10px;	
}
#opm-top-bar-right li{
	margin-left: 15px;	
}
#opm-top-bar-left li a,
#opm-top-bar-right li a{
	color: #dadde2;
}
#opm-top-bar-left li a:visited,
#opm-top-bar-right li a:visited{
	color: #dadde2;
}
#opm-top-bar-left li a:hover,
#opm-top-bar-right li a:hover,
#opm-top-bar-left li a:focus,
#opm-top-bar-right li a:focus,
#opm-top-bar-left li a:active,
#opm-top-bar-right li a:active{
	color: #d5c60f;
}
#opm-top-bar-left li a{
	font-size: 16px;
}
@media screen and (max-width: 767px) {	
	.opm-top-bar{
		text-align: center;
	}	
	#opm-top-bar-right{
		float: none!important;
	}
	.c-bar{
		margin-top: 7px;
	}
}


/*--------------------------------------------------------------
# Header Feature
--------------------------------------------------------------*/
#opm-header-slider{
	border-bottom: 5px solid #303539;	
}
#opm-header-feature{}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.home-section{
	padding: 25px 30px 40px 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Latest News
--------------------------------------------------------------*/
#latest-news{
	background: #fff;
	-webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
}
/*.news-section{

}*/
.news-image{
	max-height: 210px;
	min-height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.news-article-content{
	position: relative;
}
.hover-read-more {
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.cabinet-minister-profile-details:hover .hover-read-more,
.feature-playlist:hover .hover-read-more,
.download-image:hover .hover-read-more,
.news-article-content:hover .hover-read-more, 
.news-image:hover .hover-read-more {
  	opacity: 1;
}
/*.cabinet-minister-profile-details .hover-read-more .hover-read-more-btn:hover{
  	webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}*/
.hover-read-more-btn{
	background-color: #299CD8;
	color: #FFF!important;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 19px;
}
.download-image:hover img,
.news-image:hover img {
  opacity: 0.55;
}
.news-article-content:hover article{
  opacity: 0.7;
}

.news-meta{
	text-align: center;
}
.news-entry-date{
	font-size: 12px;
	color: #299cd8;
}
.news-author{
	font-weight: 200;
}
.news-meta hr{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 35%;
	height: 2px;
	background-color: #cbb229;
}
.news-content .news-title h3 a{
	font-size: 22px;
	font-weight: 600;
	/*min-height: 72px;*/
	color: #404040;
}
.news-content .news-title h3 a:hover{
	color: #299cd8;
}

@media screen and (max-width: 1199px) {	
	.news-image{
		max-height: 182px;
	}
	.hover-read-more-btn{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {	
	.news-image{
		max-height: 133px;
	}
}
@media screen and (max-width: 767px) {	
	.news-image{
		max-height: 400px;
	}	
	.news-article-content{
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
## Photo of the Day
--------------------------------------------------------------*/
#photo-of-the-day{
	background: #303539;
	-webkit-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	-moz-box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
	box-shadow: 0px 7px 20px -7px rgba(105,105,105,1);
}
.photo-day-info-details{
	color: #c0c3c3;
}
.photo-day-img{
	max-height: 430px;
	display: inline-block;
	width: 100%;
	min-height: 430px;
	margin-bottom: -5px;
}
.meet-the-pm{
	padding-right: 15px;
	padding-left: 15px;
}
.meet-the-pm p{
	max-height: 243px;
    overflow: hidden;
}
.photo-day-info-details .meet-the-pm h1{
	color: #c0c3c3;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.photo-day-info-details .meet-the-pm hr{
	margin-top: 0;
	margin-bottom: 15px;
	width: 30%;
	height: 4px;
	background-color: #c0c3c3;
	float: left;
}
.photo-day-info-details .meet-the-pm h3{
	color: #cbb229;
	font-weight: 500;
	font-size: 22px;
}
.photo-caption {
	margin-top: 5px;
	position: relative;
}
.photo-caption p{
	color: #c0c3c3;
	font-size: 12px;
	font-style: italic;
	max-height: 85px;
	overflow: hidden;
}
.photo-caption p{
	color: #c0c3c3;
	font-size: 12px;
	font-style: italic;
	max-height: 85px;
	overflow: hidden;
}
.photo-caption a{
	font-size: 12px;
	margin-bottom: 10px;
}
.photo-caption::before{	
	font-family: FontAwesome;
	position: absolute;
	left: -43px;
	top: 25px;	
	content: "\f060";
	width: 45px;
	height:45px;
	background: rgba(0,0,0,0.6);
	color: rgba(203,178,41,0.3);
	font-size: 26px;
	line-height: 1;
	border-radius: 23px;
	padding-left: 10px;
	padding-top: 10px;
	opacity: 0.2;
}
@media screen and (max-width: 1199px) {	
	.photo-day-img{
		min-height: 470px;
		max-height: 470px;
	}
}
@media screen and (max-width: 991px) {	
	.photo-day-info-details .meet-the-pm h1{
		font-size: 24px;
	}
	.photo-day-info-details .meet-the-pm hr{
		height: 3px;
	}
	.photo-day-info-details .meet-the-pm h3{
		font-size: 18px;
	}
	.photo-day-img{
		min-height: 470px;
		max-height: 470px;
	}
	.photo-caption p{
		max-height: 85px;
	}
}
@media screen and (max-width: 767px) {	
	.photo-caption p{
		max-height: 200px;
	}
	.photo-caption::before{
		left: 0;
		top: -43px;	
		content: "\f062";
		background: rgba(0,0,0,0.2);
	}
	.photo-caption a{
		margin-bottom: 25px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info{
	margin-top: 25px;
	border-top: 5px solid #303539;
}
.site-info h3{
	color: #303539;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.site-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}
.site-info ul li {
	margin-bottom: 8px;
}
.site-info ul li a {
	color: #888888;
}
.site-info ul li a:hover {
	color: #299cd8;
}
.copyright{
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
	color: #303539;
}
.by{
	font-size: 9px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.site-footer ul.menu li.menu-item-has-children > a{
	font-weight: 700;
	color: #303539;
	text-transform: uppercase;
}
.site-footer ul.menu li.menu-item-has-children > a:hover{
	color: #299cd8;
}
.site-footer ul.menu li.menu-item-has-children > a::after{
	font-family: FontAwesome;
	content: "\f0d7";
	margin-left: 10px;	
}
.site-footer ul.sub-menu{
	margin: 8px 0 0 20px;
}
.site-footer ul.sub-menu li a::before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;	
	left: 10px;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-footer ul.sub-menu li a:hover::before {
	left: 25px;
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/
.transition-ease-1s{
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*--------------------------------------------------------------
# Maintenance Page
--------------------------------------------------------------*/
.aiowps-site-lockout-box{    
    border: none;
}
.aiowps-site-lockout-msg{
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
.aiowps-site-lockout-msg h1{
    font-size: 50px; 
}
.aiowps-site-lockout-msg p{
   line-height: 1.6;
}