/*
Theme Name: Splendid
Theme URI: http://www.medialayout.com
Author: Medialayout Team
Author URI: http://www.medialayout.com
Description: Powerful theme
Version: 1.9
License: GNU General Public License
License URI: license.txt
Text Domain: splendid
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.2 Default
--------------------------------------------------------------*/

.bypostauthor {

}

#footer .social-icons a {
	opacity: 1;
	font-size: .7085em;
	color: #333E48;
}

#footer .social-icons a:hover {
	color: white;
}
#header #preheader.style3 .social-icons a:hover {
	color: #FDC42D;
}

#footer .social-icons .footer-email a {
	color: #333E48;
}
#footer .social-icons .footer-email:hover {
	font-weight: bold;
	color: #333E48;
}
.back-to-top:before,
#footer .back-to-top:hover {
	background-color: #ffc627 !important;
}
.back-to-top:hover:after {
	color: #333E48 !important;
}
#header #main-nav .menu ul ul li.current-menu-parent>a,
#header #main-nav .menu ul ul li.current-menu-item>a {
	color: #ffc627;
}
ul, ol {
	margin: 10px 0;
	padding-left: 40px;
}
.main-content ul {
	list-style-position: outside;
}
#primary-nav .last-menu-item ul ul {
	left: -100% !important;
}

.content-box.style11 .icon:hover,
#info-block .content-box.style1 .icon:hover i,
#info-block .wpb_column:hover {
	cursor: pointer !important;
}
a {
	font-weight: 500;
}
@media only screen and (min-width: 1000px) {
	#main-nav .mn-sub .menu-item-has-children li i {
		display: none;
	}
	#header  #main-nav .menu a i {
		position: absolute;
	  	right: 20px;
		top: 15px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	#main-nav .menu  a {
		color: #ffc627;
	}
	#main-nav .menu ul ul a {
		color: #fff !important;
	}
	#header  #main-nav .menu a i {
		display: none;	
	}
}
