/*
Theme Name: Blue Star
Description: A custom theme easy to use, responsive, RTL supports.
Version: 1.0
Tags: responsive, custom-widgets,  custom-menu, featured-images, rtl.
Text Domain: bluestar
*/

@font-face {
    font-family: 'Script MT Bold';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url("fonts/SCRIPTBL.TTF") format("truetype");
}

@font-face {
    font-family: 'Gotham Light';
    src: url("fonts/Metropolis-Light.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham Medium';
    src: url("fonts/Metropolis-Medium.otf") format("opentype");
}



* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Gotham Light";
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
}

img {
    max-width: 100%;
    outline: 0;
}

a {
    box-shadow: none;
    outline: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}

input,
button {
    outline: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    height: 53px;
    max-width: 100%;
    border: 2px solid #b3b3b3;
    background-color: #ffffff;
    color: #000000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0 16px;
    outline: 0;
}

textarea {
    height: 140px;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    min-height: 53px;
    background-color: #0041a9;
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-align: center;
    border: 0;
    padding: 15px;
    cursor: pointer;
}

p {
    margin: 0;
    padding: 0 0 50px 0;
}

.bs-go-back-home {
    text-decoration: underline;
}

.bs-clear:after {
    content:'';
    display:block;
    visibility:hidden;
    clear:both;
    zoom:1;
    height:0;
}

.searchform {
    margin: 20px 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
    word-break: normal;
}

.bs-nav-menu,
.bs-nav-menu li .sub-menu,
.bs-nav-menu li .sub-menu ul,
.bs-footer-widget-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#bs-header {
    background-image: url('images/bs_header.png'); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    height: 760px;
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.4);
}

.bs-header-container {
    margin: 0 7% 0 11%;
    display: flex;
    padding-top: 26px;
}

.bs-logo-container {
    width: 120px;
}

.bs-nav-container {
    width: calc(100% - 120px);
    align-self: center;
}

#bs-mobile-nav-container {
    display: none;
    text-align: right;
}

#bs-mobile-nav-container svg {
    fill: #ffffff;
}

.bs-menu-container {
    float: right;
}

.bs-nav-menu li {
    display: inline-block;
    margin: 0 27px 27px;
    padding: 0 5px 6px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    position: relative;
}


.bs-nav-menu li.current-menu-item,
.bs-nav-menu li.current_page_item,
.bs-nav-menu li:hover {
    color: #0041aa;
    border-bottom-color: #0041a9;
}

.bs-nav-menu li a {
    font-size: 21px;
    line-height: normal;
    color: #000000;
    font-family: "Gotham Medium";
    font-weight: 500;
}

.bs-nav-menu li.current-menu-item a,
.bs-nav-menu li.current_page_item a,
.bs-nav-menu li:hover a {
    color: #0041aa;
}


.bs-menu-container .bs-nav-menu li .sub-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #ffffff;
    z-index: -1;
    padding: 0;
    width: 180px;
}

.bs-menu-container .bs-nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.bs-nav-menu li .sub-menu li {
    text-align: left;
    padding: 6px 12px;
    margin: 0;
    border: 0;
}

.bs-nav-menu li .sub-menu a {
    color: #000000;
    border-bottom: 2px solid transparent;
    display: block;
}

.bs-nav-menu li .sub-menu li:hover > a {
    color: #0041aa;
    border-bottom-color: #0041a9;
}

.bs-menu-container .bs-nav-menu li .sub-menu ul {
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin: 0;
    top: 0;
    right: 100%;
}


.bs-content-container {
    padding: 90px 7% 0;
	padding-left: 25%;
}

.bs-entry-header {
    margin-bottom: 120px;
}

.bs-entry-title {
    font-size: 63px;
    line-height: normal;
    color: #000000;
    font-family: "Script MT Bold";
    font-weight: 700;
    border-bottom: 5px solid #0041a9;
    display: inline;
}

.bs-single-content-wrapper {
    position: relative;
    overflow: hidden;
}

.bs-single-content-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url('images/bs_content_bg.png'); 
    background-repeat: no-repeat;
    background-size: 25% 100%;
    background-position: right top;
    background-color: #ffffff;
}


.bs-archive-container {
    padding: 90px 3% 0;
}

