@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?c846ix');
  src:  url('fonts/icomoon.eot?c846ix#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?c846ix') format('truetype'),
    url('fonts/icomoon.woff?c846ix') format('woff'),
    url('fonts/icomoon.svg?c846ix#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Theme Name: rmssecurity
Theme URI: http://mulrooneydesign.com
Author: Underscores.me
Author URI: http://mulrooneydesign.com
Description: Theme For RMS Security Dublin
Version: 1.0.0
Text Domain: rmssecurity
Tags:

*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-key:before {
  content: "\e98d";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "azo-sans-web", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

body p {
	font-family: 'Quicksand', sans-serif;
	color: #59585a;
}

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

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;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

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,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	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: #fff; /* 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
--------------------------------------------------------------*/
.frm_button_submit {
	box-shadow: none!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	font-size: 16px!important;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #003d8e;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
  background: #fff;
 	box-shadow: 0 5px 10px 0px rgba(0,0,0,.1);
  padding: 20px 10px;
}

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

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

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 20px;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #003d8e;
	background: #f9f9f9;
}

.site-branding a {
	padding: 0;
}

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

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

.main-navigation ul ul a {
	width: 240px;
	background: #fff;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul.current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
	border-bottom: 0;
	border-left: 2px solid #003d8e;
	background: #f9f9f9;
}

.main-navigation ul ul li {
	font-size: 14px;

}

.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 {
	border-bottom: 2px solid #003d8e;
}

/* Small menu. */
.menu-toggle {
	float: right;
    margin-top: -70px;
}
.main-navigation.toggled {
	display: block;
}

.main-navigation.toggled ul {
	display: block;
	width: 100%;
}

.main-navigation.toggled ul li {
	display: block;
	width: 100%;
	float: left;
}
.main-navigation.toggled ul li a {
width: 100%;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.toggled .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .toggled  .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .toggled  .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


@media screen and (min-width: 700px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
        float: right;
	}

}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* BreadCrumbs */
.breadcrumbs {
	color: #fff;
	background: #59585a;		
}
.breadcrumbs a, .breadcrumbs-last {
	color: #fff;
	padding: 20px;
	display: inline-block;
}	

.call-us-today {
	float: right;
}
	
.call-us-today span span {
	color: #bab5ff;
	font-size: 20px;
	padding: 10px;
}

#breadcrumbs{
	list-style:none;
	margin: 0;
	overflow:hidden;
	padding-left: 2px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

@media screen and (max-width: 801px) {
        
    #breadcrumbs li {
        display: none;
    }
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.hero, .form-row {
	background: url('http://rmsdublin.ie/wp-content/uploads/2017/06/RMS-bg.jpg');
	background-size: cover;
	margin-left: 0!important;
	margin-right: 0!important;
}
.services-hero {
	background-image: url('http://rmsdublin.ie/wp-content/uploads/2017/06/service-bg.jpg');
}

/*slider*/
.slidesjs-pagination {
	margin: 4px 0 0 0;
	float: right;
}
.slidesjs-pagination li {
	display: inline-block;
	padding-left: 4px;
}
.slidesjs-pagination li a {
	color: rgba(0,0,0,0);
	background: rgba(0,0,0,0.2);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2px;
	border-radius: 7px;
}
.slidesjs-pagination li a.active {
	background: #000;
}
.slidesjs-previous, .slidesjs-next {
	display: none;
}

/*end slider*/
.hero, .section {
	padding: 60px 0;
}

.hero h1 {
	color: #fff;
	text-transform: uppercase;
	color: #003d8e;
	line-height: 1.2;
}

.hero h1 span {
	text-transform: capitalize;
	color: #fff;
	font-size: 42px;
	padding: 0;
}

.hero h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.hero p {
	color: #fff;
}

.services-hero h2, .services-hero p {
	color: #59585a;
}

.btn {
  padding: 12px 24px;
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'azo-sans-web', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-dark {
	background: #003d8e;
	color: #fff!important;
	transition: background 0.3s;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #fff;
	color: #003d8e!important;
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section h2 {
	font-size: 42px;
}

img.icon {
 max-width: 130px;	
}

.section .panel, .staff-panel {
	background: url('http://rmsdublin.ie/wp-content/uploads/2017/06/panel-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 32px;
	box-sizing: border-box;
	border: 8px solid #fff;
}

.section .panel p {
	margin-bottom: 60px;
}

.section .panel .btn {
	position: absolute;
	bottom: 10px;
}

.form-row h2 {
	color: #fff;
}

#map-content {
	height: 600px;
}
/*--------------------------------------------------------------
# Services Form
--------------------------------------------------------------*/
.service-form {
	background-color: #7094ad;
	padding: 4px 20px 0px;
}

.service-form h2 {
	color: #fff;
	font-weight: 200;
	font-size: 28px;
	margin-top: 4px;
}

.services-icons img {
	max-width: 100%;
}

.services-icons .panel {
	text-align: center;
	text-transform: uppercase;
	color: #003d8e;
	font-size: 12px;
	transition: background 0.3s;
}

.services-icons .panel:hover {
	background: #003d8e;
	background-image: none;
	color: #fff;
}

/*--------------------------------------------------------------
# Staff Panel
--------------------------------------------------------------*/
.staff {
	background: url('http://rmsdublin.ie/wp-content/uploads/2017/07/security-guard.jpg');
	background-size: cover;
	color: #fff;
}

.staff-panel {
	border: 8px solid transparent;
}

.staff-panel img {
	max-width: 100%;
	border: 8px solid transparent;
}

.staff-panel h3 {
	display: inline-block;
	color: #404040;
	margin: 0;
}

.staff-panel h3 span {
	display: inline-block;
	text-transform: uppercase;
	color: #003d8e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.secondary-navigation {
	 clear: both; 
	 display: inline-block; 
	 float: right; 
	 width: auto; 
	 background: #fff; 
	 box-shadow: none; 
	 padding: 0; 
}

.site-info {
	background: black;
	padding: 6px;
	margin-top: 40px;
}

.site-info a {
	color: #fff;
	font-size: 12px;
	background: black;
	display: block;
}

.footer-menu {
	box-shadow: 0 5px 10px rgba(0,0,0,.03);
}

.footer-menu .custom-logo {
	max-width: 120px;
	margin: 20px;
}



.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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