/*
Theme Name: Saint Marry
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: Freaquency
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
/* CSS document */
@font-face {
    font-family: 'texgyrescholabold_italic';
    src: url('../fonts/texgyreschola-bolditalic-webfont.eot');
    src: url('../fonts/texgyreschola-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-bolditalic-webfont.svg#texgyrescholabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
padding: 0;
margin:0;
}

a{
	text-decoration:none !important;
}
ul{
	list-style-type:none;
}
body{ 
  font-family: 'Roboto', sans-serif;
  background:url(images/bg.png);
  background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 446px;
}

.clear{
	clear: both;
}

.container{
	width: 1024px;
	margin: 0 auto;
}

.header{
	margin-top: 50px;
}
.header .logo{
	width:50%;
	float:left;
}

.header .shortDesc{
	width: 45%;
	float: right;
	text-align: right;
	margin-top: 80px;
	margin-right: 15px;
	color:#FFF;
}
.navMenu{
	background: #4b565d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b565d 0%, #4b4b4b 2%, #4a4a4a 49%, #333333 51%, #333333 98%, #31342f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b565d), color-stop(2%,#4b4b4b), color-stop(49%,#4a4a4a), color-stop(51%,#333333), color-stop(98%,#333333), color-stop(100%,#31342f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b565d 0%,#4b4b4b 2%,#4a4a4a 49%,#333333 51%,#333333 98%,#31342f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b565d 0%,#4b4b4b 2%,#4a4a4a 49%,#333333 51%,#333333 98%,#31342f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b565d 0%,#4b4b4b 2%,#4a4a4a 49%,#333333 51%,#333333 98%,#31342f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b565d 0%,#4b4b4b 2%,#4a4a4a 49%,#333333 51%,#333333 98%,#31342f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b565d', endColorstr='#31342f',GradientType=0 ); /* IE6-9 */
	width:100%;
	display:block;
	overflow:hidden;
}
.navMenu ul{
	list-style-type:none;
}

.navMenu ul li{
	float:left;
	margin-right:12px;
	padding:12px 43px;	
}

.navMenu ul li:last-child{
	float:right !important;
	margin-right:0px !important;
}

.navMenu ul li:hover a{
	color:#FFF !important;
	
}

.navMenu ul li:hover,
.navMenu ul li.current-menu-item{
	background: #4b565d; /* Old browsers */
background: -moz-linear-gradient(top,  #4b565d 0%, #757575 0%, #4a4a4a 51%, #333333 51%, #4a4a4a 51%, #31342f 51%, #31342f 51%, #545454 100%, #545454 101%, #3f3f3f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b565d), color-stop(0%,#757575), color-stop(51%,#4a4a4a), color-stop(51%,#333333), color-stop(51%,#4a4a4a), color-stop(51%,#31342f), color-stop(51%,#31342f), color-stop(100%,#545454), color-stop(101%,#545454), color-stop(101%,#3f3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b565d', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */

}


.navMenu ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	
}


.slider{
	position: relative;
}

.slider .descPanel{
	position: absolute;
	bottom: 0;
	background: #000000;
	opacity: 0.6;
	padding: 20px;
}

.slider .descPanel .title{
	font-family: 'texgyrescholabold_italic';
	font-weight: bold;
	font-style: italic;
	font-size: 37px;
}
.slider .descPanel .subtitle{
	line-height: 18px;
	margin-top: 12px;
	font-size: 14px;
}

.middleBlock{ padding:50px 0 25px;}
.middleBlock .singleBlock{
	float: left;
	width: 24%;
	margin-right: 13px;
	padding-bottom: 20px;
}

.middleBlock .singleBlock:nth-child(4){
	float: right;
	margin-right: 0px !important;
}

.middleBlock .singleBlock .blockImage{
	text-align: center;
	border-top: 5px solid #262272;
	padding: 10px 0;
	background: #eaeaea;
}
.middleBlock .singleBlock p.heading{
	background: #eaeaea;
}

.middleBlock .singleBlock p,
.middleBlock .singleBlock a{
	padding: 10px;
}




.middleBlock .heading{
	font-family: 'texgyrescholabold_italic';
	font-style: italic;
	font-size:21px;
	color:#666666;
	padding: 0 10px 10px!important;
}


.middleBlock a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #282473;	
}

.middleBlock p.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.middleBlockPanel2{
	border-top: 5px solid #262272;
	border-bottom: 4px solid #d0d0d0;	
}
.middleBlockPanel2 .image{
	width:25%;
	float:left;
}


