/*
Theme Name: Patrick Daly
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Patrick Daly
Tags: white, simple, fixed width, two columns, widgets, clean
*/

.calto-action{
    text-align: center;
}

.calto-action:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #334385;
    opacity: 0.9;
}

.dark_bg h2{
	color: #fff;
}

.dark_bg p{
	color: #fff;
}

.about_patrick_daly .patrickArea1 {
    background: #fff;
}

.about_patrick_daly .patrickArea1 .Content{
    padding: 30px;
}
.pagination-box ul li a {
    min-width: 40px !important;
    padding: 10px;
}


.whatsapp_chat {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    background-color: #11b68e;
    color: white;
    cursor: pointer;
	padding: 5px 16px 0px;
    border-radius: 10px;
}

.whatsapp_chat:hover{
	opacity: 0.8;
}
.pt-0{
    padding-top: 0;
}

.single-product .woocommerce-message {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product .woocommerce-message::before {
    top: 1.8em;
}

.mainmenu > ul > li {
    margin-right: 18px !important;
}

.mainmenu > ul select{
	color: #fff;
	background: #334385;
	border: 1px solid;
}


@media (max-width: 1200px){
	.single-product .woocommerce-message a {
   	 width: 22%;
	}
}

@media (max-width: 991px){
.mainmenu > ul select {
    background: #09133c;
    margin-top: 15px;
   }
}

@media (max-width: 980px){
	.patrickArea1 iframe{
		height: 400px;
	}
	.single-product .woocommerce-message a {
        width: 40%;
    }
}

@media (max-width: 600px){
	.patrickArea1 iframe{
		height: 300px;
	}
	
	.single-product .woocommerce-message {
    	display: block;
    }
    .single-product .woocommerce-message a {
        width: 100%;
        margin-top: 20px !important;
    }
}