/**
 * Theme Name:          Mai Law Pro
 * Theme URI............https://maitheme.com
 * Description:         Mai Law Pro is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.3.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 1px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
	font-weight: normal;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}



/* CTA */
.btn_cta a{color: #ffffff!important; border-width: 0px!important; font-size: 20px!important; font-weight: bold; text-transform: uppercase!important; background-color: #323232!important; padding-top: 20px!important; padding-bottom: 20px!important; padding-left: 60px!important; padding-right: 60px!important; text-decoration: none; box-shadow: 1px 3px 5Px 1Px #3232328c;}
.text-cta { margin-bottom: 35px; margin-top: 40px; font-size: 18Px; }
.section_cta { background: #067ccc; color: #fff;     box-shadow: -1px 0px 17px 0px rgb(32 49 60 / 45%) inset; }
.section_cta h2 { font-size: 35px; text-transform: uppercase; }
.cta_pages{padding-top: 55px !important; padding-bottom: 55px !important; margin-bottom: 40px !important;}
.posts_cta { padding: 0px 30px; }

/* Form contact */
.section_form_contact { background: linear-gradient(0deg, rgb(0 0 0 / 36%), rgb(0 0 0 / 49%)), url(https://staging.lambertavocats.ca/wp-content/uploads/2022/09/justice-avocat-1600x900-1.jpg); padding:8vw 10vw; background-repeat: no-repeat; background-size: cover; margin: 3vw 0px; }
.form_contact { background-color: rgba(0,0,0,.7); padding: 45px 35px 25px 35px; text-align:center; }
.section_form_contact_post { background: linear-gradient(0deg, rgb(0 0 0 / 36%), rgb(0 0 0 / 49%)), url(https://staging.lambertavocats.ca/wp-content/uploads/2022/09/justice-avocat-1600x900-1.jpg); padding: 3vw; background-repeat: no-repeat; background-size: cover; margin: 3vw 0px; }
h2.title_post{font-size: 28px !important;}
.wpforms_contact input, .wpforms_contact select { max-width: 100% !important; }
.section_gallery { display: flex !important;}
/* .section_gallery .image_2, .section_gallery .image_1{width: 40% !important;}
.section_gallery .image_3{width: 37% !important;}*/
.section_gallery img { width: 300px; height: 200px; } 
.caption_1, .caption_2, .caption_5{width: 40%;}
.caption_4{width: 37%;}
@media only screen and (max-width: 980px) { 
	.section_gallery { display: block !important;}
	.section_gallery .image_2, .section_gallery .image_1, .section_gallery .image_3{width: 100% !important;}
	.section_gallery img { width: 100%; height: auto; }
	.caption_1, .caption_2, .caption_5, .caption_4{width: 100%;}
}
