/*   
Theme Name: RUNESWORD
Theme URI: https://www.runesword.com
Author: Aleks Fortunat
Author URI: https://www.runesword.com
Version: 1.0
*/



@font-face {
	font-family: 'Saira_Condensed';
	src: url('../runesword/fonts/Saira_Condensed/SairaCondensed-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira_Condensed';
	src: url('../runesword/fonts/Saira_Condensed/SairaCondensed-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'Saira_Condensed';
	src: url('../runesword/fonts/Saira_Condensed/SairaCondensed-Black.ttf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Saira';
	src: url('../runesword/fonts/Saira/Saira-Regular.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../runesword/fonts/Saira/Saira-SemiBold.ttf');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../runesword/fonts/Saira/Saira-Bold.ttf');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


body {
	padding: 0px !important;
	font-family: "Saira";
}

a {
	color: #693D80;
	text-decoration: underline;
}

a:hover {
	color: #27213A;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}


/*HEADER*/
.navbar {
	transition: background-color 0.5s;
}
.navbar-default {
	background-color: #27213A;
}
.navbar a {
	transition: color 0.5s
}

.navbar-inverse {
	position: absolute;
	padding-top: 24px;
}

.navbar-inverse .active > a {
	opacity: 0.5;
}

.current-page-parent > a {
	opacity: 0.5; 
}

.dropdown-menu>.active>a {
    opacity: 0.5;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dropdown-menu {
	padding: 10px;
	border-radius: 10px !important;
}

.navbar-collapse ul li:hover ul {
	display: block;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
    text-decoration: underline;
	opacity: 1;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a {
	color: #fff;
	text-decoration: none;
}


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

.navbar-nav a {
	color: #27213A;
	font-family: Saira_Condensed;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 24px !important;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 16px;
}

.menu-button {

	font-family: Saira_Condensed;	
	font-size: 15px;	
	font-weight: 800;	
	letter-spacing: 2px;	
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 12px;
	cursor: pointer;
		margin-top: 12px;
}

.menu-button a{
	color: #FFFFFF !important;	
	padding: 8px 15px 4px 15px !important;

}

.navbar-brand {
	color: #27213A;
    font-family: Saira_Condensed;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}

.navbar-brand img{
	height: 65px;
	padding: 10px 0px;
}

.navbar-nav {
	float: right;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}


/*mega menu*/
.navbar-nav>li .dropdown-menu {
    list-style: none;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*PAGES*/

/*page header*/
.page-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	 display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    flex-direction: column;
    height: 40vh;
}
.page-header header .header-title {
	position: absolute;
	bottom: 30px;
}

.page-header header,.page-header header .row, .page-header header .col-12 {
	height: 100%;
}

.page-header p {
	color: #FFFFFF;
	font-family: Saira_Condensed;	
	font-size: 27px;	
	font-weight: 600;	
	line-height: 36px;
	margin: 0px;
}
.page-header h1 {
	color: #FFFFFF;	
	font-family: "Saira_Condensed";	
	font-size: 54px;
	font-weight: 500;
	line-height: 54px;
	margin: 0px 0px 12px 0px;
}

.header-breadcrumbs {
	background-color: #BDBEC0;
	padding: 15px 0px;
	margin-top: 65px;
}
.header-breadcrumbs .container{
	padding-top: 0px;
}

.header-breadcrumbs a, .header-breadcrumbs a:focus, .header-breadcrumbs a:active {
	color: #505050;
	text-decoration: none;
}

.header-breadcrumbs a:hover {
	text-decoration: underline;
}

.header-subtitle {
	background-color: #415A64;
	padding: 15px 0px;
}
.header-subtitle p{
	color: #fff;
}

.header-aff {
	background-color: #BDBEC0;
	padding: 15px 0px;
}

.header-aff p{
	color: #636363;
	font-style: italic;
}

.h1, h1 {
	color: #27213A;
	font-family: "Saira_Condensed";	
	font-size: 64px;	
	font-weight: 500;	
	line-height: 72px;
	margin: 0px;
}
p.h1-subheading {
	color: #415A64;	
	font-family: Saira_Condensed;	
	font-size: 27px;	
	font-weight: 600;	
	line-height: 36px;
	margin: 0px 0px 24px 0px;
}

p.subheading-1, h2 {
	color: #27213A;	
	font-family: Saira_Condensed;	
	font-size: 23px;	
	font-weight: 800;	
	letter-spacing: 1.5px;	
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
}


p.subheading-2, h3 {
	color: #27213A;	
	font-family: Saira_Condensed;	
	font-size: 15px;	
	font-weight: 800;	
	letter-spacing: 2px;	
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
p.subheading-3, h4 {
	color: #6A6A6A;	
	font-family: Saira_Condensed;	
	font-size: 15px;	
	font-weight: 800;	
	letter-spacing: 2px;	
	line-height: 24px;
	text-transform: uppercase;
}




p {
	color: #505050 ;	
	font-family: "Saira" ;	
	font-size: 17px ;	
	line-height: 27px ;
	margin-bottom: 20px;
}

span {
	color: #505050;	
	font-family: "Saira";	
	font-size: 15px;	
	line-height: 27px;	
}

/*ARTICLES*/
.article-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    float: left;
}

.article-small-image {
	height: 300px;
	object-fit: cover;
}

/*GUTENBERG*/
.shadow img{
	-moz-box-shadow: 0px 0px 4px grey;
	-webkit-box-shadow: 0px 0px 4px grey;
	box-shadow: 0px 0px 4px grey;
}

/*block quote*/
blockquote:before {
    content: '“';
    position: absolute;
    height: 35px;
    width: 35px;
    color: #693d80;
    font-size: 80px;
    line-height: 72px;
    margin-left: -40px;
    margin-top: -10px;
}

blockquote p{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

cite {
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1.5px;
	line-height: 27px;
	display: block;
	text-transform: uppercase;
	margin-top: 24px;
}

/*COL BRACKET*/
.col-bracket {
	padding: 12px;
    background: #415A64;
    border-radius: 10px;
    height: 280px;
    color: #fff;
}

.col-bracket p {
	height: 100%;
	padding: 12px;
	border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.link-shadow {
	transition: box-shadow 0.3s;
	display: block;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.link-shadow:hover {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
}

/*CONTAINER*/
.container {
	padding-top: 65px;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}

/*LISTS*/
.row ul {
	padding-left: 28px;
	margin: 0px;
}


.row li {
    color: #505050;
    font-family: "Saira";
    font-size: 17px;
    line-height: 27px;
    margin: 0px;	
    padding: 5px 0px;
}




/*CONTANT FORM*/

.wpcf7 .wpcf7-text, .wpcf7 label {
	width: 100%;
}
.wpcf7 label {
	color: #505050;	
	font-family: "Saira";
	font-size: 17px;
	font-weight: 400;
	margin-top: 14px;
}
.wpcf7 .wpcf7-text{
	height: 60px;
	border: 2px solid #BCC7D2;
	border-radius: 12px;
	background-color: #F6F6F6;
	padding-left: 24px;
}	

.wpcf7 .wpcf7-textarea {
	width: 100%;
	border: 2px solid #BCC7D2;
	border-radius: 12px;
	background-color: #F6F6F6;
	padding-left: 24px;
}

.wpcf7 .wpcf7-text:focus, .wpcf7 .wpcf7-textarea:focus{
	border: 2px solid #27213A !important;
	outline: none;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	color: #505050;
    font-family: "Saira";
    font-size: 17px;
    line-height: 27px;
}

.wpcf7-select {
	height: 60px;
    border: 2px solid #BCC7D2;
    border-radius: 12px;
    background-color: #F6F6F6;
    padding-left: 24px;
    margin-left: 0px;
    background-position-x: 90%;
    width: 100%;	
}

.wpcf7-date {
	height: 60px;
    border: 2px solid #BCC7D2;
    border-radius: 12px;
    background-color: #F6F6F6;
    padding-left: 24px;
 }

.wpcf7 .wpcf7-submit {	
	height: 60px;	
	width: 45%;
	color: #FFFFFF;	
	font-family: Saira_Condensed;	
	font-size: 15px;	
	font-weight: 800;	
	letter-spacing: 2px;	
	line-height: 24px;
	border: none;
	border-radius: 12px;	
	background-color: #27213A;
	transition: box-shadow 0.3s;
	float: right;
}
.wpcf7 .wpcf7-submit:hover {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
}

.wpcf7-clear {
	background-color: #415A64 !important;
	float: left !important;
}

.submit-reset input{
	display: inline-block;
	margin-top: 45px;
}

.wpcf7-not-valid {
	border: 2px solid #E00043 !important;
}

.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
    right: 0px;
    top: -45px;
    position: absolute;
    text-transform: uppercase;
	color: #E00043;	
	font-family: "Saira";	
	font-size: 12px;	
	font-weight: bold;	
	letter-spacing: 1.5px;	
	line-height: 27px;
}

.screen-reader-response, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	display: none !important;
}

#contactSuccess .modal-content {
	background-color: #27213A;
}
#contactSuccess .modal-content p{
	color: #FFFFFF;	
	font-family: Saira_Condensed;	
	font-size: 27px;	
	font-weight: 600;	
	line-height: 36px;	
	text-align: center;
	width: 100%;
}



/*FOOTER*/
footer {
	position: relative;
	background-color: #415A64;
	padding-bottom: 30px;
	margin-top: 100px;
}

footer a:hover {
	text-decoration: underline;
}

/*cookie law*/
.cli-plugin-main-button {
	border-radius: 6px;
	padding: 18px 45px;
	color: #FFFFFF;	font-family: Saira_Condensed !important;
	font-size: 15px !important;
	font-weight: 800  !important;
	letter-spacing: 2px !important;
	line-height: 24px !important;
	text-align: center !important;
}




@media (max-width: 768px) {


	.page-divider {
		height: 3px !important;
	}

	

	.h1 {
		font-size: 38px !important;
		line-height: 42px !important;
	}
	.page-header h1 , .carousel-item .carousel-title, .resources-title {
		font-size: 46px !important;
		line-height: 54px !important;
	}
	p.subheading-1 {
		font-size: 19px !important;
		line-height: 27px !important;	
	}



	.container {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	.row {
		margin-left: -24px !important;
		margin-right: -24px !important;
	}


	.carousel-item > div {
		margin-top: initial !important;
	}

}

@media (min-width: 768px) {

}

@media (max-width: 1224px) {
		.navbar-collapse ul li ul,.navbar-collapse ul li {
		display: block;
	}
	.page-divider {
		height: 4px;
	}

	.h1{
		font-size: 48px;
		line-height: 54px;
	}
	
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
	.navbar-collapse {
		border-radius: 0px;
	}
	.navbar-inverse .navbar-nav>li>a {
	    color: #747b80 !important;
	}
	.navbar-nav {
		float: left;
	}
	


 
}










