/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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

@font-face {
	font-family: AdelleSans-Regular;
	src: url(fonts/AdelleSans-Regular.otf);
}

@font-face {
	font-family: AdelleSans-Thin;
	src: url(fonts/AdelleSans-Thin.otf);
}


@font-face {
	font-family: AdelleSans-Bold;
	src: url(fonts/AdelleSans-Bold.otf);
}





body {
	font-family: AdelleSans-Regular;
	
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #18274a;
	font-family: AdelleSans-Bold;
	
}
p {
}


 @media (min-width: 1300px) {
.container {
	max-width: 1240px;
}
}


/* Header start */

.navbar-dark .navbar-brand {
	width: 240px;
}
.navbar-dark .navbar-nav a:focus, .navbar-dark .navbar-nav a:hover {
	color: #fff;
	text-decoration: none;
}

.navbar-dark .navbar-toggler {
	border-color: transparent;
	outline: none;
}
.site_header_wrapper {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 500;
}
.navbar-dark {
	background-color: #18274a;
}
.navbar {
	padding: 2rem 1rem;
}
.navbar-dark .navbar-nav a {
	color: #d8d8d8;
	font-size: 14px;
	letter-spacing: 3px;
	display: block;
    padding: .5rem 1rem;
	font-family: AdelleSans-Thin;
	
}

