/*!
Theme Name: tnmca
Theme URI: http://underscores.me/
Author: Krishna
Author URI: https://kehorne.digital/
Description: A custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tnmca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tnmca is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* custom css */
.widget_nav_menu > div > .menu {
	 padding-left: 0;
    list-style: none;
}
.nav-links {
    display: flex;
    justify-content: space-between;
}
.widget_yikes_easy_mc_widget {
	background-color: #3D004C !important;
	color: white;
}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    color: black;
    background-color: white;
    display: inline-block !important;
	margin-top: 0; !important;
    width: auto !important;
}
.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
	margin-bottom: 0 !important;
}
.post-thumbnail{
	margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
}
.single-entry h1, .entry-content h2, .entry-content h3 {
	color: #3D004C;
}
ul.bullet01 {
    list-style: none;
    padding-left: 0.5rem;
}
.bullet02 {
    margin: 0px 0px 0px 20px;
    padding: 0px !important;
    column-count: 2;
}
.bullet02 li {
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
.agc-help {
  position: relative;
  display: inline;
  overflow: hidden;
}
.agc-help:hover, .agc-help:focus {
  overflow: visible;
}
.agc-help:before {
  content: "?";
  position:relative;
  top: -5px;
  color: #333;
  font-size: 10px;
  background: #eee;
  border: 1px solid #011875;
  border-radius: 20px;
  padding: 3px 8px;
  margin: 0 12px 5px 0;
  transition: background 0.6s ease;
}
.agc-help:hover:before {
  background: #fff;
}
.agc-help-text {
  position: absolute;
  z-index:100;
  font-weight: normal;
  min-width: 300px;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #011875;
  border-radius: 5px;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.agc-help:hover .agc-help-text, .agc-help:focus .agc-help-text {
  opacity:1;
}

.agc-form-help {
  position: relative;
  min-height: 45px;
  overflow: hidden;
  display: inline;
  margin: 0 12px;
}
.agc-form-help:hover {
  overflow: visible;
}

.agc-form-help:before {
  content: "?";
  color: #333;
  font-size: 18px;
  background: #eee;
  border: 1px solid #011875;
  border-radius: 20px;
  padding: 0 8px;
  margin: 0 12px 5px 0;
  transition: background 0.6s ease;
}
.agc-form-help:hover:before {
  background: #fff;
}
.agc-form-help-text {
  position: absolute;
  bottom: 0;
  z-index:100;
  font-weight: normal;
  color: #000;
  width: 400px;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #011875;
  border-radius: 5px;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: none;
}
.agc-form-help:hover .agc-form-help-text, .agc-form-help:focus .agc-form-help-text {
  display: block;
  opacity:1;
}
.form-control input, .form-control button, .form-control select, .form-control optgroup, .form-control textarea {
	border: none !important;
}

#carouselTestimonials .carousel-item.active, #carouselTestimonials .carousel-item-next, #carouselTestimonials .carousel-item-prev {
    display: flex;
}
#menu-footer-social img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
	width: 30px;
}
#menu-footer-social .pinterest-icon img {
	width: 22px;
}
.table-checkmark td:before {
    content: " ";
    background-image: url('/wp-content/themes/tnmca/images/check.svg');
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    line-height: 24px;
    top: 12px;
}

.table-checkmark td {
    position: relative;
    padding-left: 20px;
}
.sidebar-image  img {
	width: 100%;
}
.site-main .navbar-light a {
    text-decoration: none;
}
.site-main a {
    text-decoration: none;
}

.header-banner > img {
    height: 100%;
	height: calc(100vh - 30%);
    object-fit: cover;
}
.bg-primary a {
    text-decoration: none;
}

.bg-primary a:hover {
    color: #ccc9c9 !important;
}

