/**
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */
 
@font-face {
  font-family: 'Dubai-Regular';
  src: url('../fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), 
  		url('../fonts/DubaiW23-Regular.woff') format('woff'), 
  		url('../fonts/DubaiW23-Regular.ttf') format('truetype'), 
  		url('../fonts/DubaiW23-Regular.svg#Dubai-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dubai-Regular';
}
p, div,samp {
    font-family: 'Dubai-Regular';
}
.top-social-media{
    float: left;
    direction: ltr;
    padding: 0 !important;
}
.top-social-media a{
	    color: #b51c81;
    font-size: 24px;
    margin-right: 5px;
    line-height: 1.5;
}
.top-social-media .callout-inner{
  text-align: left;
}
header .last{
	float: left;
}
header .search-form{
    margin: 10px 0 0 0;
}
.newsplus-title{
    /*margin-bottom: 10px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;*/
}
.newsplus-title a{
    padding: 0px 20px;
    border-radius: 2px;
}

/* ======== mobile-header-style  ======== */
.header-mobile-style{
  background: #000000;
  border-bottom: 3px solid #c31a83;
}
/* enab-sidenav  */
.bank-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: right;
}

.bank-sidenav a {
    padding: 3px 10px 3px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #1b1b1b;
}



.bank-sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-right: 50px;;
}
.bank_menu_mobile{
    color: #b5b5b5;
    font-size: 30px;
    margin: 8px 0 4px 0;
    display: inline-block;
    line-height: 1;
}
.bank_menu_mobile:hover{
    color: #c31a83;
}
.menu-icon{
  float: right;
}
/* end enab-sidenav  */
/* ======== end mobile-header-style  ======== */




.main-slider{
      background: #000000 !important;
}
.main-slider .clearfix{
  padding: 0px !important;
}
.main-slider .meta-row{
  display: none;
}
.main-slider .post-thumb{
  margin-bottom: 0px;
}
.main-slider .ps-slide:after{
  display: none;
}  
.main-slider .owl-dots{
  display: none !important;
}
.main-slider .entry-title{
      position: fixed;
    bottom: 0;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 3px #000000;
    margin: 20px;
}




.header-slim.sticky-nav .wrap {
    margin-bottom: 0px;
    margin-top: 0px;
}
.addthis_inline_share_toolbox_6tqb{
  margin: 10px 0;
}
/* mailchimp */
.mailchimp{
    text-align: center;
    background: linear-gradient(141deg, #c51a83 0%, #aa1d7f 51%, #6c2773 75%);
    opacity: 0.7;
    color: white;
    padding: 1px 10px 17px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto 20px auto;
    width: 100%;
}
.mailchimp:hover{
opacity: 1.0;
}
.mailchimp form{
  margin: 0px;
}
.mailchimp h2{
  font-size: 18px;
  margin-bottom: 5px;
}
.mailchimp input[type="email"]{
  padding: 3px;
    height: 30px;
    text-align: left;
    margin: 0 0 0 -5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 100%;
    max-width: 210px;
}

.mailchimp input[type="submit"]{
  padding: 3px;
    margin: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/* end mailchimp */

.fontLarge{
  margin-top: -16px;
}

.callout-left .search-form{
  margin-bottom: 0px;
}
.callout-left .search-form .search-field{
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    max-width: 220px;
    border-radius: 4px;
}
.callout-left .search-form:before{
    line-height: 1.3;
}
.widget_text p{
  margin-bottom: 0px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.68); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 2px solid #b51d81;
    width: 100%;
    max-width: 500px;
    position: relative;
    text-align: center;
    border-radius: 4px;
}

.modal-youtube {
 
    margin: auto;

    width: 100%;
    max-width: 700px;
    position: relative;
}
/* The Close Button */
.close {
      color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .mailchimp{
      background: none;
        margin-bottom: 0;
    padding-bottom: 0;
}
.modal-content .mailchimp h2{
  color: #000;
}