.middleBlockPanel2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 12px 0;
	line-height: 19px;
}

.middleBlockPanel2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #282473;	
}

.middleBlockPanel2 .desc{
	width:75%;
	float:left;
}

.bottompanelBlock{
	margin-top: 30px;	
}
.bottompanelBlock .panel{
	width: 32%;
	float: left;
	margin-right: 20px;
	/*border-bottom: 4px solid #666666;
	padding-bottom: 20px;*/
}


.bottompanelBlock .panel .image{
	position: relative;
}

.panel .image p.heading{
	position: absolute;
	bottom: 6px;
	font-family: 'texgyrescholabold_italic';
	font-style: italic;
	font-size: 21px;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
	min-width: 94%;
	opacity: 0.7;
	padding: 10px;
}

.bottompanelBlock .panel:nth-child(2){
	float: right;
	margin-right: 0px;
}

.bottompanelBlock .panel p,
.sideBar .panel p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	padding: 15px 10px;
}
.bottompanelBlock .panel a,
.sideBar .panel a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #282473;
	padding: 10px;	
}

.footer{
	margin: 30px 0;
}
.footer .panel{
	width:24%;
	float:left;
	margin-right: 10px;
}
.footer .panel h2.widget-title{
	font-family: 'texgyrescholabold_italic';
	font-style: italic;
	font-size: 21px;
	color: #666666;
	margin-bottom: 8px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 30px;
}

.footer .panel a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

/*for innerpage*/
.innerpageContent{
	padding: 15px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

#menu-header-menu li ul { display:none; position:absolute; } 
#menu-header-menu li:hover ul{ display: block; z-index: 99; margin: 11px 0 0 -44px; } 
#menu-header-menu li ul li{ clear:both; border-style:none; 
	background: #31342F; /* Old browsers */
	border-bottom: 1px solid #3884c1;
	margin-right:10px !important;
width: 105px;
}
#menu-header-menu li ul li a{ 
}

