/*
Theme Name: manthonys-theme
Author:2pisoftware
Description: theme

Version: 1.0
Tags: bootstrap, 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.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;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*base html*/
html {
	font-family: 'Century Gothic', 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  position: relative;
  min-height: 100%;
}
body {
	margin: 0;
            margin-bottom: 155px;
        
}
.headerspacer{
height:350px;
background-repeat: no-repeat;
margin-top:-50px;
background-size: cover;



}

footer {
    color:#00626A;
    position: absolute;
    bottom: 0;
    width: 100%;
        height: 150px;
    line-height: 60px;
    background-color: #70798C;
    
}

footer a{
    color:#00626A;
}


/*navbar*/
nav{
margin-bottom:0px;    
    
}

.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;

}

.navbar .dropdown-menu li a{
    text-align: left;
    font-size:15px;
    padding-left:10px;
    padding-right:10px;
    
}

.navbar{
    padding-top:0px!important;
    padding-bottom:0px!important;
}
.navbar-toggler{
    margin:0 auto;
    
    
}

.menu-item{
    margin:0 auto;
}

.navbar-nav{
    margin:0 auto!important;
}
/*nav menu background*/
.navbar,.dropdown-item{
    background-color:#daae45!important;
   
}

@media (max-width:767px){
    .menu-item{
        width:100%;
    }    
    
    
}
        /*top level links*/
.nav > li > a{
    padding:10px 10px; 
    
}
.menu-item a{
    color:white!important;
/*    background:#70798C!important;*/
    font-family:'Century Gothic', 'Montserrat', sans-serif;
    text-align:center;
    font-size:1.3em;
    border:none;  
    text-transform: uppercase;

}


.menu-item a:hover{
    color:white!important;
    background:rgba(0,0,0,0)!important;
}

.menu-item:focus, .menu-item a:focus{
    border:0px;
    outline:none!important;
}

/*dropdownmenu*/

.dropdown-menu{
    border-radius:0;
    padding:0px;
    border:0px;
    margin-top:0px;
    
    
}



/*content areas*/
.wrapper{
    max-width:1000px;
    min-height: 250px
}
.wrapper,.sidebar{
    border-radius:5px;
    padding-bottom:10px;
}
.content{
    
}
.smallspacer{
margin-top:30px;    
    
}

.mainpage{
    margin-bottom:70px;
}

p{
  color:#12100E  
}

.sidebar{
    background:lightgoldenrodyellow;
    min-height:200px;
    height:100%;
    padding:10px;
    max-width: 400px;
  
    
}

/*woocommerce*/

.woocommerce .col-1 , .woocommerce .col-2{
    max-width:48%;
}

/*dropdowncart*/
.cart-contents{
    color:black;
    font-weight: bold;
    display:inline-block;
    clear:none;
    background-color:inherit
   
}

.header-cart-count{
    display:inline-block;
    clear:none;
    padding:9px;
    font-size: 19px;
    color:black
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
    clear:none;
    display:inline-block;

    }
    
    .cart-contents-list{
        display:none;
    }
    
    body:not(.woocommerce-cart) .cart-contents:hover .cart-contents-list{
        display:block!important;
        position:absolute;
        list-style-type: none;
        margin-left:-150px;
        background:inherit;
        padding:5px;
        z-index: 44444;
        color:white;
        
    }
    .cart-contents-list a{
        color:white;
    }
    
    
    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}
    
    @media screen and (max-width:765px){
        .cart-contents{
            display:none;
        }
        
    }
    
    .header-cart-link{
    position: absolute;
    right: 30px;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
.topnav li{
    display:inline;
    
}
.topnav{
    background-color:rgba(83,195,192,0.8);
    padding:5px;
    position: relative
    
}

.topnav ul{
    margin-bottom:0;
}

.topnav .topnavmenu a{
        font-size: 18.5px;
    text-transform: uppercase;
    padding:4px;
    color: #00626A!important;
    
}



.topnav a:hover:not(.social),.topnav .current_page_item a{
    border-bottom:4px solid white;
    text-decoration: none;
    color:white;
    background:rgba(0,0,0,0)!important;
    
}

.mainlogo{
display: block;
    margin: 0 auto;
    max-height: 225px;
    margin-top: 70px;
    position: absolute;
    
    
}

.footer .container{
        margin-top: 88px;
}

.social{
    display: inline-block;
    height:30px;
    width:30px;
    background:rgba(255,255,255,0.5);
    border-radius:50%;
    float:right;
    margin-right:30px;
   color:#CC9F33;
    font-size: 19px;
    padding-left:9px;
    margin-top:-1px;
}

.social i{
    color:#CC9F33;
}

.menu-main-menu-container{
    display:inline-block;
}

.nav-link:hover, .current_page_item .nav-link{
        border-bottom: 4px solid white;
    padding-bottom: 6px;
}

.woodbackground{
        background-size: 100% 400px!important;
  
}

.Homelookbook{
    text-align: center;
    font-size: 65px;
    background:rgba(255,255,255,0.75);
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid white;
    display:block;
    margin:0 auto;
       padding-top: 100px;
    
    line-height: 60px;
    color:#00626A;
    
}

.outerhomebook{

    font-size: 50px;
    width:350px;
    height:350px;
    border-radius:50%;
    border:2px solid white;
    display: block;
    margin:0 auto;
    margin-top:30px;
    padding:15px;

}


.familyrun{
    font-weight: bold;
    color:#CC9F33;
    padding:20px 40px
}

.popbrands{
    color:#CC9F33;
    padding:0px 40px
}

p label{
    display:block;
    color:white;
    
}
#mc4wp-form-1{
    border:2px solid white;
    padding:10px;
}

#mc4wp-form-1 input{
    padding:5px;
}
p label span{
    font-weight:bold;
}

.mchomeform{
    background:#CC9F33;
    padding:15px;
}

.mcsend{
    color:#25A5A5;
    background:white;
        border: 1px solid white;
    cursor: pointer;
    font-weight: bold;
}
.home h3 {
    padding:0px 40px
}
@media (max-width:464px){
    .outerhomebook{
            width: 300px;
    height: 300px;
    }
    
  
.popbrands, .home h3, .familyrun{
    padding-left:20px;
    padding-right:20px
}
.Homelookbook {
        padding-top: 70px;
}
    
    .frondback{
        width: 100vw;
            height: 355px!important;

    }
}

@media (max-width:767px){
    .mchomeform{
        margin-left:20px;
    }
}

.pagebanner div{
    width:100%;
    height:400px;
    background-size:cover;
    background-position: center;
    margin-bottom:20px;
}

.page-title{
    color:#25A5A5;
}

.woodbackground img{
       width: auto;
    height: 400px;

    margin: 0 auto;
    padding: 10px
}

.lookbookcontainer{
    max-width:900px
}

.lookbooklist img{
    width:100%;
    height:auto;
    display: block;
    margin:0 auto;
}

.lookbooksingle{
    margin:0 auto;
    margin-top:15px
}