/*
Theme Name: Custom Mint
Theme URI: https://wordpress.org/themes/custommint/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Custom Mint is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Custom Mint will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: custommint

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 
body{ margin:0; padding:0; box-sizing:border-box;font-family: 'Roboto', sans-serif!important;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-size: 62.5%; color:#333;}
*{margin:0; padding:0; box-sizing:border-box;}
h1, h2, h3, h4, h5, h6, form, ul, input, textarea, select, p{ margin:0; padding:0;}
h1, h2, h3, h4, h5{padding-bottom:10px; padding-top:10px;}
a{ text-decoration:none; outline:none;}
a img{ border:none; outline:none;}
img{ max-width:100%;}
img.img_full{ display:block; width:100%;}
ul li{ list-style:none;}
.clr{ clear:both;}
p{ font-size:15px; color:#333; font-weight:400;}
p+p{ padding-top:15px;}
a{color:#1fd06a;}
a:hover{ text-decoration:none; color:#1fd06a;}
h1 a, h2 a, h3 a, h4 a, h5 a{color:#000;}
strong{ font-weight:700;}
.btn-green{
	background:#10af10;
	color:#fff;
}

.radius50{
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.heading{
	font-size:36px;
	font-weight:300;
	padding-bottom:15px;
}

.com30{
	padding-top:30px;
	padding-bottom:30px;
}


.top30{
	padding-top:30px;
}

.bottom30{
	padding-bottom:30px;
}


.com50{
	padding-top:50px;
	padding-bottom:50px;
}

.top50{
	padding-top:50px;
}

.bottom50{
	padding-bottom:50px;
}

header{
	background:#fff;
	position:absolute;
	left:0;
	width:100%;
	top:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:2;
}
.nav-main li{
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
}
.navbar-expand-lg .navbar-nav a {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

header .navbar-expand-lg .navbar-collapse{
	padding-left: 90px;
}
.banner_sec{
	position:relative;
}
.b_con{
	position:absolute;
	top:65%;
	width:100%;
	z-index:1;
	transform:translateY(-65%);
	color:#fff;
}
.b_con h1{
	font-size:48px;
	font-weight:700;
	color:#333;
}
.b_con h5{
	font-size:24px;
	font-weight:400;
	padding:12px 0;
	color:#333;
}
.b_con p{
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
	color:#333;
}
.b_con a{
	display:inline-block;
}
.free-trial{
	background:#fff;
	border:solid 1px #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:-80px;
	position:relative;
	z-index:3;
}
.free-trial h2{
	font-size:36px;
	font-weight:300;
}
.free-trial p{
	font-size:14px;
}
.free-trial .form-group{
	margin-bottom:0;
	padding-left: 16px;
}
.free-trial  .col-md-8{
	border-right:solid 1px #ccc;
}
.c_icon{
	background:#1fd06a;
	width:60px;
	height:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	position:relative;
	margin:30px auto 0 auto;
}

.c_icon img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%) translateX(-50%);
}
.card_main{
	background:#eaeaea;
}
.cd_body{
	padding:10px;
	position:relative;
}
.cd_body h3{
	text-align:center;
	font-size:24px;
	font-weight:300;
	padding:5px 0 30px 0;
}
.cd_body h3 br{
	display:none;
}
.cd_footer{
	background:#d5dedd;
	padding:4px 10px;
	font-size:14px;
	font-weight:300;
}
.cd_footer a{
	color:#414141;
}
.cd_footer i{
	color:#1fd06a;
	margin:4px 0 0 0;
}
.abt_sec h6{
	font-size:18px;
	color:#1fd06a;
	font-weight:300;
	padding-bottom:10px;
}

.img-holder{
	margin-bottom:12px;
}
.img-holder img{
	width:100%;
}
.title_24{
	padding-top: 20px;
	font-size:24px;
	padding-bottom:10px;
}
footer{
	padding:10px 0;
	font-size:12px;
	font-weight:300;
	text-align:center;
	/*border-top:solid 1px #ccc;*/
}
.cont_sec h2{
	color:#fff;
}
.cont_sec p{
	color:#fff;
}

.cont_sec{
	position:relative;
	
	background:url('images/banner.jpg')  no-repeat;
	background-size:cover;
	z-index:2;
}
.cont_sec::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(47, 148, 101, .8);
	z-index:-1;
}
.btn-orange{
	background:#eaa515;
	color:#fff;
}
.navbar-toggler{
    border-color: #ddd;
}