.testimonial {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.testimonial:before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "\201C";
	font-size: 220px;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 180px;
	opacity: 0.6;
}
.testimonial:after {
	position: absolute;
	bottom: 0;
	right: 20px;
	content: "\201D";
	font-size: 220px;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0;
	opacity: 0.6;
}
ul.bullet02>li {
    padding-right: 10px;
}
.rounded h2 a {
  text-decoration: none;
}
footer a {
    color: #fff !important;
    text-decoration: none;
}
.top-bar > div {
	display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
	.page-id-348 #primary h1, h1 {font-size:2.5rem; /*font-size: 3.5rem;*/}
	
	h2 {font-size:2rem !important;}
	
}
@media (min-width: 981px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0; 
	 }
	
}
@media (max-width: 1199px) {
	.navbar-nav li {
		margin-right: 0 !important;
	}
}
@media (max-width: 991px) {
	h1 {font-size:calc(1rem + 2.9vw);}
	h2 {font-size:2rem;}
	
	.header-banner > img {
		height: 100%;
		object-fit: cover;
		min-height: 400px;
	}
	.navbar-nav .dropdown-menu {
		display: block;
		border: none;
	}
	#primary > .page-banner {
		margin-top: 123px !important;
	}
	
	/*.block-container {margin-top:0px !important;}
	.block-col {width:98% !important; display:table !important; margin-bottom:30px !important;}*/
}

@media (max-width: 767px) {
	.footer-logos img {
		max-width: 50% !important;
	}
	.mx-xs-auto {
		margin-left: auto;
		margin-right: auto;
	}
	#primary > .page-banner> img {
		height: 135px;
		object-fit: cover;
	}
	#primary > .page-banner {
		margin-top: 137px !important;
	}
	.top-header {
		font-size: 15px;
	}
	.testimonial {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.testimonial:before {
		font-size: 150px;
		line-height: 110px;
	}
	.testimonial:after {
		font-size: 150px;
	}
	.field01, .field03 {width:99% !important; float:none !important; margin-right:0px !important;}
	.bullet02 {column-count:1;}
}
@media (max-width: 374px) {
	.download-image img {
		height: 40px;
	}
	.top-header {
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.img-block li {width:40% !important;}
}	

.block01 {font-size:18px; background-color:#e3e9ef; padding:20px; margin:10px 0px;}
.bullet01 {margin:20px 0px 20px 20px; padding:0px;}
.bullet01 li {list-style-type:square; margin:0px; padding:0px 5px 10px 0px;}
.wpcf7-form-control-wrap {position:inherit;}
.field01 {width:47%; float:left; margin-right:20px;}
.field02 {width:97%;}
.field03 {width:30%; float:left; margin-right:20px;}
.box01 {background-color:#FFFFFF; box-shadow:5px 5px 20px #CCC; padding:20px 30px;}
.sub-head {font-size:20px; color:#212529; font-weight:600; margin-bottom:10px;}

/*.block-container {width: 100%; display: table; margin-top:50px;}
.block-col {width:32%; display: table-cell; box-shadow:3px 3px 10px 3px #ccc; background-color:#FFFFFF; padding: 15px 20px; margin:0px auto 25px auto; line-height:30px; text-align:center;}
.block-col img {margin:20px 0px;}*/

.img-block {margin:0px 0px 20px 0px; padding:0px;}
.img-block li {width:14%; list-style-type:none; display:inline-table; margin:0px 20px 30px 0px; text-align:center;}
.img-block li img {width:auto; display:table; margin:0px auto;}
.img-block li span {width: 99%; display: table; margin: 5px 0px;}

.blogbg {background-color:#e3e9ef; padding:20px; margin:20px 0px;}
.ttl01 {font-size:20px; color:#3D004C; font-weight:400 !important; margin-bottom:10px;}
.blog-btn {display:table; background-color:#3D004C; color:#FFFFFF; padding:10px 20px; margin:10px auto 0px auto;}
.blog-btn:hover {color:#FFFFFF; text-decoration:underline;}
