 /*
Theme Name: 1stPlace
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Aashish Wadhwa
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.8
Requires at least: 3.6
Tested up to: 6.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 
*{
	margin:0px;
	padding:0px;
}
body{
	font-family: "Blinker", sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer {
    padding: 50px 0px 22px 0px;
    text-align: center;
    background: #1c1c1c;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 17px;
}

footer ul li a {
    color: #c6c6c6;
    font-size: 24px;
    text-decoration: none;
}

img.footer-logo {
    margin-bottom: 35px;
}

footer p {
    color: #c6c6c6;
    font-size: 24px;
    margin: 15px 0px;
    font-size: 24px;
}
img.follow_btn {
    opacity: 0.8;
    margin-left: 10px;
    width: 30px;
}

img.footer-logo {width: 200px;}

section.cta_box {
    background: #1d5fb5;
    padding: 60px 0px;
}

section.cta_box h4 {
    font-size: 44px;
    color: #fff;
    font-family: "Blinker", sans-serif;
    font-weight: 600;
    font-style: normal;
	margin-top: 50px;
}

section.cta_box h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.wpcf7-form-control {
    padding: 10px;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    color: #fff;
    width: auto;
    text-align: center;
    margin: auto;
    display: block;
    padding: 10px 45px;
    border: 0px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ffdd7c;
    color: #000;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	 
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 360px;
    width: 31%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	    opacity: 0;
		 color: #fff;
	  line-height: 22px;
    text-align: left;
	
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-weight: 700;
    font-size: 32px;
}
 

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	 color: #fff;
	  line-height: 22px;
    text-align: left;
	margin-bottom:20px;
   
}
.btn-primary {
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
}
figure.effect-lily:hover .btn-primary {
	opacity: 1;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover .btn-primary {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
    text-shadow: 4px 4px 10px #000;
}
section.about-div {
    padding: 90px 0px;
}

section.about-div p {
    font-size: 28px;
    text-align: center;
    color: #000;
    line-height: 42px;
}

section.about-div h3 {
    color: #1557ac;
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}

section.banner-box {
    height: 100vh;
    /* background: #fde9b6; */
    position: relative;
    background: url(images/main-banner.webp) no-repeat top left;
    background-size: cover;
}

section.banner-box h2 {
    font-size: 37px;
    color: #513f14;
    text-align: center;
    font-weight: 600;
    max-width: 650px;
    margin: auto;
}
 

nav.navbar.navbar-default.navbar-fixed-top {
    background: #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
    min-height: 150px;
	    position: relative;
    margin: 0px;
}

.navbar-header a>img {
    width: 120px;
}

.nav.navbar-nav.navbar-right ul {
    margin: 0px;
    padding: 0px;
    margin-top: 65px;
}

.nav.navbar-nav.navbar-right ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 10px;
}

.nav.navbar-nav.navbar-right ul li a {
    color: #3c2323;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 10px;
    text-decoration: none;
}

.phn_div {
    float: right !important;
    text-align: center;
    margin-left: 30px;
    margin-top: 30px;
}

.phn_div span {
    display: block;
}

.phn_div a {
    color: #3c2323;
    font-size: 18px;
    text-decoration: none;
}
section.banner-inner.contact {
    min-height: 400px;
    position: relative;
    background-size: cover !important;
}

.banner_box {
    position: absolute;
    bottom: 50px;
}

.banner_box h3 {
    font-weight: 700;
    font-size: 48px;
}

.banner_box h4 {
    font-size: 24px;
}

.address_div {
    padding: 50px 0px 0px;
}

