
/* Text Colors */
/* ================================================================================ */
.coral-text{
    color: #CE6FB3;
}
.light-blue-text{
    color: #BBDFF9;
}
.purple-text{
    color: #8C56A3;
}
.navy-blue-text{
    color: #416E9B;
}

/* Nav Colors */
/* ================================================================================= */
.pink-text{
    color: rgb( 204,102,153 )
}
.pink-link:hover{
    color: rgb( 204,102,153 )!important;
}
.bg-pink{
    background-color: rgb( 204,102,153 );
}
.top-border-pink{
    border-top: 2px solid rgb( 204,102,153 )!important;
}

.yellow-text{
    color: rgb( 229,203,82 );
}
.yellow-link:hover{
    color: rgb( 229,203,82 )!important;
}
.bg-yellow{
    background-color: rgb( 229,203,82 );
}
.top-border-yellow{
    border-top: 2px solid rgb( 229,203,82 )!important;
}

.teal-text{
    color: rgb( 66,189,205 );
}
.teal-link:hover{
    color: rgb( 66,189,205 )!important;
}
.bg-teal{
    background-color: rgb( 66,189,205 );
}
.top-border-teal{
    border-top: 2px solid rgb( 66,189,205 )!important;
}

.green-text{
    color: rgb( 177,202,100 );
}
.green-link:hover{
    color: rgb( 177,202,100 )!important;
}
.bg-green{
    background-color: rgb( 177,202,100 );
}
.top-border-green{
    border-top: 2px solid rgb( 177,202,100 )!important;
}

.purple-text{
    color: rgb( 128,140,209 );
}
.purple-link:hover{
    color: rgb( 128,140,209 )!important;
}
.bg-purple{
    background-color: rgb( 128,140,209 );
}
.top-border-purple{
    border-top: 2px solid rgb( 128,140,209 )!important;
}

.red-text{
    color: #d3304d;
}
.red-link:hover{
    color: #d3304d!important;
}
.bg-red{
    background-color: #d3304d!important;
}
.top-border-red{
    border-top: 2px solid #d3304d!important;
}
/* Font */
/* ================================================================================= */
body * {
    font-family: 'Alegreya Sans', sans-serif;
}

/* ================================================================================= */

/* General Styles */
/* ================================================================================= */

body{
    font-size: 1.1rem!important;
}

header{
    background-color: #fff;
    box-shadow: 0 0 10px #e7e7e7;
}
ol {
    margin: 0px;
    padding: 0px;
}
ul {
    width: 100%;
    display: inline-block;

}
li.no-list {
    list-style-type: none;
    float: left;
}
li {

}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.home-03 .container {
    max-width: 1360px;
}
.row {
    justify-content: center;
}
img {

}
input {
    width: 100%;
}
article, .card {
    background-color: #fff;
}