.navbar-dark .navbar-nav .sub-menu
{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.navbar-dark .navbar-nav .sub-menu li:after
{
	display:none !important;
}

.menu-item-has-children a::after
{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.6em;
    vertical-align: 0.1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.menu-item-has-children .sub-menu li a::after
{
	display:none;
}

.navbar-dark .navbar-nav .sub-menu a
{
	display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
	font-size: 1rem;
	letter-spacing:normal;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-dark .navbar-nav li {
	position: relative;
}
.navbar-dark .navbar-nav li:after {
	position: absolute;
	top: 7px;
	right: 0px;
	content: '|';
	color: #d8d8d8;
}
.navbar-dark .navbar-nav li:last-child:after {
	display: none;
}
.site_ivvia_btn {
	margin-right: 20px;
}
.navbar-brand {
	font-weight:bold;
}
 @media (min-width: 992px) {
.navbar-expand-lg .navbar-nav a {
	padding-right: 1rem;
	padding-left: 1rem;
}
.site_ivvia_btn {
	display: none;
	padding-right: 20px;
}
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #18274a;
}

.sub-menu .menu-item:hover a
{
    color: #fff;
    background-color: #18274a;
}

.navbar-dark .navbar-nav .dropdown-menu li:after
{
	display:none;
}

.navbar-nav .menu-item:hover>.sub-menu {
  display: block;
}

/* Header end */


/* Subheader start */

.breadcrumb-item.active, .breadcrumb li a
{
	color:#000000 !important;
}

.site_subheader_wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(169, 169, 169, 0.6);
}
.site_subheader_wrapper {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}
.breadcrumb {
	padding: 0rem;
	margin-bottom: 0rem;
	background-color: transparent;
}
.breadcrumb li a {
	color: #212529;
	text-decoration: none;
}
/* Subheader end */


/* Slider start */

.carousel-item {
	height: 60vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top 25% center;
}
.carousel-item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.site_slider_content {
	text-align: left;
	color: #fff;
	z-index: 1;
}
.site_slide_title {
	font-size: 52px;
	line-height: 62px;
	color: #f7f7f7;
	margin-bottom: 10px;
}
.site_slide_subtitle {
	font-size: 21px;
	color: #f7f7f7;
	margin-bottom: 12px;
}
.site_slide_hr {
	margin: 30px 0px 15px 0px;
	width: 80%;
	background-color: #efe0da;
	height: 1px;
}
.site_slide_paragraph {
	font-weight: light;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 20px;
}

.site_slide_paragraph a{
	color:#fff;
	text-decoration:underline;
}


.site_spotify_logo {
	margin-top: 40px;
}
/* Slider end */


/* Button start */

.btn {
	border-radius: 0px;
}
.btn-primary {
	color: #fff;
	background-color: #18274a;
	border-color: #18274a;
}
.btn-primary:hover {
	color: #fff;
	background-color: #495a6b;
	border-color: #495a6b;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(73,90,107, 0.5) !important;
	background-color: #495a6b !important;
	border-color: #495a6b !important;
}
.btn-secondary {
	color: #fff;
	background-color: #495a6b;
	border-color: #495a6b;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #18274a;
	border-color: #18274a;
}
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(24, 39, 74, 45, 0.5) !important;
	background-color: #18274a !important;
	border-color: #18274a !important;
}
.btn-light {
	color: #8c8d8f;
	background-color: #fff;
	border-color: #fff;
}
.btn-light:hover {
	color: #8c8d8f;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(248,249,250, 0.5) !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}
.btn-dark {
	color: #fff;
	background-color: #1f191a;
	border-color: #1f191a;
}
/*.btn-dark:hover {
	color: #fff;
	background-color: #b5b9c1;
	border-color: #b5b9c1;
}
.btn-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(181,185,193, 0.5) !important;
	background-color: #b5b9c1 !important;
	border-color: #b5b9c1 !important;
}
*//* Button 3end */




/* Content start */

.site_section_wrapper {
	position: relative;
	padding: 5% 0;
}
.site_service_box {
	background-color:#18274a;
	border: solid 1px #e9e4e3;
	border-radius: 10px;
	padding: 30px;
	margin: 0 -5px;
}
.site_service_row a {
	text-decoration: none;
}

.site_service_row .site_service_title {
	text-align:center;
	font-size:30px;
	color:#fff;
}

.site_service_icon_wrapper {
	display: flex;
	height: 100%;
}
.site_service_icon {
	display: flex;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #e9e4e3;
	border-radius: 50%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.site_service_box:hover .site_service_icon {
	background-color: #18274a;
}
.site_service_box:hover .site_service_icon i {
	color: #fff;
}
.site_service_icon i {
	margin: auto;
	font-size: 50px;
	color: #18274a;
}

.site_sidebar_title_head {
    border-bottom: 1px solid #e9e4e3;
	margin-bottom:20px;
	padding-bottom:17px;
}


.site_sidebar_links li a
{
	position:relative;
	color:#495a6b;
	text-decoration:none;
}

.site_sidebar_links li a:hover
{
	color:#778390;
}


.site_sidebar_links li 
{
	margin-bottom:8px;
}


.site_midnight_arrow li a:after {
    content: "";
    background-image: url(icons/fallback/arrow-thin-right-midnight.png);
    width: 16px;
    height: 15px;
    /*top: 4px;
    right: -25px;*/
	margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.site_content_ul li
{
	margin-bottom:10px;
}

.site_sitemap_ol li
{
	margin-bottom:10px;
}

/* Content end */


/* Tabs start */

.site_nav_tabs
{
	position:relative;
}

.site_nav_tabs:after {
    background: #e9e4e3;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link 
{
	font-weight:bold;
	background-color:transparent;
	border-bottom: 4px solid #18274a;
    color: #18274a;
	
}

.nav-pills .nav-link
{
	border-radius:0px;
	color:#595857;
	font-size:16px;
	padding-bottom:1.25em;
	padding-left: 0px;
    padding-right: 0px;	
}

.nav-pills li
{
	padding-right:2.25rem;
}

.site_content_tab
{
	padding:20px 0;
}


/* Tabs end */


/* Footer start */

.site_sub_footer {
    position: relative;
    padding:20px 0px;
	border-bottom:solid 1px #fff;
    background-color: #18274a;
	text-align:center;
    color: #e9e4e1;
}

.site_footer {
	position:relative;
	padding: 25px 0;
	background-color: #18274a;
	color: #e9e4e1;
}
.site_footer_links {
	text-align: right;
	margin-bottom: 0px;
}
.site_footer_links li {
	position: relative;
}
.site_footer_links li:after {
	position: absolute;
	content: '';
	right: -15px;
	background-color: #fff;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	font-size: 64px;
	top: 8px;
}
.site_footer_links li:last-child:after {
	display: none;
}
.site_footer_links li a {
	font-family: AdelleSans-Thin;
	
	color: #e9e4e1;
	text-decoration: none;
}

.site_footer_links .menu-item
{
	display: inline-block;
}

.site_footer_links .menu-item:not(:last-child) {
	margin-right: 1.5rem;
}
.site_social_links li a {
	background-color: #858585;
	color: #fff;
	width: 33px;
	height: 33px;
	display: block;
	border-radius: 50%;
	line-height: 33px;
	font-size: 14px;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_footer_social_links {
	text-align: right;
}
.site_copyright {
	text-transform:capitalize;
}
.site_floating_logo {
	position: absolute;
	right: 20px;
	bottom: 27px;
	width: 100px;
	text-align: center;
	background-color: #18274a;
}
.site_floating_logo img {
	margin: auto;
}

/* Footer end */


/* Responsive start */

@media (max-width: 1384px) and (min-width:992px)
{
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .7rem;
	    padding-left: .7rem;
	    font-size: 12px;
	    letter-spacing: 0px;

	}
	
}


@media(max-width: 992px) {
.navbar-dark .navbar-brand {
	width: 230px;
}
.navbar {
	padding: 1rem 2rem;
}
.site_menu {
	padding-top: 20px;
}
.navbar-dark .navbar-nav li:after {
	display: none;
}

.site_section_wrapper .site_left_column
{
	margin-bottom:40px;
}

.site_nav_tabs li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.site_slide_title {
	font-size: 42px;
	line-height: 52px;
}
.site_slide_subtitle {
	font-size: 15px
}
.site_slide_paragraph {
	font-size: 12px;
}
.site_service_box {
	text-align: center;
}
.site_service_icon_wrapper {
	margin-bottom: 20px;
}
.site_service_title {
	width: 100%;
}
.site_service_row .col-lg-4 {
	margin-bottom: 20px;
}
.site_copyright {
	text-align: center;
	margin-bottom: 10px;
}
.site_footer_links {
	text-align: center;
}
.site_floating_logo {
	display: none;
}

h4 {
    font-size: 1.3rem;
}

.site_page_title
{
	font-size:2rem;

}

}

 @media(max-width: 575px) {
.carousel-inner .carousel-item {
	background-position: right;
}
}
