/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
 .make-btn a:hover {
    border-radius: 0px;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

.make-btn a {
    background-color: #ed145b;
    color: #fff;
    padding: 15px 30px;
    margin-top: 1rem;
    display: inline-block;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'Futura Md BT';
    text-align: center;
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.3);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}
   
   .home-make-an-sec {
    background-color: #edecec;
}
.padding-t-b {
    padding: 60px 0;
}
.make-sec {
    text-align: center;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.get-touch-1 .wtf-menu ul.submenu {
    width: 307px;
}

.get-touch-1 .wtf-menu ul.submenu li:hover {
    background-color: #02adc600 !important;}
    
    .get-touch-1 .wtf-menu ul.submenu li {
    background-color: #02adc600 !important;}

a.top-a {
    background-color: #f93366;
    font-weight: 600;
    /* font-size: 35px; */
}

a.top-b {
    background-color: #0c8f02;
    font-weight: 600;
}

.top-bar .get-touch .social-icons li {
    width: 39px;
    border-left: none;
    margin-left: -5px;
}

img.si {
    width: 89%;
}

.center {
    margin: 0;
    position: absolute;
    top: 69%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #20b34a;
    color: white;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity:1;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    top: 60px;
    left: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9999;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

.button-open {
    background-color: #f93366;
    color: white;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity:1;
}

.button-open:hover {
    background-color: #ffffff;
    color: black;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity:1;
}

.form-container .cancel {
    background-color: #f93366;
}

.button-bottom {
    background-color: #f93366;
    color: white;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity:1;
    font-size: 25px;
}

.button-bottom:hover {
    background-color: #ffffff;
    color: black;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity:1;
}



/* Add some hover effects to buttons */
 .open-button:hover {
 
    background-color: #ffffff;
    color: black;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    bottom: 23px;
    right: 28px;
    width: 150px;
    margin: 8px;
    opacity: 1;
    border-radius: 5px;

}

i.fa.fa-angle-double-right {
    float: right;
}

a {
    color: #f9d594;
}

.call {
    padding-top: 60px;
    background-color: #edecec;
    padding-bottom:100px;
}

.call h3 {
    font-size: 31px;
    color: #000000;
}


.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

a.footer-links {
    color: white;
}

a.footer-links:hover {
    color: #a7d2ff;
}
