/* Added CSS Styles File */


h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	color:#444444;
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span { 
	color:#777777;
}
 .header-banner-small {
		display: none;
	}
.title-bar {
	background-color: #174873;
	color:#fff;
}
.top-bar .top-bar-left, .top-bar .top-bar-left ul {
  background-color: #174873;
}
.top-bar ul li a {
	color:#fff;
}
.module {
	position:relative;
	margin-bottom:20px; 
}
.welcome-section {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
}
.welcome-section p{
	color:#777777;
}	
.social-icons i.fa {
	color: rgba(10, 104, 177, 0.95);
}

.padding-between .grid-padding-y:first-child .cell {
	padding-top:0px;
}
.padding-between .grid-padding-y:last-child .cell {
	padding-bottom:0px;
}
.padding-top-none .grid-padding-y .cell:first-child {
	padding-top:0px;
}
.padding-top-none .grid-padding-y .cell:last-child {
	padding-bottom:0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
}
 .video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.margin-top-bottom-10
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.review {
	border-bottom: solid 1px #efefef;
	margin-bottom: 15px;
}
.review img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-top:5px;
  margin-bottom: 10px;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
.tabs-title a {
	font-size: 1rem;
}
.inline-image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  line-height: 0; }
.shadow-light {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.image-float-left-big-inline-small {
	float: left;
	margin: 10px 25px 0px 0px;
}
.image-float-right-big-inline-small {
	float: right;
	margin:0px 12px 0px 12px;
}
.bordered-light {
	background-color:transparent !important;
	border:1px solid #FFF !important; 
}
.bordered-light:hover {
	background-color:#e79800 !important;
	border-color:#e79800 !important;	 
}


/*---------------------------
 	Section Title CSS 
----------------------------*/
.section-title {
	position:relative;
	display:block;
	max-width:45rem;
	margin:auto;
	margin-bottom:30px;
	text-align:center;
	padding-right:.9375rem;
    padding-left:.9375rem;
}
.section-title h2 span {
	color:#f2963f;
}
.section-title h2 {
	color:#444444;
}
.section-title h2 span ,
.section-title h2 {
	text-transform:uppercase;
	position:relative;
	font-size:2.25rem;
	line-height:2rem;
	font-weight:600;
	margin-bottom:18px;
}
.section-title-icon {
	position:relative;
	margin-bottom:19px;
}
.section-title-icon:after ,
.section-title-icon:before {
    content:'';
    border-bottom:1px solid #dddddd;
    width:80px;
	margin:auto;
    position:absolute;
    top:50%;
    left:0;
    right:0;
}
.section-title-icon:before {
	margin-right:33.5%;
}
.section-title-icon:after {
    margin-left:33.5%;	
}
.section-title p {
	font-size:1rem;
	color:#777777;
	font-weight:400;
	margin-bottom:0;
	font-family: 'Poppins', sans-serif;
}
/*-------------------------
	Section Title Ends 
-------------------------*/




/*-------------------------
 02 - Useful Elements CSS
-------------------------*/
.section-title-wrapper {
	position:relative; 
	margin-bottom:40px;
}
.section-title { 
	overflow:hidden;
    position:relative;
    text-align:center;
}
.section-title h2 {
	margin-bottom:0px;
    text-transform:uppercase; 
	font-weight:bold !important;
}
.section-title p {
	font-size:1rem;
    text-transform:capitalize;
	margin-bottom:20px; 
}
.section-title-wrapper::after {
    bottom:-6px;
    color:rgb(231, 152, 0);
    content:"";
    font-family:fontawesome;
    font-size:14px;
    height:17px;
    left:0px;
    position:absolute;
    right:0px;
    text-align:center;
    width:39px;
    z-index:9;
    background:none 0px 0px repeat scroll rgb(255, 255, 255);
    margin:0px auto;
}
.section-title-wrapper:before {
    background:#e79800 none repeat scroll 0 0;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width:109px;
}
.section-title-wrapper.light-title h2, .section-title-wrapper.light-title p {
	color:#FFF; 
}
.section-title-wrapper.light-title:before {
	background-color:#FFF;	
}
.section-title-wrapper.light-title::after {
	background-color:#353536;	 
	color:#FFF;
}
.owl-nav {
	text-align:center;
	margin:auto; 
	width:90px;
	margin-top:15px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	
	width:35px;
	height:35px;
	border:1px solid #e79800;
	text-align:center;
	display: inline-block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFF;
	color:#e79800;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	line-height:25px; 
	font-size:1.2rem;
	margin-top:-1px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color:#e79800;
	color:#FFF;		 
}
.space-section .row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.space-section .row .small-12:last-child { 
	margin-bottom:0px;
}
.space-section .row .small-12:first-child {
	margin-top:0px; 
}
.space-section .row .medium-6:nth-child(2) {
	margin-top:0px; 
}
.space-section .row .medium-4:nth-child(2), .space-section .row .medium-4:nth-child(3) { 
	margin-top:0px;
}
.row .sidebar.small-12 {
	margin-top:0px; 
}
/*-------------------------
Useful Elements CSS Ends
-------------------------*/

/*-------------------------
  23 - Products Section 
       CSS
-------------------------*/
.our-store {
	padding-top:60px;
	padding-bottom:60px;
	background-color:#F7f7f7;
}
.our-store .price {
	font-size:15px; 
	text-align:center;
}
.our-store h6 {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}
.our-store h6 a {
	font-size:1rem;
	font-weight:normal;
}
.price .old {
	margin-left:15px;
	font-weight:normal;
	font-size:90%; 
	text-decoration:line-through;
}
.our-store img {
	width:100%;
	height:auto; 
}
.our-store .pro-rating {
	text-align:center; 
	margin-top:10px;
}
.product-img {
	position:relative; 
	min-height:100px;
	width:100%;
}
.product-img img {
	overflow:hidden;
	min-height:100px;
	width:100%; 
}
.product-img .sale {
	position:absolute;
	top:0px;
	left:0px;	 
	font-size:16px;
	padding:10px 10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	background-color:#174873;
}
.pro-buttons {
	position:absolute;
	bottom:40px;
	left:0px;
	width:100%;
	background-color:#ededed;
}
.pro-buttons a {
	font-size:1.2rem;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.pro-buttons ul {
	list-style:none;
	text-align:center; 
	margin:0px;
}
.pro-buttons ul li {
	display:inline;
	margin-left:11px;
	margin-right:11px; 
}
.pro-buttons a {
	text-align:center;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.single-product {
	padding-top:0px;
	padding-bottom:30px; 
}
.our-store .single-product {
	padding-bottom:0px; 
}
.page-filter {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ededed; 
}
.page-filter .pagination {
	text-align:center; 
}
.single-shop .our-store {
	margin-bottom:0px; 
}
.product-thumbnail {
	
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	
}
.product-thumbnail img {
	border-radius:0px 5px 5px 0px; 
	width:100%;
	height:auto;
	position:relative; 
	margin-left: auto;
	margin-right: auto;
}

.product-meta {
	padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 0.875rem;
    margin-top: 10px;
}
.product-share {
	padding-top:15px;
	border-top:1px solid #ededed; 
}
.add-cart-option {
	margin-top:25px;
	margin-bottom:25px; 
}
.add-cart-option input[type=number] {
	max-width:75px; 
	float:left;
	margin-right:20px;
}
.product-detail .price {
	font-size:1.25rem; 
	font-weight:bold;
}
.product-detail h2 {
	font-weight:bold;
}
.single-products-page .price .normal {
	font-size:1.5rem;	 
	font-weight:bold;
}
.price .normal {
	color:#e79800; 
	font-size:1.25rem;
}
.qty {
	max-width:75px; 
}
.cart-item .product-thumbnail img {
	height:100px !important;
	width:auto; 
}
.apply-coupon {
	margin-top:15px; 
}
.products-page .small-12 {
	margin-top:0px !important;
	margin-bottom:0px !important; 
}
.single-product h6 a {
	font-weight:normal;
	margin-bottom:0px; 
}
.accordion-title:focus, .accordion-title:hover {
	background-color:#FFF;
	border-bottom:1px solid #e79800;
	color:#e79800;	
}
.accordion-title {
	font-size:1rem; 
	font-family:'Montserrat', sans-serif; 
	color:#2f2f2f;
}
/*-------------------------
  Products Section End
-------------------------*/

/*-------------------------
 Information Boxes CSS
-------------------------*/
.featured-info, .featured-info-2, .featured-info-3 { 
	position:relative;
	padding:30px 30px;
}
.featured-info { 
	background-color:rgba(10, 104, 177, 0.95);
}
.featured-info-2 {
	background-color:rgba(23, 72, 115,0.95);
}
.featured-info-3 {
	background-color:rgba(10, 104, 177, 0.95);
}
.information-boxes h4, .information-boxes h3 {
	color:#FFF;
	text-align:center;
	text-transform:uppercase; 
	font-weight: bold;
}
.information-boxes h4 a, .information-boxes h3 a {
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
}
.information-boxes {
	text-align:center; 
}
.information-boxes p, .information-boxes ul {
	color:#FFF; 
	text-align:left;
}
.information-boxes .button {
	margin-bottom:0px; 
	margin:auto;
}
.course-page .tabs {
	 text-align:left;
}

/*-------------------------
Information Boxes CSS Ends
-------------------------*/


/*-------------------------
	Services Section CSS
-------------------------*/
.services-section{
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #e6e6e6;
}
.service-box {
	min-height: 100%;
	text-align:center;
	background-color:#fff;
	padding:20px 20px;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
	-moz-box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
	box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
}
.service-box img {
	margin-bottom:15px;
}
.service-icon img {
	border-radius:100%;
    background-color:#f6f6f6;
	margin-bottom:20px;
}
.service-text h4 a {
	color:#444444;
	font-size:1.25rem;
}
.service-text a:hover {
	color:#1c7bb8;
}

/*-----------------------------
	Services Section CSS Ends
------------------------------*/


/*-------------------------
 16 - Brands Carousel
-------------------------*/
.brands-wrap {
	margin-bottom:80px; 
} 
.bran-logo {
	padding:5px; 
}
.bran-logo .thumbnail {
	margin-bottom:0px; 
	border:1px solid #ededed;
	padding:3px;
	opacity:.8;
	height:55px;
	width:auto !important;
}
.bran-logo .thumbnail:hover {
	opacity:1; 
}
.side-controls .owl-controls {
	margin-top:0px; 
} 
.side-controls .owl-prev , .side-controls .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-12.5px;
}
.side-controls .owl-next { 
	right:-20px;
}
.side-controls .owl-prev { 
	left:-20px;
}
.side-controls .owl-controls { 
	margin: auto;
    display: block;
    width: 0px;
	margin-top:0px;
}
.side-controls .owl-nav {
	margin-top:0px; 
}
/*-------------------------
Brands Carousel Ends
-------------------------*/





/*-------------------------
  25 - Footer
-------------------------*/
.footer {
	width:100%;
	position:relative;
}
.footer::after {
	content: "";
    background: url('https://www.eldontaylor.com/images/stock/AdobeStock_118150476.jpg');
    background-size:cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer h2 {
	font-size:19px; 
	margin-bottom:10px;
	font-weight:bold;
}
.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}
.footerTop {
	 padding-top:40px;
	 padding-bottom:40px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.footer .vertical li a {
	padding:8px 0px;
}
.footerbottom {
	width:100%;
	padding-top:15px;
	padding-bottom:5px;
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.quick-links ul {
	width:50%;
	float:left;
}
.socialicons {
	line-height:45px;
	font-size:22px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
.footer {
	background-color:rgba(27, 27, 27, 0.9);
	color:#FFF;
}
.footer a {
	color:#FFF; 
}
.footer p {
	color:#FFF; 
}
.footer a:hover {
	color:#e79800; 
}
.footer h2 {
	color:#f7f7f7;
}
.tx-div {
	background-color:#f2963f;
}
.footerTop ul { 
	color:#FFF;
}
.footerbottom {
	background:#2f2f2f;
	color:#FFF;
}
.footerbottom a {
	color:#FFF; 
}
.footerbottom a:hover {
	color:#e79800; 
}
.address i, .address h4 {
	color:#f7f7f7;
}

/*-------------------------
  Footer CSS ends here
-------------------------*/



/*------------------------------
	About Page
-------------------------------*/
.profile-card {
	text-align:center;
}
.profile-card img {
    width: 100%;
    margin-bottom:15px;
}
.contact-card ul {
    list-style: none;
    margin: 0;
}
.contact-card ul li {
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
    margin-bottom: 1px;
}
.contact-card ul li {
    background-color: #f8f8f8;
}
.contact-card ul li i {
    margin-right:15px;
    color:#f2963f;
}
.contact-card.no-bg ul li a i,
.contact-card ul li a,
.contact-card ul li span {
    color: #444444;
    font-weight: 400;
}

.contact-card.no-bg ul li {
    text-align: center;
}
/*-------------------------
About Page CSS Ends
-------------------------*/



/*-------------------------
 Title Section CSS
-------------------------*/
.title-section {
    padding-top:45px;
    padding-bottom:45px;
    position:relative;
	background-color:rgba(27, 27, 27, 0.9);
	color: #FFF;
	margin-bottom: 40px;
}
.title-section::after {
    content:"";
    background:url('https://www.eldontaylor.com/images/backgrounds/background-Antique-Books-44365114.jpg');
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background-size:cover;
}
.title-section h1 {
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:5px;
	color:#FFF;
}
.title-section ul {
    margin: 0px;
	color: #FFF;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 0.65rem;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #FFF;
}

/*-------------------------
Title Section CSS Ends
-------------------------*/


/*-------------------------
  22 - Sidebars CSS
-------------------------*/
.sidebar a {
    font-size: 0.9375rem;
}

.sidebar .icon-box { 
	margin-bottom:25px;
}
.sidebar .testimonials {
	padding-top:20px;
	padding-bottom:40px; 
}
.widget {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin-bottom:25px;
	padding:15px;
}
.sidebar .widget:last-child {
	margin-bottom:0px; 
}
.widget h2 { 
	font-size: 1.2rem;
    text-align: left;
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
	padding-bottom:10px;
}
.widget .button, .search input[type=text] {
	margin-bottom:0px; 
}
.widget .tags li {
	padding-left:0px;
	padding-right:0px; 
}
.widget .tags li a {
	padding:5px 10px;
	text-wrap:suppress;
	white-space: nowrap;
	margin:5px;
	display:inline-block;
}
.widget .popular-post {
	margin-bottom:8px; 
	margin-top:8px;
	border-bottom:1px solid #ededed;
}
.widget .popular-post:last-child {
	border-bottom:0px;
	margin-bottom:0px; 
}
.widget .popular-post p {
	margin-top:5px; 
}
.widget .popular-post img {
	display: block;
	margin: auto;
}
.sidebar ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.tags {
	list-style:none;
	margin-left:0px; 
	margin-bottom:0px;
}
.tags li {
	display:inline;
	padding-left:0px;
	padding-right:0px; 
}
.tags li a {
	background-color:#ededed;
}
.tags li a:hover {
	background-color:#e79800; 
	color:#FFF;
}
.tags li:first-child {
	padding-left:0px; 
}
.sidebar .tags li a:before {
	content:none;
	margin-right:0px; 
}
.sidebar ol li a {
	line-height:22px;
}
/*-------------------------
  Sidebars CSS Ends
-------------------------*/



/*-------------------------
 15 - Blog Posts Starts
-------------------------*/
.blog-posts {
	background-color:#f7f7f7;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding-top:80px;
	padding-bottom:80px; 
}
.post {
	position:relative; 
}
.post-thumb {
	z-index:2; 
}
.post p {
	
}
.post h4, .post h4 a {
	
}
.post-meta, .post-meta a {
	font-size:12px;
	line-height:20px; 
}
.post-meta {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed; 
}
.post-content {
	background-color:#FFF; 
	width:calc(100% - 30px);
	padding:15px;
	z-index:5;
	margin-top:-30px;
	position:relative;
	margin-left:15px;
}
.load-more .button {
	margin-top:15px;
	margin-bottom:0px; 
} 
article figure img {
	margin-top:15px;
	margin-bottom:15px;
	display: block;
}
article .post-excerpt img {
	margin-top:15px;
	margin-bottom:15px;
	display: block;
}
/*-------------------------
Blog Posts Ends
-------------------------*/


/*-------------------------
21.6 - Blog Page
-------------------------*/
.widget .screen-reader-text {
	display: none;
}
.pagination {
	text-align:center; 
	margin-bottom:0px;
	margin-top:30px;
}
.pagination .current {
	background:#174873;
	padding:0px;
}
.pagination .current a {
	color:#FFF; 
}
.pagination .current a:hover, .pagination a:hover {
	background-color:#174873; 
	color:#FFF;
}
.blog-page .featured-image {
	position:relative; 
	
}
.blog-page .blog-post {
	border-bottom:1px solid #ededed;
	margin-bottom:30px; 
}

.meta-tags, .blog-post .meta-tags i {
    color:#f2963f;
}
.meta-tags ,
.meta-tags i span ,
.meta-tags i a {
	font-size:0.9375rem;
	font-weight:400;
	
}
.meta-tags i span ,
.meta-tags i a {
	color:#9C9C9C;
}
.blog-post .meta-tags {
	position:relative;
	margin-bottom:4px;
}
.blog-post .post-excerpt h4 {
	font-weight:bold;
}
.blog-post .post-excerpt p {
	color:#777777;
}
.blog-post .post-excerpt p a {
	color:#777777;
}
.blog-post .thumbnail {
	border: 4px solid #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
	box-shadow: 0 0 0 1px rgba(10,10,10,.2);
}
.sharing-posts {
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-share a {
	margin-right:10px;
	margin-left:10px; 
	padding-top:0px;
	padding-bottom:0px;
}
.post-tags .tags li a {
	border:0px; 
	background-color:transparent;
	color:#3b3d42;
	padding-left:7px;
	padding-right:7px;
}
.post-tags .tags {
	margin-bottom:0px; 
}
.single-post .sharing-posts  .small-12{
  	margin-top : 0px;
	margin-bottom: 0px;
}
.author-box {
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}
.content-section .events-wrapper .event {
	border:1px solid #ededed; 
	height: 100%;
	
}
.nav-links a .post-title {
	text-decoration: underline;
	color:#1468a0;
}
.content-section h2 {
	font-weight:normal; 
}
.content-section label {
	font-weight:bold;
}
.contact-info {
	margin-bottom:25px; 
}
.content-section h4 {
	font-weight:normal; 
}
/*-------------------------
 11 - Seminar/Events CSS
-------------------------*/
.seminar-events {
	position:relative;
	padding-top:80px;
	padding-bottom:80px; 
	background-color:rgba(47, 47, 47, 0.9);
}
.event {
	background-color:rgba(255,255,255,0.95);
	border-radius:5px;
	padding:0px 0px; 
}
.event-data {
	padding-top:15px;
	padding-bottom:15px; 
}
.event h4 a {
	font-weight:normal;
}
.event .button {
	margin-bottom:0px; 
}
.event .event-thumb {
	position:relative; 
	padding-right:0px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.event .event-thumb img {
	border-radius:5px 5px 5px 5px; 
	width:100%;
	height:auto;
	margin-left:1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.event-date {
	background-color:transparent;
	position:absolute;
	top:0px;
	left:100%;
	text-transform:uppercase;
	font-weight:normal; 
	font-family:'Montserrat', sans-serif;
	font-size:1.5rem;
	text-align:center;
	color:#2f2f2f;
}
.event-day {
	background-color:#e79800;
	color:#FFF;
	display:block;		 
	margin-bottom:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.event-month {
	background-color:#e79800; 
	color:#FFF;
	display:block;
	margin-top:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.events-wrapper .columns:nth-child(3), .events-wrapper .columns:nth-child(4) {
	/*margin-top:30px;*/
}
/*-------------------------
Seminar/Events CSS Ends
-------------------------*/




/* Small screen only */
@media screen and (max-width: 39.9375em) {
	.social-icons {
	margin-left: 25%;
	text-align: center;
	}
	.welcome-section {
	margin-left: 0px;
	margin-right: 0px;
	}
	.event .button {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 120px;
}
	.event-data h4 {
		text-align: center;
		font-weight: bold;
	}
	.event-data p {
		text-align: center;
	}
		
	h2 {
		font-size: 2.2rem!important;
		line-height: 2.6rem!important;
	}
	h3 {
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
	}
	.sidebar .widget h2 {
		font-size: 1.2rem!important;
		line-height: 1.4rem!important;
}
	.header-banner {
		display: none;
	}
	.header-banner-small{
		display: contents;
	}
	.image-float-left-big-inline-small, .image-float-right-big-inline-small {
		float: none !important;
		display: block !important;
		margin: auto auto 10px auto !important;
		align-content: center !important;
	}

	
	
	/*-------------------------
  26.2 Mobile Footer Settings
-------------------------*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
.time-table {
	text-align:center; 
}
.logo {
	text-align:center;
	margin:auto;
}
.logo-small {
	text-align:center;
}
.row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.row .small-12:last-child { 
	margin-bottom:0px;
}
.row .small-12:first-child {
	margin-top:0px; 
}
.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.text-medium-right {
	text-align:center !important; 
}
.topbar .socialicons {
	text-align:center; 
}
.call-to-action i {
	display:block;
	margin:auto;
	margin-bottom:15px; 
}
.call-to-action h2 {
	text-align:center; 
}
.call-to-action h2 span {
	margin-left:10px; 
}
.call-to-action .button {
	display:table;
	margin:auto; 
}
	
}


/* Medium screen and up */
@media screen and (min-width: 40em) {
	.social-icons {
	padding-top: 20px;
	float: right;
	}
	.welcome-section {
	margin-left: 0px;
	margin-right: 0px;
	}
	.header-banner-small {
		display: none;
	}
}



/* Medium screen only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header-banner-small {
		display: none;
	}
	
}


/* Large screen and up */
@media screen and (min-width: 64em) {
	.welcome-section {
	margin-left: 5%;
	margin-right: 5%;
}
	.header-banner-small {
		display: none;
	}
}


/* Large screen only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
.header-banner-small {
		display: none;
	}
	
}
