/*
Theme Name: Ministering Angels
Theme URI: http://demo.com/themes/ssxtheme
Author: Ministering Angels
Author URI: http://demo.com/
Description: The Ministering Angels theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ministering Angels

font:-

*/
/**
* 1.0 Reset
*
* Modified from Normalize.css to provide cross-browser consistency and a smart
* default styling of HTML elements.
*
* @see http://git.io/normalize

* ----------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 17px; line-height: 1.3; color: #263a4f; font-family: 'Montserrat', sans-serif; background: #ffffff; }
*::-webkit-input-placeholder { opacity:100;  }
*::-moz-placeholder {opacity:100; }
*:-ms-input-placeholder {opacity:100; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Montserrat', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

p { padding-bottom: 20px; line-height: 1.4; }
p a { color: #0e4990; text-decoration:none; }
p a:hover { text-decoration:underline; }

h1,h2,h3,h4,h5,h6 { padding-bottom: 15px; font-family: 'Montserrat', sans-serif; }
h1 {  font-size: 50px; line-height: 55px; }
h2 {  font-size: 42px; line-height: 1.1; }
h3 { font-size: 30px; line-height: 36px; }
h4 { font-size: 25px; line-height: 30px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 24px; }



.button, 
input.tnp-submit, 
.wpcf7-form-control.wpcf7-submit { display: inline-block; vertical-align: top; margin:0; border:3px solid #47afff; font-size: 20px; line-height: 1; color: #443d3d; padding: 22px 55px; cursor: pointer; background:transparent; border-radius: 50px; -webkit-border-radius: 50px; transition: all 0.3s; -webkit-transition: all 0.3s; font-weight:300 ;  text-transform: uppercase; }

.button:hover, .tnp-submit:hover, .wpcf7-submit:hover { text-decoration:none; background: #47afff; color: #fff; }

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; color: #161616; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; transition:all 0.3s; -webkit-transition:all 0.3s; }

/* wrapper */
#wrapper { padding-top:197px; width: 100%; min-height: 100%; position: relative; overflow: hidden; }
.centering, .wrapper {width: 100%; max-width: 1330px; padding: 0 15px; margin: auto; position: relative; }

.mobilemenu,
.close { display: none; }

.flex-wrap { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }
.space-between { justify-content:space-between; -webkit-justify-content:space-between; }
.v-top { align-items:flex-start; -webkit-align-items:flex-start; }
.v-center { align-items:center; -webkit-align-items:center; }
.v-bottom { align-items:flex-end; -webkit-align-items:flex-end; }
[href^="tel"] { cursor: default; }