.bs-archives-header {
    padding: 0 4%;
}

#bs-blog-entries {
    display: flex;
    flex-wrap: wrap;
}

#bs-blog-entries.bs-cols-4 > .bs-blog-entry {
    width: calc(25% - 42px);
}

#bs-blog-entries .bs-blog-entry {
    padding: 12px;
    margin: 0 21px 50px;
    background-color: #ffffff;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

#bs-blog-entries .bs-entry-media {
    height: 246px;
    position: relative;
}

#bs-blog-entries .bs-entry-media a {
    display: block;
    height: 100%;
}

#bs-blog-entries .bs-entry-media img {
    height: 100%;
}

.bs_image_overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.bs_view_round_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    color: #ffffff;
    border: 2px dotted #ffffff;
    padding: 5px;
    width: 118px;
    height: 118px;
    border-radius: 59px;
}

.bs_view_round {
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle at center, #1c7ed3 0%, #040479 100%);
    border-radius: inherit;
    text-transform: uppercase;
    text-align: center;
    line-height: 104px;
    font-family: "Gotham Medium";
    font-size: 18px;
}

#bs-blog-entries .bs-entry-media:hover .bs_image_overlay {
    opacity: 0.5;
}

#bs-blog-entries .bs-entry-media:hover .bs_view_round_wrapper {
    opacity: 1;
}

#bs-blog-entries .bs-entry-title {
    font-size: 20px;
    font-family: "Gotham Medium";
    font-weight: 500;
    border: none;
}

#bs-blog-entries .bs-entry-title-divider {
    width: 48px;
    height: 3px;
    background-color: #b2b2b2;
    margin-top: 24px;
}

#bs-blog-entries .bs-entry-content {
    padding: 70px 15px 18px;
}

#bs-blog-entries .bs-entry-meta {
    font-family: "Gotham Medium";
    font-weight: 500;
    font-size: 14px;
    margin-top: 62px;
    display: flex;
    align-items: flex-end;
}

#bs-blog-entries .bs-meta {
    width: 50%;
}

#bs-blog-entries .bs-meta-author {
    display: flex;
    align-items: flex-end;
}

#bs-blog-entries .bs-meta-author-avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    background-color: #b2b2b2;
}

#bs-blog-entries .bs-meta-posted-on {
    text-align: right;
    text-transform: uppercase;
}

.navigation {
    display: block;
    width: 100%;
    min-height: 26px;
    margin: 20px 0;
}

.nav-links {
    clear: both;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.nav-previous {
    display: inline-block;
    float: left;
}

.nav-next {
    display: inline-block;
    float: right;
}

.nav-links svg {
    fill: #000000;
    width: 26px;
    vertical-align: middle;
}

.nav-previous svg {
    margin-right: 8px;    
}

.nav-next svg {
    margin-left: 8px;    
}


.bs-footer-container {
    padding: 0 8% 53px;
}

.bs-footer-inner-container {
    display: flex;
    flex-wrap: wrap;
}

.bs-footer-widget-wrapper {
    width: 25%;
    font-size: 20px;
    line-height: 36px;
    color: #b3b3b3;
    font-family: "Gotham Medium";
    font-weight: 500;
    margin-top: 90px;
}

.bs-footer-widget-title {
    font-size: 20px;
    line-height: normal;
    color: #000000;
    font-family: "Gotham Medium";
    font-weight: 500;
    margin: 0 0 40px;
}



.bs-modal {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.bs-modal.bs-show-modal {
    width: 100%;
}

.bs-close-nav-menu-modal {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 60px;
    width: 60px;
}

.bs-close-nav-menu-modal svg {
    fill: #0041a9;
    width: inherit;
    height: inherit;
}

.bs-modal-nav-container {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
}

.bs-modal-nav-container .bs-nav-menu li {
    text-align: left;
    color: #000000;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
}

.bs-modal-nav-container .bs-nav-menu li a {
    display: block;
    border-bottom: 2px solid transparent;
    color: #000000;
}

.bs-modal-nav-container .bs-nav-menu li:hover > a {
    color: #0041aa;
    border-bottom-color: #0041a9;
}

.bs-modal-nav-container .bs-nav-menu ul.sub-menu {
    padding: 20px 0 20px 20px;
}