/*
 Theme Name:   Vogue Child 
Theme URI: https://kairaweb.com/theme/vogue/
Author: Rara Theme
Author URI: https://kairaweb.com/
 Template:     vogue
 Version:      1.3.08
 License:      GNU General Public License v2 or later
 License URI:  license.txt
Text Domain: vogue

*/

@media (min-width: 769px) {
    .full-width-content.one-container .site-content,
    .full-width-content.separate-containers .inside-article {
        padding:40px;
    }
}

body { width: 100%; max-width: 800; margin: 0 auto; }
.title-bar-centered header.entry-header {
	padding: 0 0 15px;
	text-align: center;
display: none;
}
.title-bar-centered header.entry-header h1.entry-title {
    margin: 0 0 8px;
	text-align: center;
display: none;
}
.title-bar-centered header.entry-header .breadcrumbs {
	position: relative;
    top: auto;
    right: auto;
    text-align: center;
}

.wp-caption-text {
	text-align: left;
}


/* Accordion Styles */
.accordion {
    
    margin-bottom: 20px;
}
.accordion-title {
    border: none;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 10px; padding-top: 10px; color:#C75F30; font-size: 100%;}

#tablepress-1 .fa-check-square{
color: #81d742 !important;
font-size: 40px !important;
}

#tablepress-1 .fa-minus-square{
color: #dd3333 !important;
font-size: 40px !important;
}
/* lists */
ul,
ol {
    margin: -5 0 0px 20px;
    padding: 0 0 0 0px;
}
li.geoli {
list-style: none;
}
.geoli>strong {

font-weight: bold;
letter-spacing: -0.01 em;
font-size: 18px;
}
ul li,
ol li {
    margin: -20 0 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
/* end lists*/

/*---------------------
header
---------------------*/
.site-branding {
    padding: 10px 0 10px;
    display: inline-block;
}
.site-branding a {
    display: block;
}
.site-branding a img {
    display: block;
	max-height: 150px;
	

}

	 #carmelpatio {
display: block;
    margin: 0 auto;
    width: 100%;
	padding-top: 20px;
}
 #youtube {
display: block;
    margin: 0 auto;
	padding-top: 20px;
}
 #certinstall {
display: block;
    margin: 0 auto;
	padding-top: 140px;
}
/*-----------------
Fred images
---------------------*/
.imgContainer" {
float: left;
display: inline;

}
/*---------------------
Calculator iframe
---------------------*/
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------
calculator
------------------------*/
 #Iframe-Liason-Sheet {
   max-width: 1050px;
   max-height: 600px;
   overflow: hidden;
 }
  /* inner wrapper: make responsive */
 .responsive-wrapper {
   position: relative;
   height: 0;  /* gets height from padding-bottom setting */
   -webkit-overflow-scrolling: touch;
   overflow: auto;
 }
 .responsive-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   border: none;
 }
 /* padding-bottom = h/w as a % */
 .responsive-wrapper-wxh-1200x600 {
   padding-bottom: 363.6364%;
 }
 .iframe-border {
   border: 1px solid #000;
 }
 .center-block-horiz {
   margin-left: auto !important;
   margin-right: auto !important;
 } 
 /* paragraph margin and padding */
p {
	margin: 0 0 5px;
    padding-bottom: 5px;
}
 /* h4 padding */
h4 {
	margin-bottom: 3px;	
	margin-top: 20px;
	padding-bottom: 0px;

}