/*
 Theme Name:   Olsen Light Child Theme
 Description:  Olsen Light is a clean and elegant WordPress blog theme, perfect for lifestyle, food, fashion, travel, health & fitness, photography and beauty blogging. It is 100% responsive, customizable and easy to use. It is also compatible with the most popular page builders like Elementor, Divi, Brizy and Beaver Builder.
 Template:     olsen-light
 Version:      1.0.0
*/

/*
@import url("../olsen-light/style.css");
*/


body {
    background-image: url(images/main_background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#page .dfblogContain {
    background-color: #fff;
}
header.site-header {
    background-color: #1764c4;
}
.site-bar {
    border-top: solid 1px #022359;
    border-bottom: solid 1px #022359;
    background-color: #022359;
}
.site-bar .navigation > li > a {
    color: #fff;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
header.site-header .top-bar.group {
    border-color: #1764c4;
    padding: 10px 15px;
}
span.playstore, span.appstore {
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}
span.playstore {
    background-image: url(images/Playstore.png);
}
span.appstore {
    background-image: url(images/Appstore.png);
}
.top-bar .nav ul li a {
    margin-right: 15px;
}
header .site-bar .nav {
    width: 100%;
    float: unset;
    padding: 0 15px;
}
header .site-bar nav ul {
    display: table;
    width: 100%;
}
header .site-bar nav ul li {
    display: table-cell;
    float: unset;
    text-align: center;
}
header .site-bar nav ul li:nth-last-child(2){
    background-color: #2562c7;
    line-height: 30px;
}
header .site-bar nav ul li a {
    margin-right: 0;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
}
.site-tools ul.socials li a {
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}
.site-tools ul.socials li a i {
    display: none;
}
.site-tools ul.socials li:nth-child(1) a {
    background-image: url(images/Facebook.png);
}
.site-tools ul.socials li:nth-child(2) a {
    background-image: url(images/Twitter.png);
}
.site-tools ul.socials li:nth-child(3) a {
    background-image: url(images/Instagram.png);
}
.site-tools ul.socials li a:hover, .navigation > li > a:hover {
    opacity: .8;
}
.container.footerContain {
    background-color: #022359;
}
footer#footer {
    border-top: none;
}
footer p.tagline, footer p.tagline a {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
footer .site-bar .navigation > li > a {
    color: #2661c8;
    margin-right: 15px;
    text-decoration: underline;
}
footer .site-bar .navigation > li:first-child:after {
    content: '/';
    color: #2661c8;
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: 18px;
    font-weight: bold;
}
footer .site-bar .navigation > li{
  position: relative;
}
.twitter-timeline {
    height: 400px !important;
}
ul.sub-menu {
    min-width: 170px;
    background: #f2f2f2;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #b5d2f7;
}
header .site-bar nav ul.sub-menu li {
    display: block;
}
.navigation a.sf-with-ul {
    line-height: 16px;
}
.navigation a.sf-with-ul ~ ul.sub-menu li a i{
	font-size: 14px;
    border-radius: 3px;
    border: 1px solid #3c7dee;
    margin-right: 10px;
    padding: 3px;
}
.navigation a.sf-with-ul ~ ul.sub-menu li a {
    line-height: 16px;
    color: #3c7dee;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: left;
    background-color: #f2f2f2;
}
#menu-header-menu > .menu-item-has-children > a.sf-with-ul:first-child:after{
	display:none;
}
#menu-header-menu > .menu-item-has-children > ul:after{
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    right: auto;
    left: 5rem;
}
header .site-bar nav ul li:last-child {
    display: none;
}

@media(max-width: 991px){
  header.site-header {
      width: calc(100% + 30px);
      margin-left: -15px;
  }
  header.site-header .top-bar.group {
      display: none;
  }
  header.site-header .site-bar.group .mobile-nav-trigger {
      color: #fff;
  }
  .navigation-mobile-wrap {
      background-color: #0a3c84;
  }
  .navigation-mobile a {
      color: #fff;
      border-bottom: 1px solid #022359;
  }
  .navigation-mobile-dismiss{
      border-bottom: 1px solid #052c6b;
      color: #fff;
  }
  .navigation-mobile-dismiss:hover, .navigation-mobile-dismiss:focus {
      color: #fff;
  }
  footer .site-bar .navigation > li:first-child:after{
      right: -8px;
  }
  input, textarea {
      letter-spacing: 0.2px;
  }
	
	header .site-bar .nav {
    	width: auto;
		float: right;
	}
	header .site-logo {
		padding: 0 !important;
		position: absolute;
	}
	header .site-bar {
		border-top: solid 1px #1764c4;
		border-bottom: solid 1px #1764c4;
		background-color: #1764c4;
	}
	header .site-logo img {
		max-width: unset !important;
		height: 50px;
	}
	ul.sub-menu{
		border: 1px solid transparent;
		background: transparent;
	}
	ul.sub-menu li a {
		padding-left: 15px;
	}
	ul.sub-menu li ul li a {
		padding-left: 30px;
	}
	.home-slider button.slick-prev,
	.home-slider button.slick-next{
		display:none !important;
	}
	.slick-slider.home-slider {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		margin-bottom: 0;
	}
	.menu-item-has-children button.menu-item-sub-menu-toggle:before {
		color: #fff;
	}
}


@media (min-width: 992px){
	header.site-header .site-logo {
	    position: absolute;
	    top: 0;
	    left: calc(50% - 140px);
	    right: auto;
	    margin: 0 auto;
	    text-align: center;
	    padding: 0;
	}
	header .site-logo img {
	    max-width: unset !important;
	    height: 55px;
	}
}

header .tagline {
	display: none;
}
header.site-header .site-logo > div {
	margin: 0;
}
.mailmunch-wordpress-widget.mailmunch-wordpress-widget-958057 {
    padding: 1px 25px 25px !important;
    border-radius: 6px;
    background-color: #a48fc0;
}
.theme label.required:after {
    color: #ff0000;
}


