/*
Theme Name: Malonnoy Child
Description: Malonnoy Child Theme
Template: malonnoy
Version: 1.0
*/

body
{
    overflow-x:hidden;
	  background: #fff !important;
    color: #262525;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.entry-content, .entry-summary, p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #58585b;
}
ol, ul {
  padding-left: 16px;
}
.innerpage p,.innerpage ol,.innerpage ul {
  padding-bottom: 20px;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator)
{
max-width: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
  font-family: 'Open Sans', sans-serif;
  margin: 0.2em 0 0.4em;
}
a
{
	text-decoration: none !important;
	outline:none !important;
}
.widget-area,.wide-max-width {
    max-width: 1140px;
    padding: 0px;
	  margin: 0px auto !important;

}
.site-content {
  position: relative;
  padding-top:0;
}
.site-content .site-main {
    padding: 60px 0;
    float:left;
    width:100%;
}
.home .site-content .site-main {
  padding: 0;
}
.site-main > *:first-child {
	margin-top: 0;
}
body.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button)
{
    background:transparent;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img,.site .button:focus, input[type="submit"]:focus, input[type="reset"]:focus, .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus {
    outline:none !important;
}
.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*="inner-container"] > *, .wp-block-template-part > *, .widget-area > * {
    margin:0;
}
.site-main > article > :first-child, .site-main > .not-found > :first-child, .entry-content > :first-child, [class*="inner-container"] > :first-child, .wp-block-template-part > :first-child,.site-footer > *, .widget-area > * {
    margin-bottom: 0;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #CABE9F;
}
.single .entry-content {
    margin: 0;
}
#main .entry-content {
  margin: 0px !important;
}

.site-header {
    padding: 22px 0;
    max-width: inherit;
    display:table;
    position: relative;
    width:100%;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header .wide-max-width {
  display: flex;
  align-items: center;
}
.admin-bar .site-header {
	top: 0;
}

.header-left {
  float: left;
  position: relative;
  z-index: 9;
}
.site-branding,.site-logo {
    margin: 0;
}
.site-branding {
	margin:0px;
	text-align: left !important; 
}
.site-logo .custom-logo {
    max-width: 100%;
    max-height: inherit;
}
.header-right {
  position: absolute;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
}



.slider_single {
    float: left;
    width: 100%;
    position: relative;
}
.slider_single img {
    max-width: inherit !important;
    max-height: 630px !important;
    object-fit: cover;
}

.slider_single .wide-max-width {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 0;
}
.slider_single_inner  {
  max-width:500px;
  background-color: rgba(0, 0, 0, 0.3);
  padding:30px 40px;
}
.slider_single_inner :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    width: 100%;
    float: left;
    font-weight: 600;
}
.slider_single_inner p {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    float: left;
}
.slider_single_inner a{  margin-top:10px; padding: 4px 30px; color: #fff; background: #ee7e52; display: inline-block;transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; font-size: 16px;}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  margin: auto;
  width: 100%;
}
.owl-nav .owl-prev,.owl-nav .owl-next {
  float: left;
  background: #fff;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.owl-nav .owl-next {
  float: right;
}


.single-featured-image-header {
  position: relative;
  width: 100%;
  margin: 0px;
  background: url(images/innerpg-banner.png);
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;	
}
.single-featured-image-header h1 {
  font-size: 32px;
  color: #565656;
  line-height: 1.3;
  font-weight: normal;
  padding: 20px 0;
  margin: 0;
  text-transform: uppercase;
}




.site-footer {
    max-width: inherit;
    float:left;
    width:100%;
    margin: 0px !important;
    color:#c5c5c5;
    background: #3F4448;
    padding: 20px 0 15px;
}
.site-footer .wide-max-width
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-copyright {
  float: left;
  width:100%;
}
.footer-copyright p {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 13px;
}



.contentpg-block {
  float: left;
  width: 100%;
}
.contentpg-block :is(h1, h2, h3, h4, h5, h6) {
  float: left;
  font-size: 20px;
  color: #444444;
  margin: 0 0 15px;
  font-weight: 600;
  width: 100%;
}



