/*
Theme Name: DAPHNECAINE
Description: WordPress theme with Custom Menu, Header and Background along with Logo, Favicon, Featured Image, Google Custom Search Integration and more options.
Version: 1.0
Author: ROHIT
Author URI: rohit.rt23@gmail.com
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template, buddypress
*/

@charset "utf-8";
@import url("./css/bootstrap.min.css");
@import url("./css/font-awesome.min.css");

ul{margin: 0;padding: 0; list-style: outside none none;}
a{color: #000; outline: 0;}
a:focus, a:hover{color: #ce171f !important; text-decoration: none; outline: 0;}
img {height: auto;max-width: 100%;width: auto;}
body{font-family: 'Lato', sans-serif; color: #000; font-size: 17px;}

body p{
    margin-bottom: 15px;
}
.header-wrapper {
    background: #000;
}
.daphnecaine-site-logo {
    padding: 20px 0;
    margin-right: 10px;
}
.content-wrapper {
    padding: 50px 0;
}
.home .content-wrapper {
    padding: 0;
}
.page-top-header {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-top-header .container {
    width: 100%;
}
.page-id-9 .page-banner {
    display: none;
}
.page-top-header .page-banner h2 {
    color: #FFF;
    text-align: center;
    padding: 210px 0;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}
.daphnecaine-primary-desktop-navigation ul > li {
    float: left;
}
.daphnecaine-primary-desktop-navigation ul > li.menu-item-has-children {
    position: relative;
}
.daphnecaine-primary-desktop-navigation ul li a {
    color: #FFF;
    padding: 20px 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}
.daphnecaine-primary-desktop-navigation ul li:hover a {
    background: #ce171f;
    color: #FFF !important;
}
.daphnecaine-primary-desktop-navigation ul li.current-menu-item a {
    background: #ce171f;
    color: #FFF !important;
}
.footer-wrapper {
    background: #F5F2F0;
    text-align: center;
    padding: 60px 0 0;
}
.social-icons a {
    font-size: 23px;
    color: #FFf;
    padding: 10px 15px;
}
.social-icons a:hover{
    color: #FFF !important;
    box-shadow: 0px 0px 29px rgba(0,0,0,0.4);
}
.social-icons li {
    display: inline-block;
    margin: 0 10px;
}
.social-icons a.twitter {
    background: #66B4EF;
}
.social-icons a.facebook {
    background: #3B5998;
    padding: 10px 20px;
}
.footerbar-widget {
    margin-bottom: 40px;
}
.header-wrapper.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}
.admin-bar .header-wrapper.sticky-header{
    top: 32px;
}
.home .header-wrapper{
    display: none;
}
.home-page-top-header {
    height: 790px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.home-page-top-header .container{
    width: 100%;
}
.home-page-top-header .logo {
    background: #000;
    position: absolute;
    left: 0;
    top: 30%;
    padding: 50px 100px;
}
.home-page-top-header .logo {
    background: #000;
    position: absolute;
    left: 0;
    top: 30%;
    padding: 40px 130px;
}
.home-page-top-header .logo img {
    width: 90%;
}
.home-page-top-header .home-menu {
    position: absolute;
    right: 0;
    top: 30%;
    background: #000;
    padding: 25px 0;
}
.home-page-top-header .home-menu ul li a {
    color: #FFF;
    padding: 15px 120px 15px 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
}
.home-page-top-header .home-menu ul li:hover a {
    background: #ce171f;
    color: #FFF !important;
}
.home-page-top-header .home-menu ul li ul.sub-menu {
    display: none;
}
.home-blockquote-section p {
    text-align: center;
    width: 62%;
    margin: 0 auto 30px;
    font-size: 30px;
    font-style: italic;
    color: #666;
}
.home-blockquote-section p a {
    font-size: 16px;
    border: 2px solid #e0e0e3;
    padding: 10px 20px;
    display: inline-block;
    font-style: normal;
}
.home-blockquote-section p a:hover{
    background: #ce171f;
    border: 2px solid #ce171f;
    color: #FFF !important;
}
.contact-form-wrapper {
    padding: 10px 0;
}
.contact-form-wrapper input, .contact-form-wrapper textarea {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    background: #EDEDEF;
    border: none;
}
.contact-form-wrapper textarea{
    height: 150px;
}
.contact-form-wrapper .wpcf7-submit{
    font-size: 16px;
    width: 35%;
    border: 2px solid #e0e0e3;
    padding: 10px 20px;
    display: inline-block;
    font-style: normal;
}
.contact-form-wrapper .wpcf7-submit:hover{
    background: #ce171f;
    border: 2px solid #ce171f;
    color: #FFF !important;
}
.contact-form-wrapper p {
    margin-bottom: 25px;
}
.single-post #content-wrapper .container {
    width: 60%;
}
p.copyright-text {
    width: 80%;
    margin: 0 auto 35px;
    font-size: 14px;
}
.single-post .content-wrapper h2 {
    color: #CE171F;
    font-weight: 700;
}
.single-post .content-wrapper p {
    font-weight: 300;
}
.single-post .content-wrapper ul {
    font-weight: 300;
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}
.footer-contact-wrapper span {
    display: inline-block;
    margin: 0 10px;
    color: #CE171F;
}
.footer-contact-wrapper a {
    color: #CE171F;
}
.vc_custom_heading.bold-heading {
    font-weight: 600;
}
.countdown-timer-wrapper {
    text-align: center;
    margin-top: 30px;
}
.mobile-menu-wrapper{
    display: none;
}
.post-excerpt li {
    padding: 0 !important;
    margin: 0 !important;
}
@media screen and (max-width: 1200px){
 .home-page-top-header {
    height: 480px;
    background-size: contain;
}
    .home-page-top-header .logo, .home-page-top-header .home-menu{
        display: none;
    }
    .home .header-wrapper {
        display: block !important;
        position: fixed;
        width: 100%;
        z-index: 99999;
        left: 0;
        top: 0;
    }
    .admin-bar .header-wrapper {
        top: 32px;
    }
}
@media screen and (max-width: 993px){
    .home-page-top-header {
        height: 435px;
        background-size: contain;
    }
    .daphnecaine-site-logo{
        padding: 20px;
    }
    .page-top-header {
        height: 355px;
        background-size: contain;
    }
    .page-top-header .page-banner h2{
        padding: 158px 0;
    }
}
@media screen and (max-width: 767px){
    .mobile-menu-wrapper a {
        color: #FFF;
        padding: 15px 20px;
        display: inline-block;
        width: 100%;
    }
    .mobile-menu-wrapper li:hover a {
        background: #ce171f;
        color: #FFF !important;
    }
    .mobile-menu-wrapper {
        padding: 10px 0;
        display: none;
    }
    .daphnecaine-site-logo{
        padding: 20px;
        margin: 0;
    }
    .daphnecaine-primary-mobile-navigation {
        position: relative;
        text-align: right;
    }
    .daphnecaine-primary-mobile-navigation button {
        padding: 17px 23px;
        outline: none;
        font-size: 21px;
        background: transparent;
        border: none;
        color: #FFF;
    }
    .page-top-header {
        height: 340px;
    }
    .home-page-top-header {
        height: 380px;
        background-size: contain;
    }
    .hot-link-bg{
        height: 80px !important;
    }
    .hot-link-wrapper h3{
        padding: 25px 20px !important;
    }
}
@media screen and (max-width: 600px){
    .page-top-header {
        height: 260px;
        background-size: contain;
    }
    .page-top-header .page-banner h2 {
        padding: 100px 0;
    }
.home-page-top-header {
    margin-top: 50px;
}
}
@media screen and (max-width: 500px){
    .home-page-top-header {
        height: 300px;
        background-size: contain;
    }
    .page-top-header {
        height: 225px;
    }
}
@media screen and (max-width: 450px){
    .home-blockquote-section p {
        width: 100%;
        font-size: 23px;
    }
    .home-page-top-header {
        height: 220px;
        background-size: contain;
        margin-top: 50px;
    }
    .page-top-header {
        display: none;
    }
}
.grecaptcha-badge {display: none;}