/*
Theme Name: Makeup Gourmet
Theme URI: https://makeupgourmet.com
Author: Imperative Ideas
Author URI: http://imperativeideas.com
Description: UberShop for Makeup Gourmet
Version: 1.1
License: Commercial
License URI: http://themeforest.net/licenses/regular
Tags: blue, white, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
Text Domain: pukka
template: ubershop
*/
@import url("../ubershop/style.css");
@import url(https://fonts.googleapis.com/css?family=Parisienne);

/* Move this stuff later */

a#responsive-title {
    font-size: 20px;
}

a#responsive-title img {
    max-width: 180px;
}

/* Menu Changes */

.full #menu-primary .menu-dropdown {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    display: none;
    margin-top: 10px;
    opacity: 0.92;
    padding: 20px 0 35px;
    position: absolute;
    top: 70px;
    z-index: 1000;
}

.full #menu-primary #main-menu .menu-dropdown > ul li {
    float: none;
}

.menu #menu-primary-navigation li a:hover {
    color: #E25AAC;
}

.menu #menu-primary-navigation ul ul li {
    margin: 8px 10px 0 !important;
}

.full #menu-primary .menu-column-links {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: none;
    left: 151px;
    margin-top: 10px;
    max-width: 150px;
    position: absolute;
    top: 0;
}

.full #menu-primary .menu-dropdown > ul > li:hover .menu-column-links {
    display: block;
}

select {
    border-style: solid;
    border-width: 1px;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    padding: 5px;
    width: 100%;
}

/* Page Styles */
#primary #main{
    margin: 0px;
}

.page .featured {
    border-bottom: 5px solid rgb(226, 90, 172);
}

.page .entry-title, .lesson .entry-title {
    position: relative;
    /*font-family: 'Parisienne', Helvetica, Arial, sans-serif; */
    font-size: 50px;
    line-height: 56px;
    text-transform: inherit;
    color: #A13A78;
}

.page .entry-title:after, .lesson .entry-title:after {
    position: absolute;
    display: block;
    bottom: 15px;
    width: 100%;
    content: "";
    border-bottom: 1px dashed #CD83B0;
}

.lesson.crumb {
    overflow: hidden;
}

.product-image{
    min-height: unset;
    min-width: unset;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding: 0 0 150%;
}

.product-image img{
	min-height: 0!important;
	max-height: 225px;
}

.onsale{
	display: none;
}

.products .product-category{
    height: 375px!important;
    width: 190px!important;
    margin: 0 10px 20px !important;
    float: left;
    height: auto;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
}
.products .product-category img{
	width: 100%;
}

