/*
Theme Name: Gpee
Theme URI: https://www.rrdonnelley.com/
Description: New simple blog responsive and SEO friendly theme.
Version: 0.1
Text Domain: gpee
Domain Path: gpee
Author: RRDonnelley WordPress Team
Author URI: https://www.rrdonnelley.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);
@import url("https://use.typekit.net/vok2dvb.css");

body{ font-family: 'Source Sans Pro'; }

/* ALIGN TEXT */
.align-none{
    text-align: none;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}

/* WORDPRESS */
.alignleft,
.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignnone,
.aligncenter{
    margin-top: 25px;
    margin-bottom: 25px;
}
.alignleft{
    float:left;
    margin-right: 15px;
}
.alignright{
    float:right;
    margin-left: 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.screen-reader-text,
.bypostauthor{}

.wp-caption,
.wp-caption p{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    max-width: 100% !important;
}
section .wp-caption p,
section .wp-caption p.wp-caption-text{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0px;
}
.wp-caption img{
    display: block;
    margin: 0px auto;
    max-width: 100% !important;
}

div.gallery dl.gallery-item img,
div.gallery dl.gallery-item img a{
    border: none !important;
}

#gallery-1 .gallery-caption{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0px;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* gpee Defaults */
body{ 
	background:#ffffff; 
}
img{ 
	max-width:100%; 
}
.gpee-container h1,
.gpee-container h2,
.gpee-container h3,
.gpee-container h4,
.gpee-container h5,
.gpee-container h6{
	color:#5c5656;
}
.gpee-container h1,
.gpee-container h2,
.gpee-container h3
{
	font-weight:800;
}
.gpee-container h4,
.gpee-container h5,
.gpee-container h6{
	font-weight:600;
}
.gpee-container h1 a,
.gpee-container h2 a,
.gpee-container h3 a,
.gpee-container h4 a,
.gpee-container h5 a,
.gpee-container h6 a{
	color:#5c5656;
}
.gpee-container h1{
	font-size:36px;
}
.gpee-container h2{
	font-size:28px;
}
.gpee-container h3{
	font-size:26px;
}
.gpee-container h4{
	font-size:20px;
}
.gpee-container h5{
	font-size:16px;
}
.gpee-container h6{
	font-size:14px;
}

.gpee-container p{
	font-size:14px;
	color:#4b4747;
	line-height:1.8;
	font-weight: normal;
}
.gpee-container p a{
	color:#d21249;
}
.gpee-container ul li{
	font-size:14px;
	color:#4b4747;
	line-height:1.8;
}
a {
	color: #d21249;
	text-decoration: none;
}
.gpee-container table{
	border: 1px solid #ccc;
	max-width:100%;
}
.gpee-container table tr{}
.gpee-container table th {
	border: 1px solid #ccc;
	padding: 10px;
	color:#4b4747;
}
.gpee-container table td{
	border: 1px solid #ccc;
	padding: 10px;
	color:#4b4747;
}
.gpee-container dl{}
.gpee-container dl dt{
	font-size:14px;
	color:#4b4747;
	line-height:1.8;
	font-weight:600;
}
.gpee-container dl dd{
	font-size:14px;
	color:#4b4747;
	line-height:1.8;
	font-weight:400;
	font-style:italic;
}

.gpee-container .paginate{
	margin:15px 0px 0px 0px;
}
.gpee-container .paginate .page-numbers {
	color: #7e7e7e;
	display: inline-block;
	font-size: 14px;
	min-width: 25px;
	text-align: center;
	min-height: 25px;
	padding: 3px 10px;
	border: 1px solid #bfbfbf;
	text-decoration:none;
}
.gpee-container .paginate .page-numbers.current{ 
	border-color:transparent; 
}
.gpee-container input[type="text"],
.gpee-container input[type="email"],
.gpee-container input[type="tel"],
.gpee-container input[type="number"],
.gpee-container textarea,
.gpee-container select{
	color: #7e7e7e;
	border: 1px solid #bfbfbf;
	padding:5px 10px;
	max-width:100%;
	margin-bottom:15px;
	border-radius:0px;
}
.gpee-container input[type="submit"],
.gpee-container input[type="button"],
.gpee-container input[type="reset"],
.gpee-container btn{
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background:#4b4747;
	color:#FFF;
	border:none;
	font-weight:600;
}

.gpee-container .comment-list{}
.gpee-container .comment-list ul{ 
	list-style:none; 
}
.gpee-container .comment-list .comment-body{
	border: 1px solid #e0e0e0;
	padding: 15px;
	margin-bottom: 15px;
}
.gpee-container .comment-list .comment-respond {
	background: #e0e0e0 none repeat scroll 0 0;
	margin-bottom: 15px;
	padding: 15px;
}
.gpee-container .comment-list .comment-body .comment-author{ 
	font-size:16px; 
	font-weight:600; 
	font-style:normal; 
}
.gpee-container .comment-list .comment-body .comment-author a{ 
	font-style:normal;
}
.gpee-container .comment-list .comment-body .comment-author span{ 
	font-size:14px; 
	font-weight:400; 
}

/*Add style*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
	background-color: transparent;
}
.gpee-menu .nav > li > a{
	padding: 31.5px 20px;
	color: #007bc4;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: color 0.5s, border-top-color 0.5s, background 0.5s;
    -moz-transition: color 0.5s, border-top-color 0.5s, background 0.5s;
    -o-transition: color 0.5s, border-top-color 0.5s, background 0.5s;
    transition: color 0.5s, border-top-color 0.5s, background 0.5s;
    border-top: 3px solid #fff;
}
.gpee-menu .nav > li > a:hover,
.gpee-menu .nav > li > a:focus,
.gpee-menu .nav > li > a:active,
.gpee-menu .nav > li.current-menu-item a,
.gpee-menu .nav > li.current-page-parent a{
	border-top-color: #d11749;
    color: #d11749;
}
.gpee-menu .nav > li.current-menu-item ul li a,
.gpee-menu .nav > li.current-page-parent ul li a{
	color: #fff;
}
.top-header {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.social-icons ul {
    margin: auto;
}
.logo {
    position: relative;
    top: -26px;
    background: #fff;
}
.gpee-section h3 {
    color: #cf1031;
    font-size: 22px;
    font-weight: bold;
    background-image: url(img/star_small.jpg);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left center;
}
.gpee-section {
    margin: 3% auto;
}
#gpee-section-6 {
    margin: auto;
}
#the-latest ul,
#sidebar-more ul {
    padding: 0;
    list-style: none;
}
#the-latest ul li,
#sidebar-more ul li {
    background-image: url(img/list.jpg);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left top 5px;
}
.btn.more-link {
    background-color: rgba(210,18,73,1);
	color: #fff;
	text-transform: uppercase;
}
#gpee-section-3{
	background-image: url(img/mission_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	padding: 2% 0;
}
.our-mission p {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
#contact-info p{
	font-size: 32px;
	color: #ffffff;
	margin: auto;
	line-height: 40px;
}
#gpee-section-6{
	background-image: url(img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: left center;
	padding: 6% 0;
}
.footer-infos {
    background: #3d3d3d none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
}
.copy-right {
    background: #017bc4;
	color: #fff;
	padding: 15px 0;
	position: relative;
}
.copy-right a{
    color: #fff;
}
.copy-right p{
	margin: auto;
}
.totop {
	position: fixed;
	right: 4px;
	top: 88%;
	background: rgba(210,18,73,1);
	padding: 5px 6px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	transform: translateY( 40px );
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transform: translateY( 40px );
	opacity: 0;
}
.totop.in {
	-webkit-transform: translateY( 0 );
	transform: translateY( 0 );
	opacity: 1;
}
h2.page-title {
	margin-top: auto;
	font-weight: 600;
    color: #000000;
}
.title-head h2 {
    margin-top: auto;
    font-weight: 500;
	font-size: 26px;
}
.title-head {
    background: #F2F5F7;
	padding: 3% 0;
	margin-bottom: 3%;
}
.search_bar,
.search_bar_footer {
    padding: 0;
    list-style: none;
    position: absolute;
    width: 275px;
    z-index: 100;
    right: 0;
	top: 45px;
	display: none;
}
#search-results h3 {
    color: #cf1031;
    font-weight: 600;
    font-size: 22px;
}
#search-results h2 {
    color: #000;
    text-decoration: underline;
}
.gpee-sidebar input#searchsubmit {
    display: none;
}
/*Menu style*/
.menu-header-menu-container ul li ul {
	position: absolute;
	width: 240px;
	list-style: none;
	padding: 0;
	opacity: 0;
	z-index: -1;
	display: none;
}
.menu-header-menu-container ul li:hover ul.sub-menu,
.menu-header-menu-container ul li:focus ul.sub-menu,
.menu-header-menu-container ul li:active ul.sub-menu,
.menu-header-menu-container ul li.focus-in ul.sub-menu{
	display: block;
	opacity: 1;
	z-index: 100;
	-webkit-animation: menu-drop-down .3s ease-out;
	-moz-animation: menu-drop-down .3s ease-out;
}

@-webkit-keyframes menu-drop-down {
      0% { opacity: 0; -webkit-transform: translateY(15px); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes menu-drop-down {
      0% { opacity: 0; -moz-transform: translateY(15px); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
ul.sub-menu li a{
	background: #2c323c;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
ul.sub-menu li a {
    padding: 7px 8px !important;
    display: block;
    color: #fff;
}
ul.sub-menu li a:hover,
ul.sub-menu li a:focus,
ul.sub-menu li.current-menu-item a{
	text-decoration: none;
	background: #cf1031;
}
.drop-down::before{
	content: "anand";
}
.drop-down::before {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 36px;
}
.testi-item a {
    color: #fff;
}
.social-icons li a .fa{
	transition: all 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: all 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-icons li a:hover .fa{
	transform: rotate(45deg)scale(1.1);
	-webkit-transform: rotate(45deg)scale(1.1);
}
.gpee-btn,#searchsubmit {
    background: rgba(210,18,73,1);
    color: #fff;
	padding: 5px 7px;
	border: 1px solid rgba(210,18,73,1);
}
a.gpee-btn:hover{
	color: #ffffff;
}
.footer-form input {
	border: transparent;
	color: #000;
    padding: 3px 5px;
}
.wpcf7-submit.gpee-btn{
	color: #fff;
}
.footer-form label {
    font-weight: normal;
}
.footer-infos h3 {
    text-transform: uppercase;
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.gpee-container {
    margin-bottom: 20px;
}
#calender_section {
	min-height: 639px;
}
#gpee-home{
	margin: auto;
}
.social-icons {
    text-align: right;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.carousel-caption {
    background: rgba(66,74,89,0.8);
}
.news-single {
	text-align: justify;
	margin-top: 20px;
}
.news-single .container {
	padding-top: 15px;
}
.single-header {
    margin-bottom: 15px;
}
.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: -1;
	padding: 15px 0;
	background: #fff;
	border-bottom: 2px solid #d11749;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	display: none;
}
.fixed-header.in {
	z-index: 100;
	display: block;
	-webkit-animation: fixed-menu-down .3s ease-out;
	-moz-animation: fixed-menu-down .3s ease-out;
}
@-webkit-keyframes fixed-menu-down {
      0% { opacity: 0; -webkit-transform: translateY( -25px ); }   
    100% { opacity: 1; -webkit-transform: translateY( 0 ); }
}
@-moz-keyframes fixed-menu-down {
      0% { opacity: 0; -moz-transform: translateY( -25px ); }   
    100% { opacity: 1; -moz-transform: translateY( 0 ); }
}
.fixed-header .gpee-menu .nav > li > a {
    padding: 26px 20px;
}
.logo-fixed {
    padding-right: 25px;
}
footer .social-footer-icons {
    position: fixed;
    top: 35%;
    right: 0;
}
.social-footer-icons li {
    background: #000;
}
.social-footer-icons li a {
    padding: 5px;
    display: block;
	font-size: 30px;
}
.social-footer-icons ul:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 27px solid #000;
    border-right: 0px solid transparent;
    border-bottom: 24px solid transparent;
    border-top: 27px solid transparent;
    position: absolute;
    top: -23px;
    transform: rotate(68deg);
    right: -4px;
}
.social-footer-icons ul:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 27px solid #000;
    border-right: 0px solid transparent;
    border-bottom: 24px solid transparent;
    border-top: 27px solid transparent;
    position: absolute;
    bottom: -23px;
    transform: rotate(-68deg);
    right: -4px;
}
.social-footer-icons {
	transform-origin: right top 0px;
	transform: matrix3d(0.173648, 0, 0.984808, 0, 0, 1, 0, 0, -0.984808, 0, 0.173648, 0, 0, 0, 0, 1);
	transition: all 0.2s ease-in-out;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.social-footer-icons.in {
	transform-origin: right top 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
}
.social-footer-icons ul {
	position: relative;
}
.search_bar_footer {
	right: 40px;
	top: 84%;
	height: 100%;
	width: 0;
}
.search_bar_footer input,
.search_bar input {
    background: rgba(210,18,73,.7);
    color: #fff;
    border: transparent;
}
.item .carousel-caption {
    opacity: 0;
    transition: all 0.7s ease-in-out;
    transform: translateY(-13em);
	-webkit-transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-13em);
}
.item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
	-webkit-transform: translateY(0);
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10% !important;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10% !important;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: relative !important;
    top: 18px !important;
}
.carousel-control {
    width: 50px !important;
    height: 50px;
    text-align: center;
    margin: auto;
    background-color: #424a59;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.carousel-control:hover, .carousel-control:focus {
    background: #d21249;
}
a.btn.more-btn {
    background: #d21249;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 10px;
    border-radius: 1px;
}
.display-sec p {
    font-size: 16px;
}

.page-template-page_full-width .gpee-container .container {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.page-template-page_full-width .gpee-container {
	margin-bottom: 0;
}



/*Responsive style*/
@media (min-width: 1200px) {
	.news-single .container {
		width: 840px;
		box-shadow: 0px 0px 7px 3px #ddd;
	}
}
@media (max-width: 1024px){
	.navbar-header{
		position: relative;
		z-index: -1;
		opacity: 0;
	}
	.gpee-menu .nav > li > a {
		padding: 13px;
		display: inline-block;
	}
	.wpcf7-form-control {
		width: 100%;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
	}
	.drop-down::before {
		top: 11px;
	}
	.gpee-menu .nav > li > a:hover, .gpee-menu .nav > li.current-menu-item a, .gpee-menu .nav > li.current-page-parent a {
		border-top-color: transparent;
	}
	.wpcf7-form-control.wpcf7-submit {
		width: auto;
	}
	div#responsive-menu-search-box{
		display: none;
	}
}
@media (max-width: 767px){
	button#responsive-menu-button {
		top: 37px !important;
	}
	.logo {
		top: 0px;
		padding: 15px 0;
	}
	.social-icons {
		text-align: center;
	}
	.carousel-caption {
		position: relative;
		left: 0;
		padding: 3px 10px;
		top: 0;
	}
	.carousel-indicators{
		display: none;
	}
	.copy-right p {
		padding-bottom: 12px;
	}
	.search_bar {
		width: 60%;
		margin: auto;
		left: 0;
	}
	.social-icons li a i {
		font-size: 2em !important;
	}
	.top-header {
		padding: 5px 0;
	}
}