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




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


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

a {
	color: #1A93B0;
	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: #1a93b0;
	border: none;
	height: 65px;
}
.navbar a {
	display: none;
}

.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 {
	color: #fff;
	text-decoration: none;
}
 .navbar-default .navbar-nav>.active>a {
 	color: #fff;
 	font-weight: 800;
 	text-decoration: underline;
 }


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

.navbar-nav a {
	color: #27213A;
	font-family: Nunito;
	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: Nunito;	
	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: Nunito;
    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: Nunito;	
	font-size: 27px;	
	font-weight: 600;	
	line-height: 36px;
	margin: 0px;
}
.page-header h1 {
	color: #FFFFFF;	
	font-family: "Nunito";	
	font-size: 54px;
	font-weight: 500;
	line-height: 54px;
	margin: 0px 0px 12px 0px;
}

.header-breadcrumbs {
    background: linear-gradient(135deg,rgb(247,247,247) 0%,rgb(255,255,255) 100%);
}
.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 {
	color: #27213A;
	font-family: "Nunito";	
	font-size: 44px;	
	font-weight: 500;	
	line-height: 51px;
	margin: 0px;
}
h2 {
	color: #27213A;
	font-family: "Nunito";	
	font-size: 40px;	
	font-weight: 500;	
	line-height: 48px;
	margin: 0px;
}
h3 {
	color: #27213A;
	font-family: "Nunito";	
	font-size: 30px;	
	font-weight: 500;	
	line-height: 48px;
	margin: 0px;
}




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

span {
	color: #505050;	
	font-family: "Nunito";	
	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;
}
.wp-block-image img {
	height: auto;
}

.wp-block-latest-posts__featured-image {
	height: 200px;
}

.wp-block-latest-posts__featured-image img {
	max-height: 200px;
    max-width: 100%;
    width: fit-content;
}
.wp-block-latest-posts a {
	color: #1A93B0;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
    padding-top: 20px;
    display: block;
}

.group-padding {
	padding: 30px;
}

li img{
	height: auto;
}



/*block quote*/
.wp-block-quote {
	position: relative;
}
blockquote:before {
    content: '“';
    position: absolute;
    height: 35px;
    width: 35px;
    color: #1a93b0;
    font-size: 80px;
    line-height: 72px;
    left: 0px;
    top: -30px;
}

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: "Nunito";
    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: "Nunito";
	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: "Nunito";
    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: Nunito;	
	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: "Nunito";	
	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: Nunito;	
	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;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #fff;
}

/*cookie law*/
.cli-plugin-main-button {
	border-radius: 6px;
	padding: 18px 45px;
	color: #FFFFFF;	font-family: Nunito !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;
	}

	.has-background {
	    padding: 15px 10px !important;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	h1 {
		color: #27213A;
		font-family: "Nunito";	
		font-size: 40px;	
		font-weight: 500;	
		line-height: 48px;
		margin: 20px 0px 10px 0px;
	}
	h2 {
		color: #27213A;
		font-family: "Nunito";	
		font-size: 30px;	
		font-weight: 500;	
		line-height: 38px;
		margin: 20px 0px 10px 0px;
	}
	h3 {
		color: #27213A;
		font-family: "Nunito";	
		font-size: 20px;	
		font-weight: 500;	
		line-height: 28px;
		margin: 20px 0px 10px 0px;
	}

}

@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-collapse .navbar-nav>li>a {
	    color: #000;
	}
	.navbar-nav {
		float: left;
	}
	
	.navbar-collapse {
		z-index: 99999;
    	position: relative;
    	background: #fff;
	}
	 .navbar-default .navbar-nav>.active>a {
	 	color: #1A93B0;
	 	font-weight: 800;
	 	text-decoration: underline;
	 }

	 .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: #1A93B0;
	    text-decoration: underline;
		opacity: 1;
	}


 
}