.body-bg-01{
    position: relative;
    top: 21%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.image-full img{
    width: 100%!important;
    height: auto!important;
}

/* Buttons */
.btn-outline-info {
    color: #ce6fb3;
    border-color: #ce6fb3;
}
.btn-outline-info:hover {
    border-color: #ce6fb3;
    color: #fff;
    background-color: #ce6fb3;
}

/* top logo style */
.logo_section {
    /*background-image: url('../images/background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_section .container{
    position: relative;
}
.logo_section .row {
}
.logo_section .row img {
    width: 250px;
}

@media (max-width: 768px) {
    .logo_section .row img {
        width: 150px;
    }
}

#headerSearchContainer{
    position: absolute;
    top: 5px;
    right: 5px;
}
#headerSearchContainer a{
    margin: 15px 7px 0px 7px;
}
.page-content{
    min-height: 900px;
}
.fixed-social-block{
    position: fixed;
    width: 48px;
    background-color: #000;
    z-index: 500000;
    left: 0px;
    top: 50%;
}
.fixed-social-block a{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 7px auto;
}
.fixed-social-block a:hover{
    color: #aaa!important;
}

@media only screen and (max-width: 768px) {
    .fixed-social-block{
        display: none;
    }
}

/* background Image */
/* ===================================================== */
#bg-img-div {
    position: fixed;
    top: 23%;
    right: 10%;
    z-index: -1;
    width: 750px;
    height: 750px;
}

.bg-rotation-image {
    width: 750px;
    animation:spin 720s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* menu style */
/* ===================================================== */
.header-nav{
    margin-top: 25px;
    background-color: #fff;
}
.navbar-nav a{
    font-weight: bold;
    letter-spacing: 2px;
    color: rgba(0,0,0,.65);
    font-size: 1.25rem;
}
.nav-item{
    margin: 0px 25px!important;
}
.nav-link{
    transition: all .3s ease-in;
}
.nav-link-a:hover{
    color: #CE6FB3!important;
}
.nav-link-b:hover{
    color: #CE6FB3!important;
}
.nav-link-c:hover{
    color: #CE6FB3!important;
}
.nav-link-d:hover{
    color: #CE6FB3!important;
}
.dropdown-menu{
    background-color: #fff;
    padding: 25px;
    margin-top: -5px;
    transition: all .5s ease-in-out;
}
.dropdown-menu img{
    display: none;
    width: 200px!important;
}
@media (min-width: 768px) {
    .dropdown-menu{
        width: 100%;
        position: absolute;
        left: 0;

    }
    .dropdown-menu img{
        display: inline-block;
        width: 200px!important;
    }
}

.dropdown-menu *{
    color: rgba(0,0,0,.5);
}
.nav-hover-color{
    color: #CE6FB3;
}
.nav-hover-color {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.dropdown-item:hover{
    background-color: transparent!important;
}
.dropdown-toggle::after {
    transition: transform 0.15s linear;
    border: none!important;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}
/* Search */

.search-input{
    background: rgba(255,255,255,.5);
}
.site-search-icon-box{
    background-color: rgba(255,255,255,.5);
}
.site-search-icon-box fas{
    color: #c0c0c0;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: -25px;
    width: 100%;
    z-index: 500000;
    box-shadow: 0px 5px 7px -2px rgba(32,32,32,.5);
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .6s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky-offset {
    padding-top: 60px;
}

/* Home Page */
/* ================================================================================================================== */
.home-page-content-section{
    margin-top: -75px;
}

.featured-card-group{
    margin-top: 50px;
}
.featured-header{
    background-color: #fff;
    position: relative;
    transition: all .2s ease-in;
}
.featured-header hr {
    margin: 7px auto;
    width: 50%;
}
.featured-arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    transition: all .2s ease-in;
}
.featured-icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 24px;
    transition: all .4s ease-in;
}
.featured-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .4s ease-in;
}
.featured-link:hover ~ .featured-header{
    transition: all .2s ease-in;
    background-color: #BBDFF9;
}
.featured-link:hover ~ .featured-icon{
    color: #BBDFF9;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    transition: all .4s ease-in;
}
.featured-link:hover ~ .featured-header .featured-arrow-down{
    transition: all .2s ease-in;
    border-top: 20px solid #BBDFF9;
}
.featured-title{
    font-weight: 700;
}
.category-title{
    color: #c0c0c0;
}

.hp-article-title {
    overflow: hidden;
    text-align: center;
}
.hp-article-title:before,
.hp-article-title:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.hp-article-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.hp-article-title:after {
    left: 0.5em;
    margin-right: -50%;
}

/* ----- You Tube Placeholder --- */
.youtube-container{
    position: relative;
}

.youtube-container img{

}
.youtube-container h5{
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    color: #fff;

}
.youtube-container i{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-left: -17px;
    margin-top: -17px;
}
/* content styles */

.page_content {
    padding: 50px 0;
}
.page_title_section {
    background-color: #F6F6F6;
    padding: 20px 0;
    color: #416E9B;
}
.page_title_section h3 {
    font-size: 53px;
}
.wishlist_count {
    position: absolute;
    right: 30px;
    color: white;
    top: 20px;
}
.wishlist_count span {
    font-size: 26px;
    font-weight: 600;
}
.wishlist_count i {
    color: #BBDFF9;
    font-size: 30px;
}
.right_side {
    text-align: center;
}
.post_item {
    position: relative;
    text-align: center;
}
.post_title{
   /* font-family: 'Kaushan Script', cursive;*/
    font-weight: 100!important;
    padding: 0 0 20px;
    border-bottom: 2px solid #BBDFF9;
    display: inline-block;
    color: #000;
    margin-bottom: 15px;
}
.post_category{
   /* font-family: 'Righteous', cursive;*/
    font-weight: 100!important;
    padding: 0 0 20px;
    border-bottom: 2px solid #BBDFF9;
    display: inline-block;
    color: #CE6FB3;
}
.post_item h1 {
    font-size: 3rem;
    color: black;
    margin: 15px 0;
}

.post_content {
    font-size: 14px;
    text-align: justify;
    min-height: 150px;
}
.first-sentence{
    min-height: 75px;
    vertical-align: middle;
    margin-top: 15px;
}
.first-sentence p{
    margin: 0px!important;
    vertical-align: middle;
}
.read_more a {
    background-color: #000;
    color: white;
    padding: 7px 12px;
    border-radius: 15px;
}
.read_more {
    margin: 15px 0;
}
.post_bottom .left_side {
    float: left;
}
.post_bottom .left_side i {
    color: #919191;
    font-size: 24px;
}
.post_bottom .left_side span {
    color: #919191;
    font-size: 24px;
}
.post_bottom .right_side {
    float: right;
    width: auto;
}
.social-list i {
    color: #919191;
    font-size: 24px;
}
.social-list li {
    padding: 0 5px;
}
.post_bottom {
    display: inline-block;
    width: 100%;
}
.social-link{

}
.social-link:hover i{
    color: #CE6FB3;
}

/* left sidebar styles */
/* ========================================================================================================= */

/* Countdown */
/* ======== */
#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}
#countDown{
    text-align: center;
}
.countdownBlock{
    display:inline-block;
    margin: 0px 3px;
    background-color: #0f0f0f;
    color: #fff;
    width: 20%;
}
.countdownBlock > div{
    background-color: #CE6FB3;
    padding: 5px;
    font-size: 1.2rem;
}
.countdownBlock > span{
    font-size: .8rem;
    padding: 3px 5px;
}