form.es_shortcode_form{}
.es_lablebox {
    width: 50px;
    font-size: 15px;
    padding-top: 5px;
	float: left;
}
.es_textbox {
    width: 200px;
	float: left;
}
.es_textbox_class {
    width: 200px;
	height: 30px;
}
.es_button {
    padding-top: 0px!important;
    padding-bottom: 5px;
    width: 90px;
    float: left;
}
.es_textbox_button {
    width: 90px!important;
    height: 30px;
    background: #1FD06A;
    border: none;
    color: #fff;
    font-size: 15px;
}
.es_msg {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F00;
    width: 200px;
}
div#blog-pages {
    padding-top: 120px;
}
.page .entry-title{
	padding-left: 10%;
}
a.page-numbers {
    padding: 5px 5px 5px 5px;
    background: grey;
    margin: 0 0 0 10px;
    color: #FFF;
}
span.page-numbers.current {
    padding: 5px;
    background: #1FD06A;
    margin-left: 5px;
    color: #FFF;
}
.pagination {
    padding-bottom: 15px;
}



/* ul.sub-menu {
    display: none;
}   */
.menu-main-container ul {
	text-align:center;
}
.menu-main-container ul li {
   /* display:inline-block;*/
}
.menu-main-container ul > li a {
	display:block;
	letter-spacing:1px;
}
.menu-main-container ul.sub-menu-0 {
	position: absolute;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	background: #f5f4f4;
	display: none;
	z-index: 300;
	width: 200px;
}
.menu-main-container ul.sub-menu-0 > li  {
text-align:left;
vertical-align:top;
display:inline-block;
text-transform:uppercase;
width: 189px;
}
 .menu-main-container ul.sub-menu-0 > li a  {

	padding:0px;
 }
  .menu-main-container ul.sub-menu-1 > li a  {
  }
.menu-main-container ul > li:hover ul.sub-menu-0 {
	display:block;
}
.menu-main-container ul.sub-menu-1 {
   position: absolute;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	background: #f5f4f4;
	display: none;
	z-index: 300;
	width: 190px;
	left: 190px;
	bottom: 97px;
}
.menu-main-container ul > li  ul> li:hover ul.sub-menu-1 {
	display:inline-block;
}
.menu-main-container ul.sub-menu-1 li {
	display:block;
}
.menu-main-container ul.sub-menu-1 li a {
	padding:0px;
	padding-bottom:5px;
	text-transform:none;
 }
.menu-main-container ul.sub-menu-1 li a:hover {

}
.menu-main-container ul  li a:hover, .current-menu-item > a {
	color:#1FD06A;
}
.sub-menu-0 li {
	padding: 0 0 10px 0px;
}

.post{
	font-size: 17px;
	/*padding-left: 8%;*/
}
.post p{
	font-size: 19px;
}
.post > img{
	padding-left: 10%;
}
#inner-pages header.entry-header h1 {
    font-size: 28px;
	padding-bottom: 30px;
	padding-left: 10%;
}
#inner-pages .li{
	font-size: 23px;
}
#inner-pages header.entry-header {
    position: unset;
    padding: 10px;
}
section#inner-pages {
   /* padding-top: 100px;*/
}
#inner-pages .entry-content {
    padding-top: 20px;
	padding-left: 10%;
}
#inner-pages .entry-header{
	padding-left: 10%;
}
#post-11 p+p {
    padding-top: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #60C008;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.wpcf7 input, .wpcf7 textarea {
    height: 35px;
    width: 100%;
	max-width:340px;
	border-radius:5px;
	border:solid 1px #ccc;
}
.wpcf7 textarea{
	height:120px;
}
 .wpcf7 label{
	 padding-bottom:5px;
 }

.entry-header{
	box-shadow:none!important;
	padding:0!important;
	
}
.wpcf7-form{
	margin-top:30px;
}

header.no-home{
	position:relative!important;
	top:0!important;
}

.top30{
	padding-top:30px;
}
#secondary .widget {
    display: block;
    background: #FFF;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin: 0 0 24px;
    overflow: hidden;
}
#secondary .widget .widget-title{
    background: #f1f1f1;
    color: #333;
}

#secondary .widget .widget-title {
   background: #FFFFFF;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}