.product-block:hover .product-content.basic .product-data.headings {
    background-color: rgba(100, 100, 100, 0.5);
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-block:hover .product-data.headings a,
.product-block:hover .product-data.headings h3 a{
    color: #fff;
    margin-top: 30px;
}
.up-sells.upsells.products .product-block:hover .product-data.headings a, 
.up-sells.upsells.products .product-block:hover .product-data.headings h3 a,
.related.products .product-block:hover .product-data.headings a,
.related.products .product-block:hover .product-data.headings h3 a{
    margin-top: 2px;
}
.masonry .product-block:hover .price{
    animation: 300ms ease 0s normal none 1 running delay-button-display;
    background-color: #76afcc;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 50px auto 5px;
    padding: 0 5px;
    vertical-align: middle;
    width: 60px;
}
.up-sells.upsells.products .masonry .product-block:hover .price,
.related.products .masonry .product-block:hover .price{
    margin: 60px auto 5px;
}

.product-content.basic {
    min-height: 375px;
    height: 375px;
}
/*.product-content.basic .product-image{
	margin-left:-10px;
}*/
.product-content{
    border: none;
    padding: 3px 4px 3px 6px;
}
.fullLink{
	border:1px solid #ccc;
}

.sidebar {
    box-sizing: border-box;
    margin: 30px 0 20px;
    padding: 10px 10px 20px;
}

.widget {
    color: inherit;
    margin-top: 10px;
}

.woocommerce-ordering {
    display: none;
}

span.categories-links {
    display: none;
}

/* ______________________________ GUW Styles_______________________________*/

form .infusion-field {
    background: none repeat scroll 0 0 #f8f2f3;
    float: left;
    margin: 11px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

form .infusion-field input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #e25aac;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    width: 100%;
}

form .infusion-field textarea {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #e25aac;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    width: 100%;
}

form .infusion-submit input {
    border: medium none;
    color: #ffffff;
    font-family: lato;
    font-size: 36px;
    font-weight: 200;
    margin: 0;
    padding: 10px 0;
    text-transform: none;
    white-space: normal;
    width: 100%;
    word-wrap: normal;

    background: -webkit-linear-gradient(left top, #da5ea7, #65549c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #da5ea7, #65549c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #da5ea7, #65549c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #da5ea7, #65549c); /* Standard syntax */
    -webkit-transition: .2s ease; /* For Safari 3.1 to 6.0 */
    transition: .2s ease;
}

form .infusion-submit input:hover {
    opacity: 0.8;
    -webkit-transition: .2s ease; /* For Safari 3.1 to 6.0 */
    transition: .2s ease;
}

form .infusion-field ::-moz-placeholder {
    text-transform: none;
}

.page .entry-title, .lesson .entry-title {
    line-height: 70px;
}

.sidebar aside {
    width: 100%;
}

div.homePage {
    background: #fff;
}

.homepagepost {
    position: absolute;
    float: right;
    top: 0px;
    right: 30px;
}

.homepagepost:hover {
    opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.hollowButton {
    border: 4px solid #e25aac;
    color: #e25aac;
    background: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5px 0;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: center;
    max-width: 300px;

    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.hollowButton:hover {
    background: #e25aac;
    color: #ffffff !important;
    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.textwidget a.hollowButton {
    display: block;
}

.pinkButton {
    background: #da5ea7;
    color: #ffffff;
    background: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5px 0;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: center;

    background: -webkit-linear-gradient(left top, #da5ea7, #e65e87); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #da5ea7, #e65e87); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #da5ea7, #e65e87); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #da5ea7, #e65e87); /* Standard syntax */
    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.pinkButton:hover {
    opacity: 0.8;
    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.contentArea {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 35px;
}

div.homeIntro {
    background: url(./images/homeIntroBG.jpg) no-repeat scroll 0 0 transparent;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 70px 0;
    position: relative;
    width: 100%;
}

div.homeIntro div.master {
    float: right;
    max-width: 800px;
    padding: 50px 0 0;
    width: 100%;
}

div.homeIntro div.master h2 {
    color: #da5ea7;
    font-size: 130px;
    font-weight: 900;
    line-height: 112px;
    margin: 0 0 30px;
    text-transform: uppercase;

    background: -webkit-linear-gradient(top, #da5ea7, #e64f8f);
    background: linear-gradient(top, #da5ea7, #e64f8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.homeIntro div.master ul {
    background: url("./images/pinkSlash.png") no-repeat scroll right center transparent;
    float: left;
    margin: 0 30px 0 0;
    min-height: 125px;
    padding: 0 50px 0 0;
}

div.homeIntro div.master ul li:before {
    background: url("./images/lipListItem.png") no-repeat scroll center center transparent;
    content: " ";
    display: inline-block;
    height: 10px;
    padding: 0 15px;
    vertical-align: middle;
    width: 35px;
}

div.homeIntro div.master h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 100px;
    color: #da5ea7;
}

div.homeIntro div.master h3 a {
    color: #da5ea7;
}

div.homeIntro div.master ul li {
    font-size: 25px;
    font-weight: 300;
    line-height: 36px;
}

div.homeIntro div.master a {
    float: left;
    margin: 5px 5px 5px 0;
}

div.homeIntro div.master .bookNow {
    color: #e25aac;
    border: 4px solid #e25aac;
    max-width: 100%;
    padding: 8px 33px;
}

div.homeIntro div.master .viewServices {
    color: #fff;
    padding: 11px 33px;
}

div.homeIntro .goLower {
    background: url("./images/goLowerArrow.png") no-repeat scroll center center transparent;
    bottom: 0;
    cursor: pointer;
    height: 66px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 113px;
}

div.homeIntro .goLower:hover i {
    margin: 24px 0 0 1px;

    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.goLower i {
    color: #e25598;
    display: block;
    font-size: 25px;
    margin: 16px 0 0 1px;
    text-align: center;
    width: 100%;

    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.makeUpSection {
    background: url(./images/makeUpBG.jpg) no-repeat scroll 0 0 transparent;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.welcomeSection {
    text-align: center;
}

.welcomeSection h3 {
    color: #da5ea7;
    font-size: 63px;
    font-weight: 300;
    margin: 40px 0 0 0;
}

.welcomeSection p {
    font-size: 19px;
    font-weight: 300;
    margin: 10px auto;
    max-width: 715px;
    width: 100%;
}

.welcomeSection p span {
    color: #e25598;
    font-weight: 700;
}

.welcomeSection a {
    border: 4px solid #e25aac;
    color: #e25aac;
    padding: 10px 30px;
}

.cta {
    overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.cta h3 {
    background: url(./images/squiggleBorder.png) no-repeat scroll 0 0 transparent;
    background-position: center bottom;
    color: #da5ea7;
    font-size: 37px;
    font-weight: 300;
    margin: 30px 0 25px;
    padding: 0 0 20px;
    text-align: center;
}

.cta .video {
    float: left;
    height: 330px;
    margin: 0 30px 0 0;
    max-width: 52%;
    width: 100%;
}

.cta .video #vidHolder {
    background: url("./images/vidHolder.jpg") no-repeat scroll center center / cover transparent;
    cursor: pointer;
    height: inherit;
    width: inherit;
    z-index: 99999;
}

.cta .video iframe {
    height: inherit;
    width: inherit;
}

.products.related, .products.upsells {
    clear: both;
}

.woocommerce.widget_product_categories h3 {
    font-size: 18px;
    margin: 10px auto 5px;
}

/* _____________________________________________________CTA_________________________________________*/

.homectaForm {
    float: right;
    font-family: lato;
    max-width: 44%;
    width: 100%;
}

.homectaForm form .infusion-field {
    margin: 5px 0 5px;
}

.homectaForm form .infusion-submit input {
    margin: 10px 0 0 0;
    padding: 20px;
}

/*Get the Book*/

.getTheBook {
    margin: 0 auto;
    max-width: 1050px;
    overflow: hidden;
    padding: 25px 0 40px;
    width: 100%;
}

.getTheBook .message {
    float: left;
    margin: 100px 0 0;
    max-width: 50%;
    text-align: center;
    width: 100%;
}

.getTheBook .message h3 {
    color: #e25aac;
    font-size: 56px;
}

.getTheBook .message h4 {
    color: #e25aac;
    font-size: 32px;
    line-height: 34px;
}

.getTheBook .message h5 {
    color: #DA5EA7;
    font-size: 24px;
    margin-top: 10px;
    text-transform: uppercase;
}

.getTheBook .message h5 a {
    color: #DA5EA7;
    padding: 0px;

}

.getTheBook .message p {
    color: #707070;
    font-size: 17px;
    font-weight: 300;
    margin: 30px auto;
    max-width: 95%;
}

.getTheBook .message a {
    color: #ffffff;
    padding: 15px 50px;
}

.getTheBook .theBook {
    background: url("https://makeupgourmet.com/wp-content/uploads/2015/06/FWAHCOVEROPEN7.png") no-repeat scroll center center / contain transparent;
    float: right;
    height: 557px;
    margin: 0;
    max-width: 50%;
    padding: 30px 0 0;
    width: 100%;
}

.learnMore {
    background: url("./images/learnMoreBG.jpg") no-repeat scroll center top / cover transparent;
    color: #ffffff;
    min-height: 515px;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}

.learnMore h3 {
    color: #ffffff;
    font-size: 49px;
    margin: 65px 0 20px;
}

.learnMore p {
    font-size: 16px;
    max-width: 600px;
    width: 100%;
}

.learnMore a {
    border-color: #fff;
    color: #ffffff;
    padding: 10px 45px;
}

.footer {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    overflow: hidden;
    padding: 40px 0 0;
    width: 100%;
}

.footer .footerTop {
    width: 100%;
    overflow: hidden;
}

.footer .menus {
    float: left;
    width: 55%;
}

.footer .menus ul {
    padding: 0;
}

.footer .menus ul li {
    display: inline-block;
    padding: 10px 0;
}

.footer .menus ul li a {
    color: #da5ea7;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 10px 5px 10px;
}

.footer .menus ul li:first-child a {
    margin: 5px 10px 5px 0px;
}

.footer .followUs {
    float: right;
    width: 45%;
    text-align: right;
}

.footer .followUs p {
    color: #da5ea7;
    font-size: 15px;
    font-weight: 700;
}

.footer .followUs ul {
}

.footer .followUs ul li {
    display: inline;
}

.footer .followUs ul li a {
    display: inline;
}

.footer .followUs ul li a i {
    border: 4px solid #da5ea7;
    border-radius: 50%;
    color: #da5ea7;
    display: inline-block;
    font-size: 35px;
    height: 60px;
    margin: 2px;
    padding: 10px;
    text-align: center;
    width: 60px;

    -webkit-transition: .2s ease; /* For Safari 3.1 to 6.0 */
    transition: .2s ease;
}

.footer .followUs ul li a i:hover {
    background: #da5ea7;
    border-color: #ffffff;
    color: #ffffff;

    -webkit-transition: .2s ease; /* For Safari 3.1 to 6.0 */
    transition: .2s ease;
}

.footer .footerBottom {
    margin: 50px 0 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.footer .footerBottom .footerLogo {
    background: url("./images/footerLogo.png") no-repeat scroll center center transparent;
    float: right;
    height: 64px;
    margin: 55px 0 0;
    position: relative;
    width: 268px;
}

.footer .footerBottom ul {
    float: left;
}

.footer .footerBottom ul li {
    float: left;
    padding: 10px 20px 10px 0;
}

.footer .footerBottom ul li:first-child {
    border-right: 1px solid #d0d0cf;
    margin: 0 30px 0 0;
}

.footer .footerBottom ul li p {
    display: block;
    margin: 0;
}

.footer .footerBottom ul li a {
    display: block;
}

.footer .footerBottom .copyright {
    clear: both;
    float: left;
    margin: 15px 0 0 0;
}

/*Menu Override*/

#top-logo {
    margin: 0;
}

#top-logo > img {
    padding: 5px 0 0;
    vertical-align: top;
}

.full #menu-primary #main-menu {
    float: left;
    line-height: inherit;
    margin-top: 0;
}

.full #menu-primary #main-menu li {
    font-size: 14px;
    margin: 0 12px;
}

.full #menu-primary .menu-column-links {
    left: 100%;
    margin-top: 0;
    max-width: none;
}

.full #menu-primary .menu-dropdown {
    padding: 10px 0;
}

.full #menu-primary #main-menu .menu-dropdown > ul li {
    margin: 0;
    min-width: 150px;
    padding: 10px;
    position: relative;
}

.full #menu-primary #main-menu .menu-dropdown ul ul li {
    margin: 0 !important;
    padding: 10px;
    width: 175px;
}

#shop-menu li {
    font-size: 14px;
}

#menu-basket {
    font-size: 32px;
    width: 60px;
}

#shop-menu .pukka-cart-search {
    font-size: 20px;
}

.product-image {
    padding: 0;
}

.product-content h3 {
    font-size: 0.9em;
    height: auto;
    margin-top: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
}
.archive .product-content h3{
    font-size: 1.1em;
    font-weight: 600;
}
.post-type-archive-product .product-content h3{
    margin-top: 60px !important;
}
ul.products {
    float: left;
}

.woocommerce-result-count {
    margin-right: 20px;
    padding: 0 0 0 10px;
}

select.orderby {
    margin: 0 0 15px 10px;
}

a[href*="http://www.genbook.com/bookings/"] {
    display: block;
    margin: 15px 0 0;
}

.woo-single-product {
    overflow: hidden;
}

.woo-single-product .price{
	color: #e25aac;
	font-size: 32px;
}
.product-block .product-data.headings .price{
    font-size: 1.1em;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    width: 190px;
    left: -6px;
}
.masonry .product-block:hover .product-content .product-data.headings .price{
    width: 190px;
    left: 30px;
}

.woo-single-product .quantity .input-text, .product-quantity .quantity .input-text{
	background-color: #666666;
	color: #ffffff;
}

a.fullLink {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.product-data.headings .add_to_cart_button {
    position: relative;
    z-index: 10001;
}
.more-detail{
    margin-top: 10px;
    padding: 15px 25px;
}
/*.up-sells.upsells.products .more-detail{
    padding: 2px 25px;
}*/
.product-data.headings .more-detail.slide-detail {
    position: relative;
    z-index: 10001;
}
.more-detail.slide-detail .product-description h4,
.more-detail.slide-detail h3{
	color: #fff;
	font-size: 16px;
}
.more-detail.slide-detail .additional-links{
	margin:5px 0 0;
}
.product-block {
    height: 375px;
    width: 190px;
}
.up-sells.upsells.products .product-content.basic,
.related.products .product-content.basic{
    padding: 5px;
}
.up-sells.upsells.products .woo-single-product{
    display: none;
}
#acx-social-icons-widget-4 h3 {
    font-size: 20px;
    text-align: center;
}
.woocommerce-product-gallery__trigger{
    display: none !important;
}
.archive .product-image, .product-image img{
    min-width: auto;
    min-height: 225px;
    width: auto !important;
}

/*Portal Page*/
.page-id-2325 #post-2325 h1 {
    text-transform: capitalize;
    font-weight: 100;
    border-bottom: dashed #ddd 3px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 40px;
    text-shadow: 1px 4px #D2D0D0, -2px -2px #F8F2F3;
    color: #da5ea7;
    font-family: 'Parisienne', Helvetica, Arial, sans-serif;
}

.page-id-2325 #post-2325 .portalpage {
    box-shadow: 10px 5px 25px #E5E0E5;
    width: 30%;
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    border-radius: 20px;
    border: double 5px #E5E0E5;
    padding: 5px;
    height: 610px;
}