.left_sidebar {
    background-color: #BBDFF9;
    padding: 30px 0;
    text-align: center;
    height: 150vh
}
.sidebar_logo div {
    float: left;
    display: inline-block;
}
.sidebar_logo div:first-child {
    padding-right: 0;
}
.sidebar_logo {
    display: inline-block;
    width: 80%;
    text-align: left;
}
.sidebar_logo p {
    font-size: 20px;
    color: #416E9B;
    font-weight: 700;
    margin: 0;
}
.sidebar_logo .col-sm-8 {
    padding-top: 15px;
}
.sidebar_calendar li {

    color: white;
    padding: 0px 7px;
    text-align: center;
}
.sidebar_calendar li div{
    background-color: #416E9B;
    padding: 5px 0px;
}

.sidebar_calendar li p {
    font-size: 29px;
    font-weight: 700;
    margin: 0;
}
.sidebar_calendar li span {
    display: block;
    width: 100%;
    font-size: 12px;
}
.sidebar-title {
    text-align: center;
    padding: 2px 0px;
    background-color: #000;
    color: #fff;
}
.left_ship_search {
    position: relative;
}
.left_search_form {
    padding-top: 30px;
    padding-bottom: 30px;
}
.left_search_form input {
    width: 100%;
    padding-left: 30px;
    border: none;
    border-radius: 10px;
}
.left_ship_search:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    width: 32px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    color: #6E6B6B;
    cursor: pointer;
}
.sidebar_results ul li {
    display: inline-block;
    width: 100%;
    text-align: left;

    font-size: 15px;
    margin-bottom: 10px;
}
.sidebar_results ul li:first-child {

    padding-top: 10px;
}
.sidebar_results a {
    color: black;
}
/* footer styles */

footer {
    background-color: #000;
    padding: 40px 0;
    border-top: 2px solid #c0c0c0;
}

.social-footer{
    text-align: right;
    font-size: 1.2rem;
}
.social-footer a{
    margin-right: 10px;
}

.footer-site-link:hover{
    color: #aaa!important;
}

@media (max-width: 768px) {
    footer *{
        text-align: center!important;
    }
    .social-footer a{
        margin: 10px 5px!important;
    }
    footer .container-fluid{
        margin-top: 25px;
    }
}

.newsletter_form{
    background-color: #fff;
    box-shadow: 0px 0px 12px 1px #c0c0c0;
}
.newsletter_form *{
    font-size: 1.5rem;

}
.newsletter_form .btn{
    background-color: #CE6FB3;
    color: #fff;
}
.newsletter_form label {
    color: #416E9B;
    font-size: 20px;
    float: left;
    margin-right: 20px;

}
.newsletter_form input {
    width: 300px;
    border: 1px solid #EAEAEA;
    padding: 5px;
}
.newsletter_form .subscribe_button {
    float: left;
    background-color: #416E9B;
    color: white;
    padding: 9px 25px;
    border-radius: 5px;
}
.copyright_section {
    background-color: #919191;
    padding: 15px 0;
}
.copyright_section span {
    font-size: 13px;
}

/* Artical
====================================================================================================================  */
.article{

}
.article-cover-container{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.article-cover-image{

}
.article-cover-image-box{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.article-cover-image-box img{
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -100px;
}
.article-body{
    background-color: rgba(255,255,255, 1);
    position: relative;
    top: 50px;
    border: 1px solid #c0c0c0;
}
.article-card{
    margin-bottom: 50px;
    box-shadow: 0px 2px 15px #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
}
.article-card-title{
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding: 7px 150px 7px 15px;
    border-bottom: 1px solid rgb(13,13,13);
    text-align: center;
}

.article-page-article p{
    font-size: 1.2rem;
}
.article-page-article ul *{
    font-size: 1.2rem;
}
.article-page-article ol *{
    font-size: 1.2rem;
}

/* Category Page
===================================================================================================================== */
.category-page-title{
    /*font-family: 'Kaushan Script', cursive;*/
    text-align: center;
    margin-top: 15px;
    font-size: 3rem;
}

.card-link{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.card-title{
    font-weight: bold;
}

/* Animate
===================================================================================================================== */

@media (min-width: 992px) {
    .animate {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}


.slideIn {
    animation-name: slideIn;
}

#SearchForm_SearchForm_Search{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    background-color: transparent;
}

#searchButton{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.header-social-link i{
    font-size: 1.2rem;
}
.header-social-link i:hover{
    color: #000!important;
}

/* Photo Gallery */

.photo-cards {

}
.photo-cards img {
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    max-width: 25vw;
}

.center{
    text-align: center!important;
    margin: 0 auto;
    display: block;
}
