/*
Theme Name: Catering by Design
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is Catering by Design Wordpress Theme
Version: 1.01
Author: TMA
Tags: Catering By Design, Catering By Design Planning,  Catering By Design Planning Services
*/
body{
	margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #4d4d4f;
}
/*p.woocommerce-shipping-destination{
	display:none !important;
}*/
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
a {
	text-decoration:none;
	outline:none;
	color:#06d35c;
}
a:hover, a:focus, a:active{
	color:#3ec1cd;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
span.purple {
	color: #5d00c2;
	font-weight:700;
	font-size:17px;
}
section{
    padding: 50px 0px;
}
.container-fluid {
    width: 100%;
    max-width:1500px;
}
.container {
    max-width: 1255px;
    width: 100%;
}
.inner-section.grey-sec p:last-child{
	margin-bottom:0;
}
h1 {
    color: #df1c8d;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
h2 {
    color: #df1c8d;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
h3 {
    font-size: 21px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
h3 a{
    color: #000;
}
h4 {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.top-sec {
    position: relative;
    width: 100%;
    z-index: 9;
	background:#DF1C8D;
    padding: 10px 0;
}
.home .top-sec {
	position:absolute;
	background: transparent;
	z-index: 9999;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    background:#DF1C8D !important;
    margin-top: 0;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.menu-main-menu-container{
    padding: 31px 0;
}
ul.main-menu {
    padding: 0px;
    margin: 0px;
	margin-top: 3px;
	list-style: none;
}

ul.main-menu > li {
    display: inline-block;
    padding: 0px 4px;
	position:relative;
}
ul.main-menu > li:last-child {
    padding-right: 0px;
}
ul.main-menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
ul.main-menu > li:hover ul.sub-menu {
	display:block;
}
ul.main-menu > li.current-menu-item > a{
    padding-bottom: 3px;
	border-bottom: 3px solid #fff;    
    transition: 0.3s;
}
ul.main-menu > li > a:hover {
    border-bottom: 3px solid #fff;
    padding-bottom: 4px;
    transition: 0.2s;
}
.home ul.main-menu > li.current-menu-item > a{
	border-bottom: 3px solid #DF1C8D;    
}
.home ul.main-menu > li > a:hover {
    border-bottom: 3px solid #DF1C8D;
}
.MenuFixed ul.main-menu > li.current-menu-item > a{
	border-bottom: 3px solid #DF1C8D;    
}
.MenuFixed ul.main-menu > li > a:hover {
    border-bottom: 3px solid #fff;
}
ul.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9;
    left: 7px;
    text-align: left;
    width: 230px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 28px;
}
ul.main-menu ul.sub-menu li {
    margin: 0;
	display:block;
}
ul.main-menu ul.sub-menu li a {
	 padding: 10px;
     background: #DF1C8D;
	 font-size: 13px !important;
	 display:block;
	 color:#fff;
	 border-bottom:1px solid #fff;
}
ul.main-menu ul.sub-menu li a:hover {
   background:#06d35c;
}

.header-right {
    float: right;
	padding: 34px 0;
}
.header-right a {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0px 10px 0px 0;

}
.header-right a:hover {
    color: #fff;
    transition: 0.3s;
}
.footer-text a:hover img, .header-right a:hover img, .footer-social a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
a.online-btn {
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
}
a.online-btn:hover {
    background-color: #06d35c;
    transition: 0.5s;
	color: #fff;
}
.home .header-right {
    padding: 10px 0;
}
.home .menu-main-menu-container {
    padding: 11px 0;
}
.banner {
    position: relative;
}
.cycloneslider-template-standard .cycloneslider-pager {
	bottom: 20px !important;
}
.cycloneslider-template-standard .cycloneslider-pager span {
   background:#fff !important;
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
   background:#DF1C8D !important;
}
.cycloneslider-template-standard {
    margin-bottom: 0px !important;
}
.banner-img {
    position: absolute !important;
    left: 15px !important;
    z-index: 999 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 15px;
    max-width: 1500px;
    margin: 0 auto;
    text-align: left;
}
.grey-sec {
    background-color: #F6F6F6;
}
.grey-sec a.online-btn{
    color: #000000;
    font-size: 15.5px;
    font-weight: 600;
    border: 1px solid #000000;
    padding: 5px 20px;
}
.grey-sec a.online-btn:hover {
    background-color: #df1c8d;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
}
.event-catering-sec {
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    padding: 50px 0 0px;
}

.event-catering-box {
	position:relative;
    flex: 0 0 14.28%;
    padding: 0px 6px;
	overflow:hidden;
}
.event-catering-box:hover {
    transform: translateY(-8px);
}
.event-catering-box a{
    position: absolute;
	width:100%;
	height:100%;
	z-index:1;
    display: block;
}

.event-catering-box img {
    width: 100%;
    height: auto;
}
.event-catering-inner:before {
    position: absolute;
    width: 100%;
    height: 36px;
    background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
    background-image: url(images/paramount-bg.png);
    z-index: 9;
    content: '';
    display: block;
    top: -36px;
}

.event-catering-box .event-catering-inner {
    background-color: #fff;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
.event-catering-inner h4 {
	text-transform:uppercase;
}
.explore-services {
    text-align: center;
    background-image: url(images/explore-service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explore-services h2 {
 	color: #fff;

}
.ser-box {
	position: relative;
    background-color: #969b97;
    border-radius: 50%;
    height: 207px;
    width: 207px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	overflow:hidden;
}
.ser-box:hover {
    background-color: #DE1C8E;
    transition: 0.3s;
    transform: translateY(-7px);
}
.ser-box a{
    position: absolute;
	width:100%;
	height:100%;
	z-index:9;
    display: block;
	top:0;
}
.ser-box h3 {
    color: #fff;
    margin:10px 0 0;
}
.home .testimonials-sec{ margin-top:30px;}

/*.style-light_style {
    float: left !important;
    margin: 10px 10px !important;
    display: block !important;
    width: 31.333333%;
}*/

.testimonials-sec {
    background-image: url(images/testimonial-sec-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 43px 0px;
	background-attachment: fixed;
}

.testimonials-sec h2 {
    color: #fff;
    margin-bottom: 20px;
}
.testimonial_author span.date {
    display: none !important;
}

.testimonial_body {
    padding-top: 60px !important;
}
blockquote.easy_testimonial::before {
    content: "\201C" !important;
	color: #df1c8d;
    font-size: 4em;
    position: absolute;
}
.testimonials-sec p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
	font-style: italic;
}

.testimonials-sec .testimonial-client {
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;    
}
.easy-t-cycle-pager span.cycle-pager-active {
	color: #df1c8d !important;
}
.insta-collage {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 7px 40px;
}

.insta-img {
    padding: 4px;
    flex: 0 0 16.667%;
}

.follow {
    padding-top: 50px;
    padding-bottom: 30px;
}

.follow h2 {
    color: #df1c8d;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.follow h6 {
    font-size: 17px;
    color: #000;
}

.ready-to-talk-sec {
    background-image: url(images/ready-to-talk-sec-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
}

.ready-to-talk-text h2 {
    color: #fff;
    margin-bottom: 10px;
}
.ready-to-talk-text p {
    color: #fff;
    font-size: 22px;
}
.ready-to-talk-btns {
    padding-top: 20px;
}
.ready-to-talk-btns a {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    background-color: #2db452;
}
.ready-to-talk-btns a:last-child{
    margin: 0px 15px;
    background-color: #df1c8d;
}
.ready-to-talk-btns a:hover {
    background-color: transparent !important;
    transition: 0.3s;
}
.footer {
    background-color:#434345;
    padding: 50px 0;
}
.footer-social a {
    margin-right: 5px;
}
.footer .row {
    align-items: center;
}
.footer hr {
    border-top: 1px solid #fff;
	margin:1rem 0 !important;
}
.footer-text {
    text-align: end;
}
.footer-text a {
    color: #fff;
    margin:0 10px;
}
.footer-reference{
	color: #FFF;
	padding: 15px 0;
	margin: 0;
	font-size: 13px;
}
.client-logo {
	margin: 10px 0px;
}
/***** Inner Event Catering Page Css *****/

.inner-banner {
	position:relative;
	text-align: center;	
	padding-top:50px;
}
.postid-64 .inner-banner{
	padding-top:50px;
}
.green-sec {
	background-color: #2CB154;
}
.green-sec p{
	color: #fff;
}
.green-sec .wedding-box p{
	color: #4d4d4f;
}
.pink-sec {
	background-color: #DE1C8E;
}
.pink-sec h2, .green-sec h2{
	color:#fff;
}
.pink-sec .submit-btn {
    background-color: #DE1C8E;
    border:1px solid #fff;
}
.pink-sec .submit-btn:hover {
    background-color: #06d35c;
    color:#fff;
}
.wedding-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    min-height: 350px;
	margin-top:20px;
}
.pink-sec .wedding-box {
    min-height: 400px;
}
.postid-66 .pink-sec .wedding-box {
    min-height: 560px;
}
.postid-528 .wedding-box {
    min-height: 368px;
	margin-top:5px;
}
.wedding-box h3 {
    text-transform: uppercase;
    font-weight: 700;
}
ul.inner-list {
	text-align:left !important;
    padding-left: 10px;
    list-style: none;
}
ul.inner-list li{
	line-height: 18px;
    padding: 5px 0;
	position:relative;
	padding-left:10px;
}
ul.inner-list li:before {
	position:absolute;
	top:0px;
	left:-10px;
    content: "\2022";
    color: #DE1C8E;
    font-weight: bold;
    font-size: 32px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}
.green-sec .submit-btn {
    border: 1px solid #434345;
    color: #fff;
    background-color: #434345;
    margin-top: 5px;
	float:right;
}
.green-sec .submit-btn:hover {
    border: 1px solid #434345;
	color: #434345;
    background-color: transparent;
}
.panel-title a.collapsed {
	color: #fff !important;
}
.jltmaf-rotate {
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.jltmaf-rotate-rev {
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.home .google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: block;
}
.google-rating {
    display: none;
}
/***** Venues Page Css *****/
.venue-main-box h3{
    margin-top: 10px;
}
.venue-side-text {
    position: relative;
    border-bottom: 3px solid #5c5c5d;
    padding: 10px 0px;
    word-break: break-word;
}
.venue-side-text p{
    margin-bottom:0;
}
.venue-side-text h3 {
	font-weight:bold
}
.venue-btn{
  margin-top:80px;
  
}
.venue-btn  a{
   border:1px solid #000;
	color:#000;
}
/***** News Page Css *****/

.news-box {
    transition: 0.4s;
    transform: translateY(0px);
	text-align:center;
}
.news-img {
    position: relative;
	border: 1px solid #ccc;
}
.news-img img{
    width:100%;
}
.news-img a:after {
    position: absolute;
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/news-img-arrow.png);
    z-index: 9;
    content: '';
    display: block;
    bottom: 0;
}
.news-txt {
    padding: 1em;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
    background-color: #fff;
    min-height: 155px;
}
.news-txt a.online-btn {
    color: #000;
    border: 1px solid #000;
	padding:5px 20px;
}
/***** Contact Page Css *****/
.page-id-41 h1 {
	display:none;
}
.contact-banner {
    background-image: url(images/contact-map.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 547px;
    position: relative;
}
.map-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    left: 0;
    top: 0;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, 0.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 300px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.page-id-41 hr {
	margin-bottom:30px;
}
input.form-control, select.form-control{
    background-color: #F6F6F6;
    padding: 16px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #C5C5C5;
	height: auto !important;
	-webkit-background-clip: unset;
    background-clip: unset;
}
textarea.form-control {
    background-color: #F6F6F6;
    padding: 16px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: #000;
    height: 185px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #C5C5C5;
	-webkit-background-clip: unset;
    background-clip: unset;
}
.submit-btn {
    background-color: #DE1C8E;
    color: #fff;
    display: block;
    width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
	border:1px solid #DE1C8E;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.submit-btn:hover {
    background-color: transparent;
	color:#DE1C8E;
	cursor:pointer;
}
input::-webkit-input-placeholder, input:-ms-input-placeholder, input::placeholder, input::-moz-placeholder{ 
  color: #000 !important;
}
.wpcf7-form-control-wrap.date-727 input::before {
    content: "Date";
    margin-right: 20px;
    color: #798186;
}
.icon-left {
    display: inline-block;
    vertical-align: top;
	width:10%;
}
.icon-rite {
    display: inline-block;
    margin-left: 10px;
	width: 80%;
	font-size:14px;
}
	
/***** Pop out css *****/

.p-alert {
    position: fixed;
    background-color:#df1c8d;
    font-size: 14px;
    z-index: 99;
    color: #fff;
    border-radius: 40px;
    border: 0px;
    padding: 10px 20px;
    bottom: 8px;
	letter-spacing: 0.1em;
	cursor:pointer;
	text-align:center;
    right: 2%;
	animation: btnAni 1.2s ease-in both infinite;
   box-shadow: 0px 0px 16px rgb(77, 77, 79, 0);
}
.p-alert:hover {
    color: #fff;
}
.p-alert:focus, button.cl-btn:focus{
	outline:none;
}
@keyframes btnAni {
	0% {box-shadow: 0px 0px 16px rgb(77, 77, 79, 0);}
	50% {box-shadow: 0px 0px 16px rgb(77, 77, 79);}
	100% {box-shadow: 0px 0px 16px rgb(77, 77, 79, 0);}
}

.al-text {
    position: fixed;
    z-index: 9;
    bottom: 80px;
    right: 2%;
    width: 300px;
    transform: translateY(40px);
    opacity: 0;
    padding: 20px;
	z-index:-1;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px #00000044;
}
.msg-text{
	position:relative;
}
button.cl-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    background-color: #df1c8d;
    color: #fff;
}
.al-text.ani-box {
    opacity: 1;
	z-index:999;
    transform: translateY(0px);
}
.al-text h6 {
    font-size: 22px;
	color:#df1c8d;
}

/***** Woocommerce CSS *****/
.woocommerce-page .inner-banner, .product_meta {
	display:none;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    float: none !important;
	-webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
	padding:0 !important;
	width:100% !important;
}
.woocommerce form label{
    margin: 0 !important;
}
.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
#billing_address_1_field {
    width: 48%;
    float: left;
}
#billing_address_2_field {
    width: 48%;
    float: right;
    clear: unset !important;
    margin-top: 30px;
}
#billing_city_field {
    width: 30%;
    float: left;
}
#billing_state_field, #billing_state_1_field {
    width: 30%;
    float: left;
    clear: unset;
    margin-left: 40px;
}
#billing_postcode_field {
    width: 30%;
    float: right;
    clear: unset;
}
#billing_phone_field {
    width: 48%;
    float: left;
}
#billing_email_field {
    width: 48%;
    float: right;
    clear: unset !important;
}
#ship-to-different-address {
	margin-top:20px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 5px;
    border: 0;
    border: 1px solid #ccc !important;
    padding: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e40091 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    font-size: 13px !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media(min-width: 992px) {
.inner-section {
	    min-height: calc(100vh - 490px);
}
.page-id-41 .inner-section {
	    height: auto;
}
}
@media(max-width: 1313px) {

ul.main-menu > li {
    padding: 0px 5px;
}
ul.main-menu > li > a {
    font-size: 12px;
}	
.header-right {
    padding: 37px 0;
}	
.header-right a {
    font-size: 15px;
}	
a.online-btn {
	padding: 8px 8px;
	font-size: 14px;
   }	
.ser-box {
	height: 190px;
    width: 190px;
}
}

@media (max-width: 1199px) {
ul.main-menu > li {
    padding: 0px 3px;
}
ul.main-menu > li > a {
    font-size: 10px;
}
.header-right a {
    font-size: 12px;
}	
a.online-btn {
    padding: 8px 4px;
    font-size: 11px;
}
.banner-img {
    margin: 0;
	width:20%;
}	
.ser-box {
    height: 170px;
    width: 170px;
}

}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {

.menu-main-menu-container {
	display: none;
    }
.home .top-sec {
    position: relative;
	background: #DF1C8D;
}
.header-right {
	float: none;
    text-align:left;
    }
.ser-box {
	height: 220px;
	width: 220px;
	margin-bottom: 20px;
    }
.ser-text h3 {
	font-size: 22px;
    }
.insta-img {
	flex: 0 0 32.6672%;
    }

}

@media screen and (min-width: 768px)
{	
	
.home #rmp_menu_trigger-52 {
    top: 20px !important;
}	
#rmp_menu_trigger-52 {
    top: 35px !important;
}
}
@media (max-width: 767px) {
	
.logo {
	text-align: center;
}	
.event-catering-box {
    flex: 0 0 100%;	
    margin-bottom: 20px;
}
.header-right {
    text-align: center;
    padding: 24px 0 14px;

    }	
.ser-box {	
    width: 157px;
	height: 157px;
    }
.ser-box h3 {
    margin: 10px 0 0;
    font-size: 16px;
}	
.insta-img {
        flex: 0 0 49.6672%;
   }
.ready-to-talk-text p {
    font-size: 15px;
}
.ready-to-talk-btns a {
    padding: 4px 16px;
}	
.footer {
        padding: 30px 0 20px;
    }
.footer-reference{
	text-align: center;
}	
.footer-social {
	text-align: center;
    padding-bottom: 10px;
}
.footer-text {
	text-align: center;
	
    }
.footer-text a {
    margin: 0 4px;
}
.venue-btn {
    margin-top: 0px;
}
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_state_1_field, #billing_postcode_field, #billing_phone_field, #billing_email_field {
    width: 100% !important;
    float: none !important;
	margin:0 !important;
    clear: unset !important;
}	
}