/*
Theme Name: My template-child Child Theme
Theme URI: 
Version: 1.0
Description: 
Author: Rane digital
Author URI: 
Template: Divi
*/

/* New CSS */

/* ==================== */
/* Contact Form 7 Code  */
/* ==================== */

div.wpcf7 { 
  padding-top:20px;
  }
  
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
    background-color: #ffffff!important;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    -webkit-appearance: none;
    box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.06);
  }

.wpcf7 form p {
 	color: #000;
    line-height: 1.8em;
	font-family: sans-serif !important;
  }
  
  #left {
    width: 47%;
    float: left;
    margin-right:6%;
    color: #666;
  }
   
  #right {
  width: 47%;
  float: left;
  color: #666;
  }
   
.clearfix:after {
	content:"\0020";
   	display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
  }
   
  .clearfix {
  	display:block;
  }
  
  div.wpcf7-mail-sent-ok {
     border: 2px solid #ffffff !important;
    color: #de2027 !important;
  }

/* Submit button Code */

.wpcf7-submit {
    background-color: #b8aba0; 
    color: #fff; 
    font-size: 1.2em; 
    padding: 12px 24px; 
    border-radius: 0px; 
    border: none; 
    text-transform: uppercase; 
    transition: all 0.3s; 
}

.wpcf7-submit:hover {
    background-color: #333; 
    transform: scale(1.1); 
    cursor: pointer; 
}

/* File Upload Button Code Contact Form 7 */ 

input[type="file"] {
    width: 100%; 
    padding: 12px 20px; 
    margin: 8px 0; 
    border: 0px solid #b8aba0; 
    border-radius: 0px; 
    background-color: #b8aba0; 
    color: #fff; 
    font-size: 16px; 
    transition: all 0.3s; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
}

input[type="file"]:hover {
    background-color: #333; 
    color: #fff; 
    cursor: pointer; 
}

/* ==================== */
/* Top Banner Header    */
/* ==================== */

/* Centres the Phone Number and Email ET Info Icons in the top banner */
#et-info {
	margin-left: 36%;
}


/* ==================== */
/* View By Room Pages   */
/* ==================== */

.mfp-title { 
	display: none !important;
}

/* ==================== */
/* Gallery Page         */
/* ==================== */


.page-id-1300 .mfp-title  {
	display: contents !important;
} 

/* ==================== */
/* Footer               */
/* ==================== */

/* Removes left padding from the ul to move li's in line with the rest of the text in the section */ 

.footer-menu-ul-list #left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
	padding: 0 0 23px 0em;
}

/* Moves social media icons in line with rest of text in footer */

.social-logos {
	margin-left: -11px !important;
}
/* ==================== */
/* Mobile Menu          */
/* ==================== */

/* Changes Hmaburger Menu Color to gold color that is used throughout the site */ 

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a{
	color:#B8ABA0 ;
}

/* Changes Line Color of top border line to the gold color that is used throughout the site */ 

.et_mobile_menu{
	border-top: 3px solid #B8ABA0;
}

/* Changes the position of the top phone and email containers withn the top banner to have it centred on mobile specific screen resolution */

@media (max-width: 501px){
	#et-info{
		margin-left: 0%;

	}
}