/* font-family: 'Raleway', sans-serif; */
body{
    font-family: 'Raleway', sans-serif;
    color: #000001;
    line-height: 1.4;
    font-weight: 400;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
p{
    margin: 0px 0px 20px 0px;
}
p:last-child{
    margin: 0px 0px 0 0px;
}
ul{
	list-style:none;
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #FFBCC0;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333;
}
/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}
@media only screen and (min-width: 1279px) {
    .container{
        max-width: 1270px;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}

.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/* navbar-brand Style 
.custom-logo-link {
    float: left;
    padding: 15px 15px;
}
*/


/*Default content*/

.page-title{
    margin-bottom: 20px;
}
.page-content h1{
    font-size: 38px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-weight: 700;
}
.page-content h2{
    font-size: 40px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-weight: 700;
}
.page-content h3{
    font-size: 25px;
    margin: 0 0 18px 0;
    line-height: 1.3;
    font-weight: 700;
}
.page-content h4{
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.page-content h5{
    font-size: 25px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.page-content h6{
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.page-content ul ul{
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-content li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside circle;
}

.page-content ol{
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
}
/* Page Banner */
.page-banner {
    text-align: center;
    padding: 60px 0;
    background: #ccc;
    margin-bottom: 50px;
}
.page-banner h1{
    font-size: 40px
}

/* Main Styles */
.header-top {
    padding: 0;
    margin-bottom: 40px;
    background-color: #F5F5F5;
}
.home .header-top{
    margin-bottom: 0;
}
.header-right, .header-left{
    padding: 8px 0 12px;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}
.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.search-submit::before {
    font-size: 16px;
    left: 1px;
    width: 43px;
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
}
.header-bottom{
    background-color: #F5F5F5;
    padding: 30px 0 50px 0;
}
.header-bottom h1{
    color: #FFBCC0;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}
.search-box {
    margin: 40px auto;
    max-width: 70%;
}
.search-box .search-form{
    background: transparent;
}
.search-box .search-form input[type="search"],
.search-box .search-form input[type="text"]{
    background: #fff url(images/search-icon.png) no-repeat 25px center;
    padding: 20px 24px 20px 60px;
    font-size: 18px;
    color: #000;
    width: 100%;
    border: solid 1px #FFBCC0;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-size: 20px auto;
}
.search-box .search-form input[type="search"]:hover,
.search-box .search-form input[type="search"]:focus-visible,
.search-box .search-form input[type="search"]:focus{
    border: solid 1px #FFBCC0;
    outline: 0;
}
.search-box .search-form .search-submit{
    height: 55px;
    width: 60px;
    background-color: #FFBCC0;
    outline: 0;
    color: #fff;
}
.hero-1{
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    ul.navbar-nav li{
        position: relative;
        float: left;
    }
    ul.navbar-nav li a{
        color: #000001;
        display: block;
        padding: 10px 18px 10px;
        font-size: 20px;
    }
    ul.navbar-nav li:hover > a,
    ul.navbar-nav .current_page_item > a,
    ul.navbar-nav .current_page_ancestor > a,
    ul.navbar-nav .current-menu-item > a,
    ul.navbar-nav .current-menu-ancestor > a{
        color: #FFBCC0;
    }

    /* Sub Menu */
    ul.navbar-nav > li > ul.sub-menu{
        left: 0px;
        top: 100%;
        z-index: 111;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        -moz-transform-origin: top;
        -webkit-transform-origin: top;
        transform-origin: top;
        -moz-transform: scaleY(0);  
        -webkit-transform: scaleY(0);  
        transform: scaleY(0);  

    }

    ul.navbar-nav li:hover ul.sub-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    ul.navbar-nav li ul.sub-menu {
        background-color: #7A85AD;
        position: absolute;
    }

    ul.navbar-nav li ul.sub-menu li{
        display: block;
        border-left: 0px none;
        border-right: 0px none;
        border-top: 1px solid #222624;
        width: 100%;
    }

    ul.navbar-nav li ul.sub-menu li:last-child{
        border-bottom: 1px solid #222624;
    }

    ul.navbar-nav li ul.sub-menu li a{
        padding:8px 8px 8px 15px;
        display: block;
        text-transform: capitalize;
        font-size: 14px;
    }

    /* Sub of Sub menu */
    ul.navbar-nav > li > ul.sub-menu li.menu-item-has-children:before{
        position: absolute;
        content: "\f105";
        color: #fff;
        font-family: "FontAwesome";
        font-size: 20px;
        right: 9px;
        top: 4px;    
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;
        min-width: 235px;
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;  
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;    
        background-color: #7A85AD;
        min-width: 235px;
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;
    }
    .carousel-caption{
        top: 35%;
        bottom: auto;
        text-transform: uppercase;
    }
}

/* Slider */

.slider-area {
    position: relative;
}
.slider-area::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}
.newsletter-box{
    background-color: #F5f5f5;
    padding: 100px 0;
    margin-top: 60px;
}
.newsletter-box h3{
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.newsletter-box p{
    text-align: center;
}

/* Footer */
.footer-area{
    background: #EEE;
    padding: 25px 0;
    margin-top: 0;
}
.footer-area p{
    margin: 0;
}
.f-nav{
    text-align: center;
    margin: 0 0 10px;
}
.f-nav ul{
    margin: 0;
    padding: 0;
}
.f-nav ul li{
    display: inline-block;
    border-left: solid 1px #000;
    margin: 0;
    padding: 0 12px;
    line-height: 22px;
}
.f-nav ul li:first-child{
    border-left: 0;
}
.f-nav ul li a{
    color: #000;
}
.f-nav ul li a:focus,
.f-nav ul li a:hover{
    color: #FFBCC0;
}
/* Sidebar */
.sidebar-widget{
    margin-top: 20px;
    overflow: hidden;
}
.sidebar-widget h3{
    font-size: 18px;
}
.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.footer-top{
    background: #444;
    padding: 15px 0;
    color: #fff;
    margin-top: 40px;
}

.footer-widget p{
    font-size: 14px;
    line-height: 22px;
}

.footer-widget h3{
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-widget ul{}

.footer-widget ul li a{
    color: #fff;
    padding: 5px 0;
}

/* 404 page */
.text_404{
    text-align: center;
    padding: 5px 0 40px 0;
}
.text_404 h1{
    color: #FFBCC0;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}
.logo {
    max-width: 225px;
    margin: 10px 0;
}
.category-box{
    margin-top: 50px;
}
.category-box h2{
    font-weight: 700;
    font-size: 40px;
    color: #FFBCC0;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
}
.category-box h2::before{
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #FFBCC0;
    left: 50%;
    margin-left: -75px;
    content: "";
    bottom: -20px;
}
.category-box h2::after{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFBCC0;
    left: 50%;
    margin-left: -3px;
    content: "";
    bottom: -24px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.details {
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
}
a.details:focus,
a.details:hover {
    background-color: #FFBCC0;
    color: #000;
}
.c-p-item {
    background-color: #F5F5F5;
    font-size: 16px;
    line-height: 1.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
/*    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;*/
}
/*.c-p-item:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/
.c-p-item h4{
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    color: #000;
    margin: 0px 0 10px;
}
.c-p-item h4 a{
    color: #000;
}
.c-p-item h4 a:focus,
.c-p-item h4 a:hover{
    color: #FFBCC0;
}
.p-bottom{
    padding: 22px 22px 25px;
}
a.nbttn{
    font-weight: 500;
}
.post-nav{
    text-align: center;
}
.post-nav .nav-links{
    margin: 0 auto;
}
.post-nav .nav-links .page-numbers{
    display: inline-block;
    padding: 5px 15px 8px 15px;
    background-color: #000;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}
.post-nav .nav-links .page-numbers:focus,
.post-nav .nav-links .page-numbers:hover,
.post-nav .nav-links .page-numbers.current{
    background-color: #FFBCC0;
}
.single-header{
    text-align: center;
    margin: 0 0 50px;
}
.single-header h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin: 10px 0 30px;
    text-align: center;
}
.how-to-make{
    color: #FFBCC0;
    margin: 25px 0 0;
}
.how-to-make a{
    text-decoration: underline;
}
.single-post-item .page-content{
    font-size: 22px;
}
.affiliate-item h4{
    margin-bottom: 20px;
}
.affiliate-item h4 a{
    color: #000;
}
.affiliate-item h4 a:focus,
.affiliate-item h4 a:hover{
    color: #FFBCC0;
}
.affiliate-item a.bfrom{
    background-color: #FFBCC0;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.affiliate-item a.bfrom:focus,
.affiliate-item a.bfrom:hover{
    background-color: #000;
}
.affiliate-item{
    padding-bottom: 20px;
}
.newsletter-box .gform_wrapper span.gform_description{
    text-align: center;
    margin-bottom: 35px;
}
.newsletter-box .gform_wrapper .gform_body {
    width: 100%;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.newsletter-box .gform_wrapper .gform_body input[type="email"],
.newsletter-box .gform_wrapper .gform_body input[type="text"]{
    width: 100% !important;
    display: block;
    padding: 18px 24px 18px 30px !important;
    font-size: 18px !important;
    color: #000;
    border: solid 1px #FFBCC0;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.newsletter-box .gform_wrapper .gform_body input[type="text"]:hover, 
.newsletter-box .gform_wrapper .gform_body input[type="text"]:focus-visible, 
.newsletter-box .gform_wrapper .gform_body input[type="text"]:focus,
.newsletter-box .gform_wrapper .gform_body input[type="email"]:hover, 
.newsletter-box .gform_wrapper .gform_body input[type="email"]:focus-visible, 
.newsletter-box .gform_wrapper .gform_body input[type="email"]:focus {
    border: solid 1px #FFBCC0;
    outline: 0;
}
.newsletter-box .gform_wrapper .gform_footer{
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.newsletter-box .gform_wrapper .gform_footer input[type="submit"]{
    width: 100%;
    display: block;
    padding: 18px 20px 18px 20px !important;
    font-size: 18px !important;
    color: #fff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #000;
    border: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    margin-top: 10px;
}
.newsletter-box .gform_wrapper .gform_footer input[type="submit"]:hover,
.newsletter-box .gform_wrapper .gform_footer input[type="submit"]:focus{
    background-color: #FFBCC0;
}
.newsletter-box .gform_confirmation_message{
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    color: #FFBCC0;
}
.section-main-content {
    padding: 55px 0 0;
    text-align: center;
}
#related_posts h3 {
    font-weight: 300;
    margin: 0 0 25px;
}
.related-gift-item {
    margin: 0 0 25px;
    -moz-box-shadow: 1px 1px 5px 0.2px #f0f0f0;
    -webkit-box-shadow: 1px 1px 5px 0.2px #f0f0f0;
    box-shadow: 1px 1px 5px 0.2px #f0f0f0;
    border: solid 1px #f0f0f0;
}
.related-gift-item h4 {
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}
.related-gift-item h4 a{
    color: #000;
}
.related-gift-item h4 a:focus,
.related-gift-item h4 a:hover{
    color: #FFBCC0;
}
.cform .gform_wrapper .gform_body input[type="email"],
.cform .gform_wrapper .gform_body input[type="text"],
.cform .gform_wrapper .gform_body textarea{
    width: 100% !important;
    display: block;
    padding: 16px 22px 16px 22px !important;
    font-size: 18px !important;
    color: #000;
    border: solid 1px #FFBCC0;
}
.cform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.cform .gform_wrapper .gform_body textarea{
    height: 140px;
}
.cform .gform_wrapper .gform_body textarea:hover, 
.cform .gform_wrapper .gform_body textarea:focus-visible, 
.cform .gform_wrapper .gform_body textarea:focus,
.cform .gform_wrapper .gform_body input[type="text"]:hover, 
.cform .gform_wrapper .gform_body input[type="text"]:focus-visible, 
.cform .gform_wrapper .gform_body input[type="text"]:focus,
.cform .gform_wrapper .gform_body input[type="email"]:hover, 
.cform .gform_wrapper .gform_body input[type="email"]:focus-visible, 
.cform .gform_wrapper .gform_body input[type="email"]:focus {
    border: solid 1px #FFBCC0;
    outline: 0;
}
.cform .gform_wrapper .gform_footer input[type="submit"]{
    width: 100%;
    display: block;
    padding: 18px 20px 18px 20px !important;
    font-size: 18px !important;
    color: #fff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #000;
    border: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    margin-top: 10px;
}
.cform .gform_wrapper .gform_footer input[type="submit"]:hover,
.cform .gform_wrapper .gform_footer input[type="submit"]:focus{
    background-color: #FFBCC0;
}