#menu-header-menu li ul li:hover{ 	
background: #4b565d; /* Old browsers */
background: -moz-linear-gradient(top,  #4b565d 0%, #757575 0%, #4a4a4a 51%, #333333 51%, #4a4a4a 51%, #31342f 51%, #31342f 51%, #545454 100%, #545454 101%, #3f3f3f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b565d), color-stop(0%,#757575), color-stop(51%,#4a4a4a), color-stop(51%,#333333), color-stop(51%,#4a4a4a), color-stop(51%,#31342f), color-stop(51%,#31342f), color-stop(100%,#545454), color-stop(101%,#545454), color-stop(101%,#3f3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #4b565d 0%,#757575 0%,#4a4a4a 51%,#333333 51%,#4a4a4a 51%,#31342f 51%,#31342f 51%,#545454 100%,#545454 101%,#3f3f3f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b565d', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */ }


/** sidebar **/
.InnerpageContainer{
	display: block;
	overflow: hidden;
}
.InnerpageContainer .sideBar{
	width: 32%;
	float:left;
	padding-bottom: 15px;
	padding-top: 20px;
	
}


.InnerpageContainer .sideBar a{
	color:#3884c1;
}

.InnerpageContainer .sideBar .fixedBottom a
{
color:#3884c1;
}

.InnerpageContainer .sideBar .menu-sidebar-menu-container{
	margin-bottom:37px;
	min-height: 550px;
}

.InnerpageContainer .panelContent{
	float: right;
	width: 65%;
	color: #666666;
	font-size: 16px;
	border-bottom: 4px solid #666666;
	padding-bottom: 8px;
	min-height: 602px;
padding: 6px;
}

.InnerpageContainer .panelContent p{
margin-top:8px;
margin-bottom:15px;
/*Added 10-03-2015*/
padding: 6px;
}

.InnerpageContainer .panelContent a{
margin-top:8px;
margin-bottom:8px;
color:#3884c1;
}
.InnerpageContainer .panelContent ul li{
	color: #666666;
	font-size: 16px;
	list-style-type: disc;
	margin-left: 20px;
}

.InnerpageContainer .panelContent ol li{
	color: #666666;
	font-size: 16px;
	margin-left: 20px;
}

.site-main{
	background: #ffffff;
	color: #999999;
	line-height: 30px;
}
.site-main a{
	color: #999999 !important;
}
.InnerpageContainer .panelContent h2{
	font-size: 40px;
	font-style: italic;
	text-transform: capitalize;
	color: #666666;
	font-family: 'texgyrescholabold_italic';
	font-weight: bold;
	/*margin: 20px 0!important;*/
	margin: 20px 0px 30px 0px!important;
}


.InnerpageContainer .panelContent h3{
	font-size: 30px;
	font-style: italic;
	text-transform: capitalize;
	color: #666666;
	font-family: 'texgyrescholabold_italic';
	font-weight: bold;
	margin: 15px 0!important;
}


.InnerpageContainer .panelContent h4{
	font-size: 20px;
	font-style: italic;
	text-transform: capitalize;
	color: #666666;
	font-family: 'texgyrescholabold_italic';
	font-weight: bold;
	margin: 10px 0!important;
}

.InnerpageContainer .panelContent h1{
	font-size: 60px;
	font-style: italic;
	text-transform: capitalize;
	color: #666666;
	font-family: 'texgyrescholabold_italic';
	font-weight: bold;
	margin: 25px 0!important;
}

.InnerpageContainer .sideBar ul li a {
	padding: 10px;
	display: block;
}

.InnerpageContainer .sideBar ul li:hover{
	background: #cccccc; 
}


.InnerpageContainer,
.InnerpageContainer .sideBar .fixedBottom .panel{
	position: relative;
	background: white;
}

.InnerpageContainer .sideBar .fixedBottom{
	position: absolute;
	bottom: 0;
	width: 328px;
	border-bottom: 4px solid #666666;
	padding-bottom: 25px;
}


.InnerpageContainer .sideBar a,
.InnerpageContainer .panelContent{
	color: #333333;
}

.blogPostimage img{
	width: 100%;
	height: auto !important;
}
.singleBlogList{
	padding-bottom: 10px;
}

.singleBlogList h2{
	margin: 0 !important;
}

.singleBlogList h2 a{
	color: #666666;
	font-size: 25px;
}

.singleBlogList .short-content p,
.screen-reader-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.singleBlogList a.readMore{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282473;
	margin-top: 5px;
	display: block;
}


.site-main,
.site-main h1,
.site-main h3{
	color: #666666 !important;
}

.InnerpageContainer .sideBar .search-form input[type="search"]{
	padding: 10px 5px;
}

.InnerpageContainer .sideBar .search-form input[type="submit"]{
	padding: 10px 5px;
	background: #999999;
	color: #ffffff;
	border: 0;
}

.pagination{
	text-align: center;
}

.pagination a{
	padding: 8px 9px;
	color: #999999;
}

.pagination .current{
	border: 1px solid #999999;
padding: 6px 7px;
}

.wpcf7-form p{
	margin-bottom: 15px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]{
	padding: 8px;
	border: 1px solid #ddd;
}

.wpcf7-form input[type="text"]{
	width: 45%;
}

.wpcf7-form input[type="email"]{
	width: 42%;
}

.sideBar h2{
	font-size: 20px;
	color: #FFFFFF;
	text-transform: capitalize;
	background: #222;
	padding: 0 12px;
	line-height: 45px;
	margin: 15px 0;
}

.wpcf7-form input{ border-radius: 0px!important;}

.wpcf7-form input[type="submit"]
{
	padding: 10px 15px;
	background: #dddddd;
	text-transform: uppercase;
}

@media (max-width: 700px)
{
.InnerpageContainer .sideBar .menu-sidebar-menu-container{
	margin-bottom:37px;
	min-height: 100px;
}
.InnerpageContainer .panelContent
{
min-height: 102px;
}
}


@media (max-width: 400px)
{
.slider .descPanel .subtitle {
line-height: 11px!important;
font-size: 10px!important;
}

.slider .descPanel .title {
font-size: 28px!important;
}
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#main p
{
/*Added 10-03-2015*/
padding-left: 30px;
padding-right: 30px;
}
#main h1
{
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}

.slider .descPanel {
    width: 100%;
}

.InnerpageContainer .panelContent {
    border-bottom: none!important;
    padding-bottom: 0px!important;
}


.footer {
    margin: 30px 0;
    border-top: 4px solid #666666;
    padding-top: 20px;
}

.InnerpageContainer .sideBar .fixedBottom {
    position: relative!important;
    border-bottom: none!important;
}

.InnerpageContainer .sideBar .menu-sidebar-menu-container {
    min-height: 0px!important;
}

.fixedBottom img {
    width: 328px;
}

.InnerpageContainer .panelContent h2 {
    line-height: 36px;
}

html, body {
		overflow-x: visible !important;
	}