.address_img {
    background: #fff;
    border: 2px solid #b9a773;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}

.address_img svg {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #0b397c !important;
    color: #0b397c!important;
}

.address_div h6 {
    font-size: 16px;
    color: #000;
    opacity: 0.7;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.address_div h5 {
    font-size: 24px;
    padding: 0px 30px;
    line-height: 30px;
    text-align: center;
}

.address_div h5 a:hover {
    color: #0b397c;
}

.address_div h5 a {
    color: #000;
}

.contact_form h3 {
    color: #000;
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.contact_form h3:after {
    position: absolute;
    content: '';
    top: 20px;
    width: 170px;
    height: 4px;
    background: #0b397c;
    margin-left: 40px;
}

.contact_form {
    padding-top: 50px;
}

.contact_form label {
    font-size: 16px;
    font-weight: 400;
}

.contact_form label span {
    color: red;
}

.contact_form input.wpcf7-form-control.wpcf7-submit {
    background: #0b397c;
    transition: 0.3s ease;
}

.contact_form input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #000;
}
.address_div iframe {
    margin-top: 30px;
    filter: invert(95%) hue-rotate(180deg);
}
ul.sub-menu {
    opacity: 0;
    display: none;
    position: absolute;
    background: #fff;
    top: 0px;
    width: 240px;
    padding-top: 5px;
}
.product-box-inner {
    padding: 40px 0px;
    max-width: 730px;
    margin: auto;
    border-left: 5px solid #d6c876;
    padding-left: 30px;
    position: relative;
    top: -100px;
    background: #fff;
    padding-right: 30px;
}

.product-box-inner h4 {
    font-size: 40px;
    font-weight: 700;
}

.product-box-inner p {
    font-size: 24px;
}

.product-below {}

.product-box {
    background: #f2f2f2;
}

.product-below {
    background: #f2f2f2;
	padding-bottom:50px;
}

.product-below h4 {
    font-size: 40px;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.product-below h4:before {
    content: '';
    width: 140px;
    height: 5px;
    background: #d6c876;
    position: absolute;
    bottom: 0px;
}

.product-below-inner p {
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.product-below-inner ul {
    margin: 0px;
    padding: 0px;
}

.product-below-inner ul li {
    list-style-type: none;
    font-size: 18px;
    background: url(images/arrow.png) no-repeat top 8px left;
    padding-left: 33px;
    background-size: 15px;
    padding-bottom: 10px;
}
.nav.navbar-nav.navbar-right ul li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}

.nav.navbar-nav.navbar-right ul li.menu-item-has-children a:hover ul.sub-menu {
    opacity: 1;
    display: block;
}

.nav.navbar-nav.navbar-right ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    display: block;
}

ul.sub-menu li {
    padding: 10px 0px;
    width: 100%;
	    text-align: left;
}

ul.sub-menu li a {
    font-size: 16px !important;
}
.nav.navbar-nav.navbar-right ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    top: 10px;
    right: -5px;
}
body#myPage {
    padding: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #000;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-default>.panel-heading {
    background-color: #dcb56c;
}

.panel-default>.panel-heading h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.panel-group .panel {
    border-color: #dcb56c;
    text-align: left;
    margin-bottom: 15px;
}

.panel-body {
    font-size: 18px;
    color: #000;
}

section.resource-box {
    padding: 0px 0px 50px 0px;
}
.woocommerce .site-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.banner_full img {
    width: 100%;
    height: 280px;
}

.banner_full h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
}

.banner_full {
    position: relative;
}
.post-thumbnail {
    display: none;
}

h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-bottom: 10px !important;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}
.nav-links {
    display: none;
}

div#comments {
    display: none;
}
.product_meta {
    margin-top: 20px;
}
a.follow_btn {
    font-size: 22px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

a.follow_btn svg {
    color: #fff;
    fill: #fff;
    opacity: 0.7;
}

.product-box-inner ol li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.product-box-inner ol {
    margin-left: 15px;
}
.new_box p {
    font-size: 17px;
    line-height: 27px;
}
.new_box {
    margin-bottom: 50px;
}
 

.new_box ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 27px;
    margin-left: 30px;
    position: relative;
}

