@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat|Cutive);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/* =WordPress Core

-------------------------------------------------------------- */

a:hover,
a:focus {
    text-decoration: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

html,
body {
    -webkit-font-smoothing: antialiased;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* =WordPress Core

-------------------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'Roboto Slab';
    font-size: 15px;
    color: #333;
}

a {
    color: #c64451;
    transition: 0.3s all ease
}

a:focus {
    outline: medium none;
}

h3 {
    margin: 0 0 15px;
}

.main {
    width: 100%;
    float: left;
    margin: 20px 0 60px;
}

.main .wrapper {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 20px 24px;
    display: inline-block;
}

.logo {
    float: left;
    margin-left: 10px;
    width: 348px;
    padding-bottom: 36px;
}

.con-num>a {
    color: #fffdd0;
}

header {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 12px;
    border-bottom: 1px solid #848082;
}

.header-top {
    width: 100%;
    float: left;
}

.social_icons {}

.header-right {
    float: right;
    width: 560px;
    margin-top: 36px;
    color: #FFFDD0;
}

.social_icons {
    float: left;
}

.con-num {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}

.con-num>img,
.con-address img {
    margin-right: 5px;
    display: inline-block;
}

.con-address {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}

.site_top.home_div {
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.menu {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}


/****Menu****/

.nav-wrapper {
    border-bottom: 4px double #eeeeee;
    float: left;
    width: 100%;
}

nav.nav {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

nav .nav-list {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

nav .nav-item {
    float: left;
    position: relative;
    list-style: none;
    padding: 0;
}

nav .nav-item a {
    border-bottom: 0 solid #8b2870;
    color: #f8f2da;
    display: block;
    font-size: 16px;
    padding: 25px 18px;
}

nav .nav-item:before {
    content: "\f111";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 7px;
    position: absolute;
    right: 0;
    top: 33px;
    color: #c64451;
}

nav .nav-item>a:hover {}

.nav-item>a:hover {
    color: #c64451;
    text-decoration: none;
}

.nav-item>a:hover::after {
    position: absolute;
    height: 1px;
    background: #c64451;
    content: '';
    width: 100%;
    top: -1px;
    left: 0;
}


/*nav .nav-item:hover .sub-menu {     display:block;     background:#BB414E;     list-style:none; left:0;     padding-left:0;}

*/


/* Navigation submenu */

nav .nav-item:hover .sub-menu {
    background: #bb414e none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    opacity: 1;
    padding-left: 0;
    top: 63px;
    visibility: visible;
}


/*nav .sub-menu {     display:none; position: absolute;    top:63px;   width: 220px;}*/

nav .sub-menu {
    background: #bb414e none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 200px;
    transition: all 0.5s ease 0s;
    width: 220px;
    visibility: hidden;
}

nav .sub-menu a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0px solid #FFFFFF;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 8px;
}

nav .sub-menu a:hover {
    background: #fffdd0 none repeat scroll 0 0;
    color: #333;
    text-decoration: none;
}


/* Mobile navigation */

nav .nav-mobile {
    display: none;
    /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

nav .nav-mobile {
    background: none repeat scroll 0 0 #035c87;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    padding: 7px 15px;
}


/* Mobile navigation, clickable area for revealing <ul> */

nav .nav-click {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999
}

nav .nav-click i {
    padding: 10px 14px;
    color: #0386c5
}

nav .nav-click:hover {}

nav .nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav {
    margin-top: 0;
    z-index: 9999;
    float: left;
}

.menu .linked {
    float: right;
    padding-top: 15px;
}

.menu .linked i {
    background-color: #990000;
    border-radius: 100%;
    float: right;
    color: #fff;
    font-size: 21px;
    height: 46px;
    padding: 12px;
    text-align: center;
    width: 46px;
}

.service_left {
    float: left;
    padding: 55px 60px;
    width: 600px;
}

.service_right {
    float: right;
    width: 570px;
}

.service_left h2 {
    color: #bb414e;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.slider .bx-wrapper {
    margin: 0 auto 0px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}

.service_right .service_full {
    float: left;
    margin: 0 9px 0 0;
}

.service_right li {
    list-style: outside none none;
}

.service_right .service_full>h3 {
    background: #bb414e none repeat scroll 0 0;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.service_right .service_full>h3 a {
    color: #ffffff;
}

.service_right .service_full>h3,
.service_right .service_half>h3 {
    font-size: 12px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.service_right .service_full>h3 a,
.service_right .service_half>h3 a {
    background: #bb414e none repeat scroll 0 0;
    color: #f8f2da;
    font-weight: normal;
    padding: 20px 0;
    float: left;
    width: 100%;
    font-family: Roboto Slab;
    font-size: 16px;
}

.service_right .service_half {
    float: left;
    margin: 0 0 11px;
}

.main_services.wp2 {
    padding: 43px 0 35px;
}

.service_left>p {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    line-height: 27px;
    padding: 27px 0;
    text-align: center;
    color: #26322e;
    font-size: 16px;
}

.service_left .pa_title h2 {
    font-family: Cutive;
    font-size: 33px;
    font-weight: 400;
    line-height: 65px;
}

.pa_title h2 {
    color: #bb414e;
    font-family: Cutive;
    font-size: 33px;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    margin: 0;
}

.service_left .pa_title {
    position: relative;
    padding: 0 0 35px;
}

.service_left .pa_title {
    padding: 0 0 35px;
    position: relative;
}


/*.service_left .pa_title::before {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-LEFT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    left: 15px;

    position: absolute;

    top: 15px;

    width: 78px;

}

.service_left .pa_title::after {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-RIGHT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    position: absolute;

    right: 15px;

    top: 15px;

    width: 78px;

}*/

.pa_title::before {
    background: rgba(0, 0, 0, 0) url("../images/HEADING-LEFT.png ") no-repeat scroll 0 0;
    content: "";
    height: 33px;
    left: -110px;
    position: absolute;
    top: 6px;
    width: 78px;
}

.pa_title {
    display: table;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
}

.pa_title::after {
    background: rgba(0, 0, 0, 0) url("../images/HEADING-RIGHT.png ") no-repeat scroll 0 0;
    content: "";
    height: 33px;
    position: absolute;
    right: -110px;
    top: 6px;
    width: 78px;
}

.pa_title h2::after {
    background: #bb414e none repeat scroll 0 0;
    bottom: -15px;
    color: #bb414e;
    content: " ";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 37px;
}


/*.service_left .pa_title::before {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-LEFT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    left: 15px;

    position: absolute;

    top: 15px;

    width: 78px;

}





.service_left .pa_title::after {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-RIGHT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    position: absolute;

    right: 15px;

    top: 15px;

    width: 78px;

}





.pa_title::before {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-LEFT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    left: 13%;

    position: absolute;

    top: 6px;

    width: 78px;

}



.pa_title { position:relative; padding: 0 0 40px;}



.pa_title::after {

    background: rgba(0, 0, 0, 0) url("../images/HEADING-RIGHT.png ") no-repeat scroll 0 0;

    content: "";

    height: 33px;

    position: absolute;

    right: 13%;

    top: 6px;

    width: 78px;

}



.pa_title h2::after{

    background: #bb414e none repeat scroll 0 0;

    bottom: -15px;

    color: #bb414e;

    content: " ";

    height: 3px;

    position: absolute;

    right: 46%;

    width: 37px;

}



.service_left h2::after {

    background: #bb414e none repeat scroll 0 0;

    bottom: -15px;

    color: #bb414e;

    content: " ";

    height: 3px;

    position: absolute;

    right: 46%;

    width: 37px;

}*/

.section_latest .pa_title {
    display: table;
    margin: 0 auto;
    padding: 0 0 60px;
    width: auto;
}

.pa_title::after {
    background: rgba(0, 0, 0, 0) url("../images/HEADING-RIGHT.png ") no-repeat scroll 0 0;
    content: "";
    height: 33px;
    position: absolute;
    right: -110px;
    top: 16px;
    width: 78px;
}

.pa_title::before {
    background: rgba(0, 0, 0, 0) url("../images/HEADING-LEFT.png ") no-repeat scroll 0 0;
    content: "";
    height: 33px;
    left: -110px;
    position: absolute;
    top: 16px;
    width: 78px;
}

.pa_title h2::after {
    background: #bb414e none repeat scroll 0 0;
    bottom: 0px;
    color: #bb414e;
    content: " ";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 37px;
}

.home_content>h2::after {
    background: #fffdd0 none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    position: absolute;
    right: 35%;
    width: 203px;
}

.home_content>h2 {
    padding: 0 0 25px;
    position: relative;
}

.home_content>p {
    padding: 0 27px 0 0;
}

.nav ul li.nav-item:last-child::before {
    content: none;
}

.section_latest .latest-news {
    float: left;
    width: 50%;
}

.section_latest .ytube_link {
    float: right;
    width: 50%;
}

.section_latest {
    float: left;
    padding: 15px 0 50px;
    width: 100%;
}

.latest-news .blog {
    padding: 15px 60px;
}

.latest-news .blog .post_det {
    float: left;
    background: #a0353f none repeat scroll 0 0;
    text-align: center;
    color: #fff;
    margin: 0 25px 0 0;
}

.latest-news .blog .month {
    color: #ffffff;
    float: left;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.latest-news .blog .date {
    float: left;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: -13px;
}

.latest-news .blog .year {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 5px 0;
    background: #bb414e none repeat scroll 0 0;
}

.latest-news .blog .content>h3 {
    color: #bb414e;
    font-family: Roboto Slab;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}

.read_more_but {
    font-family: Roboto Slab;
}

.latest-news .blog .content>p {
    color: #545252;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
}

.latest-news .blog .post-outer {
    float: left;
    padding: 0 0 50px;
    width: 100%;
}

.section_latest .pa_title {
    padding: 0 0 60px;
}

.read_more_but {
    color: #777978;
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.ytube_link iframe {
    padding: 0 0 0 35px;
}

.office_hours p::before {
    background: rgba(0, 0, 0, 0) url("../images/TIME.png ") no-repeat scroll 0 0;
    content: "";
    height: 69px;
    left: 15%;
    position: absolute;
    top: -6px;
    width: 71px;
}

.office_hours p {
    position: relative;
    padding: 0 0 0 74px;
}

.office_hours span {
    color: #ffffff;
    font-size: 33px;
}

.office_hours {
    background: #bb414e none repeat scroll 0 0;
    color: #fffdd0;
    display: inline-block;
    font-family: Pacifico;
    font-size: 29px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}

.company_name {
    position: relative;
}

.company_name.comp::before {
    background: rgba(0, 0, 0, 0) url("../images/FOOT-BUILIDING.png ") no-repeat scroll 0 0;
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 22px;
}

.company_name.addr::before {
    background: rgba(0, 0, 0, 0) url("../images/FOOT-NAVIGATE.png ") no-repeat scroll 0 0;
    content: "";
    height: 30px;
    left: -10px;
    position: absolute;
    top: 0px;
    width: 34px;
}

.company_name.phone::before {
    background: rgba(0, 0, 0, 0) url("../images/FOOT-CALL.png ") no-repeat scroll 0 0;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 24px;
}

.nav .current-menu-item a {
    color: #bb414e;
}

.nav .current-menu-item a::after {
    background: #c64451 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}


/*.welcome_div::before {

    background: rgba(0, 0, 0, 0) url("../images/ICE.png ") no-repeat scroll 0 0;

    content: "";

    height: 298px;

    left: -3%;

    position: absolute;

    top: -40%;

    width: 153px;

}*/

.blog .post-outer .content {
    float: none;
    padding: 0;
    width: auto;
}

nav .nav-list .sub-menu li {
    float: left;
    width: 100%;
}

nav .sub-menu a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

nav .sub-menu .menu-item::before {
    content: none;
}

.footer-bottom img {
    float: right;
}

.service_right .service_full:hover a,
.service_right .service_half:hover a {
    background: #2C2425 none repeat scroll 0 0;
    text-decoration: none;
}

.nav .sub-menu .current-menu-item a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fffdd0;
}

.nav .sub-menu a {
    color: #ffffff;
}

.testimonials h3 {
    color: #bb414e;
}

.main_services.innerpage ul {
    list-style: outside none none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_services.innerpage .serv_full img {
    height: 150px;
}

.main_services.innerpage .serv_full img {
    outline: 1px solid #cccccc;
    outline-offset: -5px;
    border: 1px solid #cccccc;
    display: block;
    height: 150px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.main_services.innerpage .serv_full>h3 {
    color: #1f2531;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
    text-transform: capitalize;
}

.main_services.innerpage .serv_full>p {
    padding: 0 45px;
    text-align: center;
}

.read_more {
    border: 1px solid #cccccc;
    display: table;
    margin: 30px auto 0;
    padding: 7px 15px;
    outline: 1px solid #cccccc;
    outline-offset: -5px;
}

.bakery_services.innerpage ul li:last-child {
    border: medium none;
}

.serv_full {
    border-right: 1px solid #e2e2e2;
    margin-bottom: 50px;
}

.se_cont1 {
    min-height: 100px;
    padding: 0 45px;
    text-align: center;
}

.bakery_services.wp2 {
    padding: 43px 0 35px;
}

.read_more_button {
    float: left;
    width: 100%;
}

.main_services.innerpage ul li:last-child {
    border: none;
}

.postcomments #respond #commentform #author-error,
.postcomments #email-error,
.postcomments #comment-error,
.postcomments #cptch_input-error {
    display: none !important;
}

.serv_full:hover .read_more {
    background: #bb414e none repeat scroll 0 0;
    color: #ffffff;
    outline: 1px solid #cccccc;
    transition: 0.3s ease-in-out 0s;
}

.main_services.innerpage .serv_full:hover h3 {
    color: #bb414e;
}

.main_services.innerpage .serv_full:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.se-pre-con {
    background-color: #ffffff;
    background-image: url("../images/Preloader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.slider .bx-wrapper img {
   width:100%;
}

.request_form span.wpcf7-not-valid-tip {
    display: none;
}

.request_form input.wpcf7-not-valid {
    background: #FA4949;
    color: #000000;
}

.request_form div.wpcf7-validation-errors {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #f7e700;
    margin: 0;
    color: #fc0000;
}

.demo-gallery>ul>li:nth-child(4n+1) {
    clear: both;
}

#submit:hover {
    color: #333;
    background: #fff;
}

.social_icons .cnss-social-icon a {
    background: #bb414e none repeat scroll 0 0;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    width: auto;
}

footer .social_icons .cnss-social-icon a {
    background: #615f60;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
}

.event_form div.wpcf7-response-output,
.schedule_form div.wpcf7-response-output {
    margin: 2em 0 1em;
}

.nav .current-menu-item .sub-menu a::after {
    content: none;
}

option {
    text-transform: capitalize;
}

.footer_2 ul li a:hover {
    color: #bb414e;
}

.photos-sec .ch-info-back>h3 {
    height: 100%;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.photos-sec .ch-info-back a {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    padding-top: 120px;
    position: absolute;
    right: 0;
    top: 0;
}

strong.site_name {
    color: #bb414e;
}

.service_right ul {
    float: left;
    width: 100%;
    position: relative;
}
.service_right .service-image {
    margin: 0 9px 11px 0;
    float: left;
}
.service_right .service-image:nth-child(2n) {
    margin-right: 0;
}
.service_right .service-image img.img-responsive {
    width: 260px;
    height: 280px;
    object-fit: cover;
}

.slider .bxslider li {
    height:670px;
    width: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.slider .bx-wrapper .bx-viewport {
    /*height: auto !important;*/ 
}