.page-id-2325 #post-2325 .portalpage h2 {
    text-align: center;
    padding: 10px 5px;
    background: #fff;
    color: #e25aac;
    font-size: 25px;
    text-transform: capitalize;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.page-id-2325 #post-2325 .portalpage h2:hover {
    background: #ddd;
}

.page-id-2325 #post-2325 .portalpage p {
    font-size: 70%;
}

.page-id-2325 #post-2325 .hollowButton {
    border: 2px solid #e25aac;
    color: #e25aac;
    background: none;
    float: none;
    display: block; /* change this from inline-block */
    width: 30%; /* setting the width */
    margin: 10px auto; /* this will center  it */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: center;
    max-width: 200px;

    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.page-id-2325 #post-2325 .hollowButton:hover {
    background: #e25aac;
    color: #ffffff !important;
    -webkit-transition: .5s ease; /* For Safari 3.1 to 6.0 */
    transition: .5s ease;
}

.page-id-2325 #post-2325 .entry-content .listing-item {
    height: 100px;
    background: #ddd;
    border-radius: 10px;
}

.page-id-2325 #post-2325 .entry-content .listing-item:hover {
    background: #E5E0E5;
}

.page-id-2325 #post-2325 .entry-content .listing-item a {
    color: #555;
    font-size: 13px;
    margin: 5px;

}