.new_box ul li:before {
    content: '';
    background: url(images/arrow.png) no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: -24px;
    background-size: contain;
}
 .xoo-wsc-priceBox {
    display: none;
}

span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal {
    display: none !important;
}

span.xoo-wsc-ft-amt-label {
}

.xoo-wsc-ft-amt-subtotal {
    display: none !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    display: none !important;
}
select.orderby {
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
}
.woocommerce-shop .banner_full img {
    height: 360px; object-fit: cover;
}
.woocommerce-shop .banner_full h3, .page-template-t_about .banner_box h3 {
   display:none;
   
}
section.about-div h3 {
    color: #dcb56c;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
}
ul.hampers_types {
    margin: 0px;
    padding: 0px;
}

ul.hampers_types li {
    list-style-type: none;
    width: 49%;
    float: left;
    vertical-align: top;
    border: 2px solid #dcb56c;
    padding: 5px;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 2%;
}

ul.hampers_types li:nth-child(2n+2) {
    margin-right: 0;
}

.img_left {
    width: 40%;
    float: left;
}

.content_left h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.content_left {
    width: 56%;
    float: left;
    margin-left: 4%;
}

.content_left p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px !important;
    text-align: left !important;
}

.img_left img {
    object-fit: cover;
	    height: 218px;
}
section.resource-box h2 {
    color: #dcb56c;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
}
.page-id-164 section.banner-inner.contact {
    background-position: center !important;
}
.address_div h3.common-heading {
    font-weight: 700 !important;
    font-size: 32px;
}
.nav.navbar-nav.navbar-right ul li.menu-item-has-children:hover ul.sub-menu {
    box-shadow: 0px 14px 10px 3px #0000005e;
}
a.whatapp_chat {
    z-index: 999;
    bottom: 10px;
    left: 7px;
    position: fixed;
    display: block;
}

a.whatapp_chat img {max-width: 50px;}
@media (max-width: 767px) {
	ul.hampers_types li {
    width: 100%;
}
.img_left {
    width: 100%;
    float: left;
}
.img_left img {
    object-fit: cover;
    height: 318px;
}
.content_left {
    width: 100%;
    float: left;
    margin-left: 0%;
}
.panel-default>.panel-heading h4 {
    font-size: 16px !important;
     
}
.navbar-default .navbar-toggle {
    top: 50px;
}

.navbar-collapse.in {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 100px;
}

.phn_div {
    width: 100%;
}

.nav.navbar-nav.navbar-right ul li {
    width: 100%;
    margin: 3px 0px;
}
ul.sub-menu {
        width: 240px;
        padding-top: 5px;
        margin-top: 11px !important;
        width: 100%;
        box-shadow: none !important;
        position: relative;
    }
.nav.navbar-nav.navbar-right ul li.menu-item-has-children:after {    
    top: 10px;
    right: 15px;
}
.phn_div {     
    margin-top: 10px;
    margin-bottom: 30px;
}
.navbar-collapse.in {        
        text-align: left;
    }
	.contact_form h3:after {
     display:none;
}
.panel-heading {
    padding: 10px 29px 10px 15px;   
}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    height: 75vh;
		    padding-right: 30px !important;
		max-height: none !important;
}
.phn_div a {     
    font-size: 14px;     
}
.phn_div {
        width: 44%;
        display: inline-block;
        padding: 0px;
        float: none !important;
        margin-left: 5%;
        margin-bottom: 0px !important;
    }
	.nav.navbar-nav.navbar-right ul li a {
    color: #3c2323;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
}
ul.sub-menu li {
    padding: 2px 0px;
    width: 100%;
    text-align: left;
}
	.nav.navbar-nav.navbar-right ul {
    
    margin-top: 35px;
}
	.nav.navbar-nav.navbar-right ul li {
     
        margin: 5px 0px;
    }
	.woocommerce-page .banner_full h3 {
    display: none;
}
}