#secondary  #mlb2-7208624 .subscribe-form .form-section {
    margin-bottom: 20px;
    width: 68%;
}
#secondary  #mlb2-7208624.ml-subscribe-form .form-group .form-control {
    width: 100%;
	
}
#secondary #mlb2-7208624.ml-subscribe-form button {
    border: none !important;
    cursor: pointer !important;
    width: 69% !important;
}
#secondary .textwidget {
    padding: 10px;
}
h2.widget-title{font-size:20px;}
footer .container-fluid.top {
    background: #1FD06A;
    padding: 15px 0 15px 0;
    color: #FFF;
}
footer  .textwidget p {
    color: #FFF;
}
.container-fluid.top .row {
    margin: 0;
}
.container.copy p {
    color: #000;
    padding-top: 15px;
}
#menu-footer a {
    color: #FFF;
	font-size: 15px;
}
.blog-home h2{font-size:28px;padding-top:0px;}
.img-holder img {
    width: 100%;
    min-height: 173px;
}
header #menu a{color:#000;}
header #menu a:hover{color:#1fd06a;}
.title_22 {
    font-size: 22px;
    padding-bottom: 10px;
}
a.btn-green:hover{
	background: #fff;
    color: #10af10;
}

#nav_menu-4{
	text-align: left;
    margin-left: 180px;
	
}
#inner-pages li {
    font-size: 17px;
    font-weight: normal;
    list-style: disc;
}
#inner-pages ul {padding-left: 16px;}
.container {
    max-width: 1200px;
	/*padding-left:30px;*/
	
}
#blog-pages h2 {
    padding-top: 0px;
	font-size: 28px;
}
#blog-pages{
	padding-left: 10%;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
figcaption {
    font-size: 15px;
}
blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}
/*----------------------------Responsive css-------------------------*/

@media (max-width: 1200px){
header{
	position:relative;
	top:0;
}
header .navbar-expand-lg .navbar-collapse{
	padding-left:20px;
}
.navbar-expand-lg .navbar-nav a{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

}

@media (max-width: 1024px){
.free-trial{
	margin-top:-20px;
}
.cd_body h3{
	font-size:18px;
}
.c_icon{
	height:50px;
	width:50px;
}	
.c_icon img{
	width:35px;
}
}

@media (max-width: 880px){
	
}

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

@media (max-width: 767px){
.post{
	padding-left: 0%;		
}
	
.navbar-toggler{
	display:none;
}
.b_con h1{
	font-size:24px;
}
.free-trial{
	margin-top:0;
}
.b_con h5{
	font-size:16px;
	padding:5px 0;
}	
.b_con p{
	font-size:12px;
	padding-bottom:5px;
}
.free-trial .form-group{
	padding:0;
	margin-top:10px;
}
.abt_sec h6{
	margin-top:10px;
}
.card_main{
	margin-bottom:10px;
}
}

@media (max-width: 480px){

.free-trial {
	margin-top: 50px;
}

.b_con{
	width: 70%;
}	
.b_con a{
			
}
.post-title {
    margin-top: 20px;
}
.blog-home h2 {
    font-size: 15px;
    padding-bottom: 10px;
	line-height: 23px;
}
#nav_menu-4 {
    text-align: center;
    margin-left: 0;
}
footer .widget{margin-top:20px;}
.title_24 {font-size: 18px;}
.heading {font-size: 29px;}
.free-trial h2 { font-size: 29px;}
.es_textbox_class {width: 146px;}
.es_textbox {width: 146px;}
.btn-green{font-size:10px;}
.banner_sec p {padding: 0;margin: 0;}
.banner_sec .col-lg-6.col-md-8 {margin-top: 52px;}
#inner-pages .entry-title {font-size: 24px;}
#inner-pages ul {padding-left: 16px;}
#secondary #mlb2-7208624 .subscribe-form .form-section { width: 100%;}
#mlb2-7208624 .subscribe-form .form-section h4{font-size: 22px !important;}
#secondary #mlb2-7208624.ml-subscribe-form button, #secondary #mlb2-7208624 .subscribe-form .form-section { width: 100% !important;}
#blog-pages h2 {font-size: 22px;padding-bottom: 12px;}
.b_con p {font-size: 10px; padding-bottom: 5px;}
.b_con h5 {font-size: 16px; padding: 0 0;}
.b_con h1 {font-size: 18px;}

}