/* header-bar */
#header-bar { position: absolute; left:0; top:0; z-index: 100; width: 100%; }

	/* nav-bar */
	.nav-bar { padding: 13px 0; width: 100%; position: absolute; display: none; text-align: center; z-index: 999; background: #2390ec; }
	#header-bar .wrapper { max-width: 1690px; padding: 0 15px; }
	.nav-bar ul { list-style: none; line-height:0;}
	.nav-bar li { padding: 0 10px; display: inline-block; vertical-align: top; font-size: 16px; line-height: 20px; font-weight: 600; position: relative; text-transform: uppercase;  }
	.nav-bar li a { color: #fff; display: block; }
	.nav-bar li.current-menu-item > a { color: #0e4990; }
	.nav-bar li:after { width: 2px; height: 18px; content: ''; position: absolute; left: -3px; top: 1px; background: #fff; }
	.nav-bar li:first-child:after { display: none; }
	.nav-bar li > a:hover { color: #0e4990; text-decoration: none; }
	.nav-bar .sub-menu li:after { display: none; }
	.nav-bar li:hover .sub-menu { opacity: 1; visibility: visible; }
	.nav-bar .sub-menu li { padding: 2px 10px; }
	.nav-bar .sub-menu { padding: 8px 0; min-width: 130px; position: absolute; top: 100%; left: 0; z-index: 999; text-align: left; opacity: 0; visibility: hidden; transition: all 0.3s; -webkit-transition: all 0.3s; background: #16837d; }
	.nav-bar .sub-menu li { padding: 2px 10px; font-size: 17px; }

	/*top_bar*/
	.top_bar { padding: 7px 0; width: 100%; background: #144379; }
	.top_bar .left { padding: 0 0 0 15px; border-right: 2px solid #fff; }
	.top_bar .contact { padding: 13px 27px; border-left: 2px solid #fff; color: #fff; font-size: 14px; line-height: 18px; display: inline-block; vertical-align: top; }
	.top_bar .contact .title { font-weight:300; display: block; }
	.top_bar .contact a { color: #fff; font-weight:400; }
	.top_bar .contact.email .inner { padding-left:45px; background:url(images/mail-icon.png) left center no-repeat; }
	.top_bar .contact.phone .inner { padding-left:45px; background:url(images/phone-icon.png) left center no-repeat; }
	.top_bar .social li { padding: 15px 0; border-left: 2px solid #fff; display: inline-block; vertical-align: top; }  
	.top_bar .social li a { min-width:65px; text-align:center; display:block; color:#fff; font-size: 20px; }
	.top_bar .social li:first-child { border: 0; }
	.top_bar .social li a:hover { color: #2390ec; }


	/*logo_bar*/
	.logo_bar { padding:15px 0; width: 100%; position: relative; background:#f5f4f4; }
	.logo_bar .logo { max-width: 277px; margin:auto; display: block; }
	.logo_bar:before { width: 288px; height: 100px; content:''; position: absolute; left:50%; bottom:0; margin-top:-50px; margin-left:-810px; background:url(images/bird.png) center center no-repeat; background-size:contain; }


	/*header_bar*/
	#header-bar a.menu_trigger {  position: absolute; right:35px; top:40%; transform: translate(0,-50%); display: block; font-size: 20px; font-weight:300; color: #144379; height: 30px; line-height: 30px; overflow: hidden; padding: 0 0 0 35px; }
	#header-bar .menu_trigger span { width: 16px; -webkit-transition: -webkit-transform .3s;transition:transform .3s; background: #fff; display: block; height: 2px; position: absolute; left: 6px; top: 15px; }
	#header-bar .menu_trigger:before { width: 28px; height: 28px; background: #144379; content:''; position: absolute; left:0; top:50%; margin-top:-14px; border-radius: 50%; }
	#header-bar .menu_trigger span:before{ top: -5px; transition-property:top,transform; }
	#header-bar .menu_trigger span:after,
	#header-bar .menu_trigger span:before { background-color: #fff; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 100%; transition-duration:.3s,.3s; }
	#header-bar .menu_trigger span:after{ bottom: -5px; transition-property:bottom,transform; }
	#header-bar a.menu_trigger.open span { background: transparent; }
	#header-bar a.menu_trigger.open span:before { top:0; bottom:auto; transform: rotate(45deg); }
	#header-bar a.menu_trigger.open span:after { top:0; bottom:auto; transform: rotate(-45deg); }


	
	@-webkit-keyframes stickyhead{
		0%{opacity:0;-webkit-transform:translateY(-100%) }
		100%{opacity:1;-webkit-transform:translateY(0)} 
	}	
	@-moz-keyframes nav-bar{ 
		0%{opacity:0;-moz-transform:translateY(-100%)}
		100%{opacity:1;-moz-transform:translateY(0)}
	}
	@keyframes stickyhead{
		0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
		100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
	}
	.stickyhead .nav-bar { top:0; position: fixed; -moz-box-shadow: 0px 0px 4px #000000; -webkit-box-shadow: 0px 0px 4px #000000; box-shadow: 0px 0px 4px #000000; opacity: 1; visibility: visible;  display: block !important; -webkit-animation:stickyhead ease-in-out 0.7s 0.1s both;-moz-animation:stickyhead ease-in-out 0.7s 0.1s both;animation:stickyhead ease-in-out 0.7s 0.1s both; }
	.stickyhead .header_bar { margin-top:165px; }
	
	
/* content-part */
#content-part { width: 100%; position: relative; }

	/* slider-bar */
	.slider-bar { z-index:1; width: 100%; position: relative; background-color:#dcd9d2; }
	.slider-bar h1 { position: relative; font-weight:900 !important; }
	.slider-bar h1 span { color: #114683; }
	.slider-bar .tp-leftarrow:hover,
	.slider-bar .tp-leftarrow { background:url(images/slider-prev.png) center center no-repeat; }
	.slider-bar .tp-rightarrow:hover,
	.slider-bar .tp-rightarrow { background:url(images/slider-next.png) center center no-repeat; }
	.slider-bar .tparrows:before { display: none !important; }
	.slider-bar .tparrows:hover  { opacity:0.50; background-color:none !important; }
	.slider-bar .custom .tp-bullet { width: 195px; height: 6px; background: #144776; }
	.slider-bar .custom .tp-bullet:hover,
	.slider-bar .custom .tp-bullet.selected { background:#2390ec; }

	/* service_sec */
	.service_sec { padding: 50px 0 155px; position: relative; width: 100%; background: #efefef url(images/service-bg.png) center center no-repeat; }
	.service_sec .block { text-align: center; padding: 50px 70px; width: calc(33.33% - 20px); margin: 10px; background:#2390ec;  color: #fff; } 
	.service_sec .wrapper { max-width: 1580px; }
	.service_sec .icon { display: block; margin: 0 auto; }
	.service_sec h3 { padding: 20px 0 15px; font-size: 50px; line-height:1; font-weight:900; text-transform: uppercase; }
	.service_sec p { font-size: 22px; line-height: 1.2; padding-bottom: 25px; }
	.service_sec .link { font-size: 16px; line-height: 1.2; color:#fff; letter-spacing: -0.02em; display: inline-block; vertical-align: top; text-transform: uppercase; padding: 15px 35px; border-radius: 40px; border: 2px solid #fff; }
	.service_sec .link:hover { background: rgba(0,0,0,0.4); }  
	.service_sec .block:nth-of-type(even) { background: #0f488b; }  
	
	/* about_sec */
	.about_sec { padding-bottom: 40px; position: relative; width: 100%; background: #f9f9f9; }
	.about_sec .text:before,
	.about_sec .text:after { width: 140px; height:140px; content:''; position:absolute; left:0; top:0; background:#134779;  }
	.about_sec .text:after { top: 140px; background:#2390ec; } 
	.about_sec .wrapper { max-width: 1920px; padding: 0; }
	.about_sec .text { margin: -80px 0 0 0; position: relative; width: 51%; padding: 30px 0 0 190px; }
	.about_sec .image { width: 49%; }
	.about_sec .image img { width: 100%; }
	.about_sec h2 { margin-bottom: 20px; font-size: 83px; line-height:1; color:#134779; text-transform: uppercase; letter-spacing: -0.04em; background:url(images/slider-title-line.png) left bottom no-repeat; padding-bottom: 25px; }
	.about_sec h2 em { font-style:normal; color:#0c0c0c; } 
	.about_sec p { font-size: 24px; line-height: 2.5; font-weight:300; }
	.about_sec li { font-size: 24px; line-height:1.7; font-weight:600; letter-spacing:0.01em; padding: 0 0 30px 35px; background:url(images/check.png) left 9px no-repeat; }
	.about_sec ul { margin: 0 0 0 -10px; } 
	.about_sec .button { margin-top:20px; }

	
	/*gallery_title*/	
	.gallery_sec { position: relative; width: 100%; border-top: 17px solid #fff; border-bottom: 17px solid #fff; }
	.gallery_sec h2 { text-align: center; background:url(images/head-icon.png) center top no-repeat; padding: 100px 0 20px 0; }
	.gallery_sec .gallery_slider .slide a img { width:100%; height: 100%; ovject-fit:cover; position:absolute; left:0; top:0; }
	.gallery_sec .gallery_slider { position: relative; padding: 0; }
	.gallery_sec .gallery_slider .slide a { position: relative; width: 100%; display: block; padding-bottom: 97%;  background:#000; }  
	.gallery_sec .gallery_slider .slide a img { width: 100%; height:100%; position:absolute; left:0; top:0; object-fit:cover; }
	.gallery_sec .gallery_slider .slide a:hover img { opacity:0.50; }
	.gallery_sec .slick-arrow {  z-index:2; width: 40px; height: 40px; position:absolute; left:10px; top:50%; margin-top:-30px; font-size:0; line-height:0; border:0; cursor: pointer; background:url(images/prev1.png) center center no-repeat; background-size:contain; }
	.gallery_sec .slick-arrow.slick-next { left:auto; right:10px; background-image:url(images/next1.png); }  
	.gallery_sec .gallery_slider:after,.gallery_sec .gallery_slider:before { z-index:1; width: 322px; height: 100%; content:''; position:absolute; left:0; top:0; background:url(images/left-shadow.png) left top repeat-y; background-size:100% 1px; }
	.gallery_sec .gallery_slider:after { left:auto; right:0; background-image:url(images/right-shadow.png); }
	
	
	/*newsletter_sec*/
	.newsletter_sec { z-index:1; padding: 35px 0 0; width:100%; position: relative; background: url(images/about-bg.jpg) center center no-repeat; background-size:cover; }
	.newsletter_sec .wrapper { max-width: 1920px; margin: 0 auto; }
	.newsletter_sec .image { width: 52.9%; padding: 0 0 0 150px; }
	.newsletter_sec .image img { margin-bottom: -70px; }
	.newsletter_sec .text { width: 47.1%; padding: 50px 185px 0 0; }
	.newsletter_sec h3 { margin-bottom:30px; padding-bottom: 15px; font-size: 40px; line-height:1; color:#fff; font-weight:300; text-transform: uppercase; text-align: center; background:url(images/title-bg2.png) center bottom no-repeat; }
	.newsletter_sec h3 strong { font-size: 77px; font-weight:700; }	

	.newsletter_sec label { font-size:0 !important; line-height:0 !important; padding:0 !important; }
	.newsletter_sec .tnp-subscription { margin-bottom:0; margin-top:0; position: relative; max-width: 655px; }
	.newsletter_sec .tnp-subscription input.tnp-submit { font-family:Arial, Helvetica, sans-serif !important; width: 150px !important; margin:20px auto 0; height: auto !important; background:#2390ec !important; font-size: 18px !important; line-height: 24px !important; padding: 10px 20px !important; color: #fff; text-align: center; border-radius: 0px; border: 0; font-weight:300 !important; }
	.newsletter_sec .tnp-field-button { }
	.newsletter_sec .tnp-subscription input.tnp-submit:hover { background:#000 !important; } 
	.newsletter_sec .tnp-subscription input[type="text"], 
	.newsletter_sec .tnp-subscription input[type="email"], 
	.newsletter_sec .tnp-subscription input[type="submit"], 
	.newsletter_sec .tnp-subscription select { width: 100%; height: 37px; border-radius:0; }
	.newsletter_sec .tnp-field-firstname { float: left; width: calc(50% - 15px) ; margin-right:15px; }
	.newsletter_sec .tnp-field-surname { float: right; width: calc(50% - 15px); margin-left:15px; }
	
	
	/* banner-bar */
	.banner-bar { position: relative; min-height:500px; background-position: center center; background-size:cover; }
	

	/*content-bar*/
	.content-bar { width: 100%; padding:60px 0; position: relative; }	
	
	/* text-bar */
	.text-bar { padding: 60px 0 40px; }
	.text-bar blockquote p { font-style: italic; }
	.text-bar.innerpage h2, .text-bar.innerpage h3, .text-bar.innerpage h4, .text-bar.innerpage h5, .text-bar.innerpage h6 { padding-bottom: 5px; }
	.text-bar.innerpage ul { padding: 0 0 20px 20px; list-style: disc; }
	.text-bar.innerpage ol { padding: 0 0 20px 20px; }
	.text-bar.innerpage li { line-height: 23px; font-size: 18px; }
	.error404 .text-bar { padding: 80px 0 60px; text-align:center; }

	/* footer-bar */
	#footer-part { width: 100%; }
	.wpcf7-spinner { display: none !important; }
	.footer_top { width: 100%; background: #167dd4; }
	.footer_top .wrapper { max-width: 1920px; padding:0; }
	.footer_top .left { padding: 180px 100px 50px 115px; width: 33%; background:url(images/footer-bg.jpg) no-repeat; background-size:cover; }
	.footer_top .right { width: 67%; }
	.home .footer_top .right { border-top: 25px solid #fff; }
	.footer_top .logo { display: block; max-width: 405px; margin-bottom: 50px; }
	.footer_top .left .contact,
	.footer_top .left p { font-family: 'Open Sans', sans-serif; font-size: 19px; line-height:1.2; }
	.footer_top .left .contact p { padding:0; }
	.footer_top .left .contact { padding-bottom: 25px; }
	.footer_top .right { text-align:center; padding: 110px 70px 25px; }
	.footer_top .right h3 { color: #fff; font-size: 25px; letter-spacing: 0.12em; }
	.footer_top .right h4 { color: #fff; font-size: 45px; letter-spacing: -0.02em; }
	.footer_top .right p { font-family: 'Roboto', sans-serif; letter-spacing:0.02em; color:#fff; font-size: 20px; line-height:1.2; font-weight:300; }
	.footer_top .right p a { color:#fff; }
	.footer_top .right form p { padding:0; }
	.footer_top .right .wpcf7-form-control-wrap { width: calc(33.33% - 30px); margin: 0 15px 45px; display: block; }
	.footer_top .right form  { margin:40px 0 0 0; }
	.footer_top .right form p { display: flex; flex-wrap:wrap; margin: 0 -15px; } 
	.footer_top .right .wpcf7-form-control-wrap .wpcf7-form-control { width: 100%; font-family: 'Roboto', sans-serif; margin:0; border:0; border-bottom: 1px solid rgba(255,255,255,0.5); border-radius:0; font-size: 15px; padding: 10px 0; height:auto; background: none; color: #fff;  }
	.footer_top .right .wpcf7-form-control-wrap textarea.wpcf7-form-control { resize: none; overflow:visible; height: 100px; }
	.footer_top .right form p .wpcf7-form-control-wrap:nth-of-type(4) { margin-bottom: 30px; width: 100%; float: none; } 
	.footer_top .right form .button { border:0; border-radius: 0; background: #2e2e2e; width: 180px; font-size: 16px; line-height: 20px; font-weight:700; color:#fff; padding: 15px; text-align: center; display: block; margin: 0 auto; text-transform: none; font-family: 'Baskerville'; letter-spacing: 0.04em; }
	.footer_top .right form .button:hover { background: #033791; }
	.footer_top *::-webkit-input-placeholder { color: #fff; }
	.footer_top *::-moz-placeholder { color: #fff; }
	.footer_top *:-ms-input-placeholder { color: #fff; }
	
	
	/*copyright-bar*/
	.copyright-bar { padding: 22px 0; width: 100%; position: relative; background: #2e2e2e; }
	.copyright-bar .wrapper { max-width: 1700px; }
	.copyright-bar .copyright p,
	.copyright-bar .copyright { font-size: 13px; font-family: myriad pro; display:inline; line-height: 18px; color: #fff; padding:0; }
	.copyright-bar p a { color: #fff; text-decoration:none; }
	.copyright-bar p a:hover { text-decoration:underline; }
	
	#back-to-top { display: none; position: fixed; bottom: 45px; right: 10px; width: 35px; height: 35px; line-height: 35px; font-size: 25px; cursor: pointer; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 100; background: #0f488b; color: #fff; font-weight:400; text-align: center; z-index: 9999; }
	
	
	
	span.wpcf7-not-valid-tip { display: none; }
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { padding: 0px; margin: 0px; padding-bottom: 20px; border: 0px; color: #f00; text-align: center; }
	.wpcf7-not-valid-tip { display: none !important; }
	.wpcf7-not-valid { color: #f00 !important; border-color: #f00 !important; }
	div.wpcf7-response-output { margin:10px 12px; font-size: 14px; line-height: 18px; border:0; padding: 5px; background: #fff; color: #f00; }
	div.wpcf7-mail-sent-ok { color: #398f14; }
	.ajax-loader { display: none !important; }
	


	/* ----------Alignment ----------*/ 
	.alignleft { display: inline; float: left; margin-right: 1em !important; }
	.alignright { display: inline; float: right; margin-left: 1em !important; }
	.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
	table, th, td { border: none }
	table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; width: 100%; }
	caption, th, td { font-weight: normal; text-align: left; }
	th { border-width: 0 1px 1px 0; }
	td { border-width: 0 1px 1px 0; vertical-align: top; }
	td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }
	th, td { padding: 0.4em; }
	th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }
	td img.alignnone { margin: 0px }
	blockquote { font-weight: normal; margin: 0 1em; }
	blockquote em, blockquote i, blockquote cite { font-style: normal; }
	blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }
	#blogWrapper { padding: 45px 0; width: 100%; overflow: hidden; }
	#blogWrapper .wrapper { max-width: 1200px; }
	
	/* blog container */
	.patners_box { float: left; width: 100%; text-align: center; padding: 20px }
	#BlogCntr { width: 100%; position: relative; overflow: hidden; }
	
	/* left blog box */
	.leftBlogBox { width: 72%; float: left; padding-right: 30px; border-right: 1px solid #bebebe; min-height: 500px }
	.leftBlogBox ul, .leftBlogBox ol { margin-bottom: 20px; list-style-position: inside; }
	.leftBlogBox ul { list-style: disc; padding-left: 15px; }
	.single .leftBlogBox ul { padding: 0 0 20px 25px; list-style: disc; }
	.single .leftBlogBox ol { padding: 0 0 20px 0px; }
	.single .leftBlogBox li { line-height: 23px; font-size: 18px; }
	/*.single .leftBlogBox h1 { padding-bottom: 5px; text-transform: capitalize }*/
	.single .leftBlogBox p { display: block }
	.leftBlogBox ul.dateBar { list-style: none; margin: 0 0 10px 0; padding: 0px }
	.single .leftBlogBox ul.dateBar { margin: 0 0 15px 0; padding-left: 0px }
	.leftBlogBox ul.dateBar li { font-size: 14px; }
	.leftBlogBox ul.dateBar li strong { color: #000; }
	.leftBlogBox p { padding-bottom: 15px; display: inline; margin-bottom: 0; }
	.leftBlogBox .postLoop { width: 100%; overflow: hidden; padding: 15px 0; margin: 0px; border-bottom: 1px solid #bebebe; }
	.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type { border-bottom: none; }
	.leftBlogBox .postLoop .image { max-width: 45%; float: left; margin: 5px 15px 5px 0; }
	.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; font-size:30px; line-height: 36px; padding-bottom: 10px; }
	.leftBlogBox .postLoop h2 a {
		color: #161616; text-decoration: none }
	.leftBlogBox .postLoop h2 a:hover { color: #f1501c; }
	.leftBlogBox .postLoop a.read-more { display: inline-block;  color: #161616; text-decoration: none; text-transform: capitalize; font-weight: 600 }
	.leftBlogBox .postLoop a.read-more:hover { color: #f1501c; }
	.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #161616; text-transform: capitalize; } /* comment form */
	.leftBlogBox #commentform { width: 100%; }
	.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="url"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border: 1px solid #000; padding: 7px 10px; box-sizing: border-box; color: #000; font-size: 15px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; resize: none; margin: 0; width: 535px; }
	.leftBlogBox #commentform textarea { height: 150px; }
	.leftBlogBox #commentform input[type="submit"] { width: auto; padding: 5px; border: none; background: #ea0000; color: #fff; cursor: pointer; border-radius: 0; font-size: 16px; }
	.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover { background: #f1501c; }
	.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #161616; color: #fff; cursor: pointer; margin-left: 100px; }
	.leftBlogBox #respond h3 { padding-bottom: 20px; }
	.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error { border: 1px solid #f00!important }
	.leftBlogBox div.error { display: none !important }
	.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title { border-bottom: 1px solid #000; font-size: 24px; font-weight: normal; line-height: 29px; margin-bottom: 10px; padding-bottom: 10px; color: #000; }
	.leftBlogBox #comments { clear: both; margin-bottom: 10px }
	.leftBlogBox #comments footer { border: none }
	.leftBlogBox .commentlist, .leftBlogBox .comment-list { list-style: outside none none; margin-top: 10px !important; margin-bottom: 10px; }
	.leftBlogBox .commentlist li { color: #34343f; font-size: 20px; line-height: 30px; list-style: outside none none; overflow: hidden; }
	.leftBlogBox .comment-list li { color: #34343f; font-size: 20px; line-height: 20px; list-style: outside none none; overflow: hidden; }
	.leftBlogBox img.avatar { float: left; margin: 3px 10px 10px 0; width: 50px; border: 1px solid #cccccc; max-width: 100%; height: auto; display: block }
	.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn { color: #f1501c;; font-size: 16px; }
	.leftBlogBox span.says { font-size: 16px; }
	.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-style: normal; text-decoration: none; font-size: 20px; }
	.leftBlogBox .comment-awaiting-moderation { font-size: 16px; line-height: 21px; color: #000; font-style: normal }
	.leftBlogBox .commentmetadata a { color: #000; cursor: default !important; font-size: 13px; line-height: 16px; }
	.leftBlogBox .commentlist p, .leftBlogBox .comment-list p { clear: both; font-size: 15px; line-height: 19px; }
	.comment-content p { padding-bottom: 5px; } #commentform p { padding-bottom: 15px !important; font-size: 16px; margin-bottom: 0; }
	.leftBlogBox .comment-list .comment-metadata { font-size: 16px; color: #000; }
	.leftBlogBox .comment-reply-link { font-size: 16px; text-decoration: none }
	.leftBlogBox .comment-reply-link:hover { text-decoration: none; color: #039be6; } #cancel-comment-reply-link { color: #000; text-decoration: none; font-size: 20px; line-height: 25px } #cancel-comment-reply-link:hover { text-decoration: underline }
	.leftBlogBox .reply { padding: 0px 0 15px; }
	.leftBlogBox .reply a { color: #000 }
	.leftBlogBox #respond { margin-top: 10px; /*overflow: hidden;*/ width: auto; padding: 0px }
	.leftBlogBox #cancel-comment-reply-link:hover { color: #039be6; text-decoration: none }
	.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/ }
	.leftBlogBox label.screen-reader-text { display: none }
	.leftBlogBox #searchform { width: 100%; margin: 0 auto; } #commentform label { float: left; width: 100px; font-size: 16px; line-height: 21px } #commentform label.error { display: none!important } /* pagination */
	.leftBlogBox .wp-pagenavi { margin: 25px 0 50px 0; }
	.leftBlogBox .wp-pagenavi a, .wp-pagenavi span { font-size: 15px; color: #000; border: 1px solid #7b7b7b }
	.wp-pagenavi a, .wp-pagenavi span { border-color: #7b7b7b; padding: 5px 7px }
	.wp-pagenavi span.current { border-color: #161616; font-weight: normal; color: #fff; background: #161616; }
	.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #161616; color: #fff; border-color: #161616; }
	.wp-pagenavi span.pages:hover { border-color: #000; } /* right blog box */
	.rightBlogBox { width: 27%; float: right; padding-top: 0; padding-left: 25px; }
	.rightBlogBox ul { width: auto; padding-left: 20px; list-style: disc }
	.rightBlogBox .widget { text-align: left; margin-bottom: 25px; overflow: hidden }
	.rightBlogBox h3.widgettitle { margin-bottom: 10px; text-align: center; color: #f1c855; font-size: 34px; text-align: left; text-transform: capitalize; line-height: 40px; padding-bottom: 0px }
	.rightBlogBox label.screen-reader-text { display: none; }
	.rightBlogBox #searchform { width: 100%; margin: 0 auto; }
	.rightBlogBox #searchform input#s { width: 65%; border: 1px solid #7b7b7b; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding: 5px; float: left; margin-right: 5px; color: #7b7b7b; height: 33px; }
	.rightBlogBox #searchform input#searchsubmit { width: 27%; background: #dfb643; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; }
	.rightBlogBox #searchform input#searchsubmit:hover { background: #c70505; }
	.rightBlogBox ul  { padding-left:0; list-style: disc; margin-top: 0px }
	.rightBlogBox ul li { width: 100%; text-align: left; padding: 2px 0; color: #000; font-size: 16px; line-height: 19px; list-style-position: inside; }
	.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }
	.rightBlogBox ul li.current-cat a { color: #f1501c; }
	.rightBlogBox ul li a:hover { text-decoration: none; color: #f1501c; }
	.mobilesidebar { display: none; }
	.desktopsidebar { display: block } /* single page */
	.search-form .screen-reader-text { display: none }
	.rightBlogBox .search-form input[type='Search'] { margin:0; border-radius: 0px; padding: 5px; font-size: 14px; line-height: 19px; float: left; border: solid 1px #000; color: #000; width: 62%; -webkit-appearance: none; -webkit-border-radius: 0px; height: 33px; }
	.search-form input[type='submit'] { float: left; background: #254e9f; border-radius: 0px; font-size: 15px; line-height: 20px; border: none; color: #fff; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; padding: 4px 15px; margin-right: 0px; height: 33px; border: solid 1px #254e9f; }
	.search-form input[type='submit']:hover { background: #f1501c;; border: solid 1px #f1501c;; }
	/*.search-form input[type='Search']:focus { border: solid 1px #000!important }*/
	.leftBlogBox .singleimage { width: 100%; margin-bottom: 15px; }
	.leftBlogBox .singleimage img { max-width: 100%; height: auto; width: 100% }
	input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }	 img { height: auto; }

@media only screen and (max-width:1023px) {
html, body  { font-size: 16px; line-height: 22px; }
p { padding-bottom: 20px; line-height: 22px; }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { max-width: 100%; }
.rightBlogBox { padding-left: 15px; }
.leftBlogBox { padding-right: 11px; margin-top:10px; }
.search-form input[type="submit"] { padding: 4px 7px; }
.search-form input[type="Search"] { width: 59%; }
.leftBlogBox .postLoop h2 { font-size: 25px; }
.rightBlogBox .widget h3 { font-size: 22px; padding-bottom: 10px; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0px; }


}


@media only screen and (max-width: 767px) {
.text-bar.innerpage li { font-size: 16px; line-height: 21px; }
.content-bar { padding: 40px 0; }
.leftBlogBox { width: 100%; border-right: 0; }
.mobilesidebar{ width: 500px; display: block; }
.mobilesidebar .search-form{ float:left; width:100%; position:relative; padding-right:85px}
.mobilesidebar .search-form input[type="Search"]{ width:100%; max-width:100%; border-radius: 0px; -webkit-border-radius: 0px; height: 34px; }
.mobilesidebar .search-form input[type="submit"]{ position:absolute; right:0px; top:0px}
#blogWrapper { padding: 30px 0; width:100%; }
.leftBlogBox .widget { margin-bottom: 10px; }
.leftBlogBox { padding-right: 0; width: 100%; float: none; margin-top: 10px; padding-bottom: 10px; }
.rightBlogBox { width: 100%; float: none }
.leftBlogBox .postLoop { padding: 10px 0; }
.mobilesidebar h3.widgettitle { display: none }
.leftBlogBox .widget { margin-bottom: 12px; overflow: hidden; }
.leftBlogBox h1.pagetitle { padding-bottom: 15px; }
.leftBlogBox #searchform input#s { border: 1px solid #7b7b7b; box-sizing: border-box; float: left; height: 30px; margin-right: 4px; padding: 5px; width: 200px; color: #7b7b7b; }
.leftBlogBox #searchform input#searchsubmit { background: #ea0000 none repeat scroll 0 0; border: medium none; color: #fff; cursor: pointer; float: left; font-weight: bold; height: 30px; text-transform: capitalize; width: 76px; }
.leftBlogBox #searchform input#searchsubmit:hover { background: #c70505; }
.desktopsidebar { display: none; }
.leftBlogBox #cat { padding: 4px 2px; width: 300px; margin-top: 3px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background: #fff url(images/drop_arrow.png) no-repeat 98% 8px; -webkit-appearance: none; border-radius: 0; border: 1px solid #161616; float: left; width: 100%; color: #000; font-size:14px; line-height:19px; background-size:22px; max-width:100%;  }
.leftBlogBox #cat option { padding: 2px 5px; font-size: 13px; color: #000; }
.leftBlogBox #cat option { padding: 2px 5px; font-size: 13px; }
.leftBlogBox #searchform input#s { width: 200px; }
.wp-pagenavi { margin-bottom: 50px; }
.leftBlogBox .widget_search h3.widgettitle, .leftBlogBox .widget_categories h3.widgettitle { display: none }
.leftBlogBox h1.pagetitle { }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea , .leftBlogBox #commentform input[type="url"] { width:380px; border-radius:0px; padding:7px; resize:none;  font-size:16px; line-height:21px  ;-webkit-appearance:none; -webkit-border-radius:0px;}
.leftBlogBox h3#comments, .leftBlogBox #respond h3{ line-height: 18px; font-style:normal }
h2.comments-title { line-height: 22px; font-style: normal; font-size: 18px; }
.leftBlogBox #commentform { margin-top: 30px; }
.leftBlogBox p { padding-bottom: 20px; }
.leftBlogBox h3#comments, .leftBlogBox #respond h3 { font-size: 18px; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0px; color:#fff; border-radius:0px; font-size:15px; line-height:20px; margin-left:100px ;-webkit-appearance:none; -webkit-border-radius:0px; }
.search-form input[type="submit"] { padding: 4px 16px; }
.leftBlogBox .widget .widget-title { display: none; }
.leftBlogBox .postLoop .image img { height: auto; }
#commentform p { font-size: 15px; }
.leftBlogBox .comment-list .comment-metadata { font-size: 15px; }
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-size: 18px; }
.leftBlogBox { min-height:250px; }	
.error404 .text-bar { padding: 40px 0 30px; }
}

@media only screen and (max-width: 639px) {
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { width: 100%; font-size: 15px; }
.leftBlogBox #commentform textarea { height: 150px; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0; font-size: 14px; }
#commentform label { font-size: 15px; }
.leftBlogBox #commentform { margin-top: 20px; }
.mobilesidebar{ width: 100%; display: block; }
#blogWrapper { padding: 25px 0; }

}


@media only screen and (max-width: 479px) {

caption, th, td { padding-left: 0; float: left; width: 100%; padding-right: 0px; }
.alignleft, .alignnone, .alignright, .aligncenter { float: none; margin: 0 0 10px 0 !important; max-width: 100%; height: auto; display: block; clear: both }
.wp-caption { width: 98% !important; }
.wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.lignright, .wp-caption.aligncenter { float: none; margin: 0 0 10px 0 !important; }
.wp-caption.alignleft img, .wp-caption.alignnone img, .wp-caption.lignright img, .wp-caption.aligncenter img { max-width: 96%; height: auto; width: 96%; }
.wp-caption img { width: 96%; }
.wp-caption p { padding: 3px !important }
td img.alignnone { margin: 0px !important; }
.leftBlogBox .postLoop .image img { width: 100%; max-width: 100%; }
.leftBlogBox .postLoop .image { margin: 5px 0px 10px 0; width: 100%; }
.leftBlogBox .postLoop h2 { font-size: 23px; }
.leftBlogBox .wp-pagenavi { margin: 25px 0 35px 0; }
.leftBlogBox #commentform textarea { height: 100px; }
.leftBlogBox .postLoop .image { max-width: 100%; width: 100%; }

}
@media only screen and (min-width: 768px) {
.mm-menu.mm-current { display: none !important; }
html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
html.mm-opened { overflow: visible !important; }
html.mm-opened body { overflow: visible !important; }
#mm-blocker { display: none !important; }
}