.pg404-block
{
    float: left;
    width: 100%;
    text-align: center;
}
.pg404-block h2 {
    padding: 0;
    float: left;
    margin: 0px;
    width: 100%;
    color: #CABE9F;
    font-weight: normal;
    font-size: 130px;
    line-height:150px;
}
.pg404-block p {
    padding: 0;
    float: left;
    margin: 0px !important;
    width: 100%;
    color: #010101;
    font-weight: normal;
    font-size: 40px !important; 
    line-height:50px !important;
    text-transform: uppercase;
}



.gallerypg-heading {
  background-color: #f6f6f6;
  padding: 25px 0;
  border: 1px solid #e5e4e4;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.gallerypg-heading h1 {
font-size: 30px;
margin: 0;
color: #000;
font-weight: 600;
}
.gallerypg-list {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.gallerypg-list li {
  float: left;
  width: 32%;
  margin: 0 2% 23px 0;
}
.gallerypg-list li:nth-child(3n) {
  margin-right: 0;
}
.gallerypg-list li img {
  float: left;
  width: 100%;
}
.gallerypg-list.videolist li {
  width: 80%;
  margin: 0 10% 23px 10%;
}
.gallerypg-list.videolist li video {
  float: left;
  width: 100%;
}


.contactpg-block {
  float: left;
  width: 100%;
}
.contactpg-block .wpcf7
{
    float: left;
    width: 100%;
    padding: 5px 0 0;
    position: relative;
	  z-index: 99;
}
.contactpg-block .wpcf7 p{
    float: left;
    width: 100%;
	  margin:0px;
    padding: 0;
}
.contactpg-block .wpcf7 .wpcf7-form-control-wrap
{
    float: right;
    width: 55%;
    margin: 0 0 15px 0;
    position: relative;
}
.contactpg-block .wpcf7 .halfrow .wpcf7-form-control-wrap
{
    width: 49%;
}
.contactpg-block .wpcf7 .halfrow .wpcf7-form-control-wrap:nth-child(2)
{
    width: 49%;
    margin-left: auto;
}
.contactpg-block .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 4px 0 0;
  float: right;
	clear: both;
}
.contactpg-block .wpcf7 .wpcf7-form-control {
  float: left;
	width: 100%;
	margin: 0;
	padding: 9px 15px;
  background: #fff;
  border: 1px solid #484848;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #484848;
  border-radius: 4px;
	outline: none;
  font-family: 'Open Sans', sans-serif;
	text-align:right;
	
}
.contactpg-block .wpcf7 .wpcf7-form-control::-webkit-input-placeholder { 
  color: #484848;
  font-family: 'Open Sans', sans-serif;
}
.contactpg-block .wpcf7 .wpcf7-form-control::-moz-placeholder { 
  color: #484848;
  font-family: 'Open Sans', sans-serif;
}
.contactpg-block .wpcf7 .wpcf7-form-control:-ms-input-placeholder { 
  color: #484848;
  font-family: 'Open Sans', sans-serif;
}
.contactpg-block .wpcf7 .wpcf7-form-control:-moz-placeholder { 
  color: #484848;
  font-family: 'Open Sans', sans-serif;
}
.contactpg-block .wpcf7 .wpcf7-form-control.wpcf7-submit {  padding: 10px 35px 12px !important;  display: inline-block !important;  background: #CABE9F !important;  text-align: center !important;  color: #fff !important;  font-size: 18px !important ;  transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;  -webkit-transition: all 0.3s ease;   border-radius: 4px !important;border: none;   width: auto;
  font-weight: 600; float: right;
}
.contactpg-block .wpcf7 .wpcf7-form-control.wpcf7-submit:hover { background: #CABE9F !important;}

.contactpg-block .wpcf7-response-output {
    float: right;
    width: 55%;
    margin: 15px  0 0 !important;
    padding: 5px 10px !important;
    background: #fff;
    font-size: 14px;
    text-align: center;
}
.wpcf7-spinner
{
  display: none !important;
}

.contactpg-block .wpcf7 .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  width: auto;
  padding: 0;
  background: transparent;
  border: 0px;
	float: right;
}