/*
Theme Name:   SalientChildTheme
Description:  Write here a brief description about your child-theme
Author:       cudedesign
Author URL:   http://yourwebsitedev.co.uk/dorethys-fortress
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SalientChildTheme
*/

/* Write here your own personal stylesheet */

@font-face {
	font-family: 'cooperblack';
	src: url('fonts/cooper_black_regular-webfont.woff2') format('woff2'),
		 url('fonts/cooper_black_regular-webfont.woff') format('woff'),
		 url('fonts/cooper_black_regular.ttf') format('ttf');
}

@font-face {
	font-family: 'eurostarblackextended';
	src: url('fonts/eurostarblackextended-webfont.woff2') format('woff2'),
	url('fonts/eurostarblackextended-webfont.woff') format('woff'),
	url('fonts/eurostarblackextended.ttf') format('ttf');
}

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.container.main-content ol,  .container.main-content ul {
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em{	font-style:italic;	}
strong{	font-weight:bold;	}
*{	box-sizing:border-box;	}
a {	text-decoration: none; }


/*Styling*/
#page-header-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.62) 100%);
	content: '';
	z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "eurostarblackextended", Arial, sans-serif;
}

.menu li a {
	font-family: "eurostarblackextended", Arial, sans-serif !important;
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a i::after {
	display: none !important;
}

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a i {
	font-size: 35px;
	margin-bottom: 5px;
}
#header-outer #logo img, #header-outer .logo-spacing img {
	height: 200px !important;
}
.off-canvas-menu-container img {
	max-width: 350px;
	margin-left: -33px;
	margin-bottom: 5px;
}

@media (max-width:1500px){
	#header-outer #logo img, #header-outer .logo-spacing img {
		height: 170px !important;
	}
	.off-canvas-menu-container img {
		max-width: 320px;
	}
}
@media (max-width:1300px){
	#header-outer #logo img, #header-outer .logo-spacing img {
		height: 140px !important;
	}
	.off-canvas-menu-container img {
		max-width: 280px;
	}
}
@media (max-width:960px){
	#header-outer #logo img, #header-outer .logo-spacing img {
		height: 100px !important;
	}
	.off-canvas-menu-container img {
		max-width: 220px;
	}
}

@media (max-width:639px){
	h2{font-size:28px;}
}

@media (max-width:479px){
	h2{font-size:21px;}
	body #header-outer #top #logo img, #header-outer #logo img, #header-outer .logo-spacing img {
		height: 50px !important;
	}
	.off-canvas-menu-container img {
		max-width: 120px;
		margin-left: -14px;
	}
}
body #logo{
	  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
body .material-ocm-open #logo {
	opacity: 0;
	visibility:hidden;
}