.page-id-2325 #post-2325 .portalpage .entry-title {
    display: none;
}

/*Sidebar CTA*/

.sidectaForm {
    float: none;
    max-width: 100%;
    width: 100%;
}

.sidectaForm img {
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}

.sidectaForm form .infusion-field {
    margin: 5px 0 5px;
}

.sidectaForm form .infusion-submit input {
    font-size: 18px;
    font-weight: 200;
    margin: 5px 0 0 0;
    padding: 10px 15px;
}

div.sidectaForm form .infusion-field input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #e25aac;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    width: 100%;
}

div.sidectaForm .sidectaForm form .infusion-submit input {
    font-size: 18px;
    font-weight: 200;
    margin: 10px 0 0;
    padding: 15px;
}

div.sidectaForm form .infusion-field input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #e25aac;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}

.multi-color-btn {
    background: linear-gradient(45deg, #da5ea7, #fa8832) repeat scroll 0 0 #E27FB6;
    color: #fff !important;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.multi-color-btn:hover {
    opacity: 0.8;
    transition: all 0.2s ease 0s;
}

/*Contact Us*/

.contactForm {
    float: none;
    font-family: lato;
    max-width: 100%;
    width: 100%;
}

.contactForm form {
    float: none;
    max-width: 50%;
    width: 100%;
}

/*Misc*/

.entry-content .display-posts-listing {
    list-style: outside none none;
    overflow: hidden;
}

.entry-content .listing-item {
    float: left;
    height: 250px;
    margin: 0 10px 10px 0;
    width: 30%;
}

.entry-content .listing-item a {
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.shareaholic-recommendations-attribution {
    display: none;
}

.single .woocommerce-breadcrumb {
    float: none;
}

/*Testimonials*/

.rating span {
    display: block;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.stars:after {
    color: #da5ea7;
    font-family: fontawesome;
}

.stars-1:after {
    content: "\f005";
}

.stars-15:after {
    content: "\f005\f089";
}

.stars-2:after {
    content: "\f005\f005";
}

.stars-25:after {
    content: "\f005\f005\f089";
}

.stars-3:after {
    content: "\f005\f005\f005";
}

.stars-35:after {
    content: "\f005\f005\f005\f089";
}

.stars-4:after {
    content: "\f005\f005\f005\f005";
}

.stars-45:after {
    content: "\f005\f005\f005\f005\f089";
}

.stars-5:after {
    content: "\f005\f005\f005\f005\f005";
}

@media all and ( max-width: 850px ) {

    .cta .video {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .homectaForm {
        float: none;
        margin: 35px auto 0;
        max-width: 100%;
    }

    .footer .menus {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .footer .menus ul {
        text-align: center;
    }

    .footer .followUs {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        margin: 15px 0;
    }

    .footer .followUs p {
        display: none;
    }

    .footer .footerBottom {
        margin: 0 0 30px;
    }

    .footer .footerBottom ul {
        float: none;
        text-align: center;
        width: 100%;
    }

    .footer .footerBottom ul li:first-child {
        border-right: none;
        margin: 0;
    }

    .footer .footerBottom ul li {
        display: block;
        float: none;
        padding: 10px 0;
    }

    .footer .footerBottom .footerLogo {
        background: url("./images/footerLogo.png") no-repeat scroll center center transparent;
        float: none;
        height: 64px;
        margin: 25px 0;
        position: relative;
        width: 100%;
    }

    .footer .footerBottom .copyright {
        text-align: center;
        width: 100%;
    }

    .contactForm form {
        float: none;
        font-family: lato;
        max-width: 100%;
        width: 100%;
    }

    .contactForm img {
        display: none;
    }

}

@media screen and ( max-width: 1350px ) {
    div.homeIntro div.master h2 {
        font-size: 90px;
        line-height: 100px;
        max-width: 390px;
    }
}

@media screen and (max-width: 1024px) {
    div.homeIntro {
        background: none;
    }

    div.homeIntro div.master {
        float: none;
    }
}

@media all and ( max-width: 750px ) {

    div.homeIntro div.master h3 {
        font-style: italic;
        font-size: 18px;
        text-align: center;
        margin: 0 0 3px 0px;
    }

    div.homeIntro div.master ul {
        background: none repeat scroll 0 0 transparent;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    div.homeIntro div.master h2 {
        font-size: 75px;
        line-height: 75px;
        text-align: center;
        margin: auto;
    }

    div.homeIntro div.master a {
        display: block;
        float: none;
        margin: 5px 5px 5px 0;
    }

    .getTheBook .theBook {
        float: none;
        height: 400px;
        max-width: 100%;
    }

    .homepagepost {
        display: none;
    }

    .getTheBook .message {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media all and ( max-width: 400px ) {

    div.homeIntro div.master h3 {
        font-style: italic;
        font-size: 16px;
        text-align: center;
        margin: 0 0 0px 0px;
    }

    div.homeIntro div.master h2 {
        font-size: 55px;
        line-height: 60px;
        margin: 0 0 15px;
    }

    div.homeIntro div.master ul li:before {
        display: block;
        padding: 10px 0;
        width: 100%;
    }

    .welcomeSection h3 {
        font-size: 45px;
        line-height: 45px;
    }

    .homepagepost {
        display: none;
    }

    .homectaForm form .infusion-submit input {
        font-size: 25px;
    }

    .getTheBook .message h3 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media all and ( max-width: 520px ) {
    .product-content.basic .product-image, .product-image img{
        min-height: 80px !important;
        /*min-width: 50px;*/
    }
    li.product-block div.product-content.basic div.product-data.headings div.more-detail.slide-detail{
        display: none !important;
    }
    .more-detail{
        margin-top: 10px;
        padding: 0 8px;
    }
    .archive .products .product-category{
        width: 95% !important;
    }
    .archive .product-content.basic .product-image, .product-image img{
        min-height: 260px !important;
    }
    .archive .products .product-category img{
        width: auto;
    }
    .archive .product-content h3{
        font-size: 1.2em;
        font-weight: 600;
        margin-top: 20px !important;
    }
}

/* WPT 6/25/20 */
.single-product .screen-reader-text,
.woocommerce-cart .screen-reader-text  {
    display: none;
}
 ul.customulhome li:before {
    background: url(/wp-content/themes/ubershop-child/images/lipListItem.png) no-repeat scroll center center transparent;
    content: " ";
    display: inline-block;
    height: 10px;
    padding: 0 30px;
    vertical-align: middle;
    width: 35px;
}

.page-id-721 .full #menu-primary #main-menu,
.page-id-721 #shop-menu{
    font-weight: 400;
}

.responsive #main-menu {
    font-weight: 400;
}