/*
Theme Name: fa_minamaze
fa_minamaze_styles.css 
Custom styles for fa_minamaze theme
Author: RM 

00. @IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Notification Bar
07. MAIN CONTENT
	-Breadcrumbs
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
11. IE STYLES
12. SAFARI STYLES
13. MISC
*/




/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;	
	font-family: Open Sans, Helvetica, Arial;
	font-size: 16px;
	line-height: 1.7;
	word-wrap: break-word;
}

/* Links */
a, a:visited {
	color: #CC6666;
}

.entry-meta a, .entry-meta a:visited {
	color: #AAA;
}


a:hover {
	color: #996666;
}

.menu-item  a {
	color: #777777;
}

h1 {
    font-size: 24px; /*28px*/
}

h2 {
	font-size: 22px; /*24px*/
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
 /*#pre-header-core,*/
#header-core 
/*#header-links-inner,
#content-core,
#footer-core,
#sub-footer-core,
#notification-core,
#introaction-core,
#outroaction-core*/ {
	display: block;
	max-width:1180px;/*960px*/
	margin: 0 auto;
	}

.wrap-safari, #pre-header-core {

	max-width:1180px;/*960px*/
}
/*.page-template-default #content-core{
	display: block;
	max-width:780px;
	margin: 0;
}*/

/* Remove headings bottom border */
#intro.option1 #intro-core::after, #intro.option1 #intro-core::before, #sidebar h3.widget-title::after {
	display: none

}


#content {
   /* clear: both;
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 10px;*/
}
/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: .8;
}

article img {
	/*border: 1px solid #666666;*/
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100% !important;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
}



	
/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */

.nav-previous a, .nav-next a {
	color: #AAA !important;
	background: none;
	font-size: 16px;
	/*text-decoration: underline; content: '\F101';*/
}

.nav-previous a:hover, .nav-next a:hover {
	color: #333 !important;
	background: none;
}

.fa-angle-left::before {
    content: "\f104";
}

.fa-angle-left::before {
    content: "\f100";
}
.fa-angle-right::before {
    content: "\f101";
}

/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Moving sub-menu items right */
#pre-header .header-links .sub-menu a,
#pre-header .header-links .sub-menu a span,
#pre-header .header-links .sub-menu .menu-parent > a:before,
#header .header-links .sub-menu a,
#header .header-links .sub-menu a span,
#header #header-core .sub-menu .menu-parent > a:before {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#header .header-links > ul > li a {
    color: #333;
    padding: 35px 20px 15px;/* 25px 20px*/
    font-size: 15px;
}
 
#header .header-links .sub-menu a {
    border-bottom: 1px solid #303030;
    color: white;
    font-size: 12px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px 0 10px;
}

#header .header-links li:last-child .sub-menu {
	right: 0;
}

#pre-header-links-inner, #pre-header-social, #pre-header-search {
    display: table-cell;
    float: right;
    vertical-align: middle;
}

#pre-header .header-links .sub-menu a:hover {
	padding-right: 20px;
}
#header .header-links .sub-menu a:hover {
	padding-right: 20px;
}
#pre-header .header-links .sub-menu a:hover span,
#header .header-links .sub-menu a:hover span {
	margin-left: 0;
	
}
#header .sub-menu li:hover {
	padding-left: 10px;
	background: #333333;
}

#header-responsive-inner .sub-menu li:hover {
	padding-left: 0;
}

/* =Main
----------------------------------------------------------------------------- */


#header {
	/*background: url("images/basil_134w.png") no-repeat scroll -12px 0 / 100px auto rgba(0, 0, 0, 0);*/
    background-color: #ffde17;
}


.site-description {
	display: none; /*RM 3-12-2020*/
}
#logo {
	
}
#logo a {
	
}
#logo img {
	width: auto;
	max-height: 70px;/*80px*/
	display: block;
	margin: 0 auto 12px;
}

/* RM from minamaze support - display logo and text */
#logo a {
  display: flex !important;
  align-items: center;
}

#logo a:after {
  content: "Friendship Office of the Americas";
  font-size: 24px; /* Add your desire font size */
  color: #000; /* Add your desire color */
  font-family: georgia, serif;
  padding-left: 30px;
}

#logo h1 {
	font-family: "Give You Glory";
	font-size: 44px;/*48px*/
	margin: 4px 0 4px 10px;
}

#pre-header {
    /*background: none repeat scroll 0 0 #CC3333;
    background-image: url('images/bg_top_05.png');
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: 0px 0px 5px 2px #999;
	-moz-box-shadow: 0px 0px 5px 2px #999;
	-ms-box-shadow: 0px 0px 5px 2px #999;
	-o-box-shadow: 0px 0px 5px 2px #999;
	box-shadow: 0px 0px 5px 2px #999;*/
}


/* Header */



/* =Slider
----------------------------------------------------------------------------- */
#slider, .thinkupslider-sc {
    padding: 0;
}

#slider-core {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
}

.slider-full #slider .rslides-container {
    padding: 0;
}

.slider-full #header-core {
	max-width: 1180px; /*960px*/
}


.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #EEEEEE;
}

/* =Intro Options
----------------------------------------------------------------------------- */
 
 
/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */

h1.page-title {
	font-size: 20px;
	line-height: 1.2em !important;
}

/* =Buttons
----------------------------------------------------------------------------- */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFF;
	text-align: center;
	border: none;
	background: #666666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton {
	color: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #555555;
}



/* =Breadcrumbs
----------------------------------------------------------------------------- */



/* =Pre-Designed Homepage
----------------------------------------------------------------------------- */

#slider .featured {
	padding-left: 4px;
}
/*.rslides-content-inner .featured,*/ .rslides-content-inner .featured-title, .rslides-content-inner .featured-excerpt/*, .rslides-content-inner .featured-link*/ {
	background: rgba(0, 0, 0, 0.13);
	padding: 0 0 0 10px;
}

 .rslides-content-inner .featured-link a {
	background: rgba(0, 0, 0, 0.4);
	padding: 0 0 0 10px;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides1_on .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}



/* =Call to Action / Attention Grabber
----------------------------------------------------------------------------- */

/*#introaction,
#outroaction { 
	padding: 10px;
}
#introaction-core,
#outroaction-core {
	padding: 20px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #EEE;
}
.action-text.three_fourth,
.action-button.one_fourth,
.action-text h3,
.action-text p,
.attention_text.three_fourth,
.attention_button.one_fourth,
.attention_text h3,
.attention_text p {
	margin-bottom: 0px;
}*/
.action-text h3,
.attention_text h3 {
	font-size: 26px;
    font-weight: bold;
	margin-top: 0px;
}
.action-text p {
	font-size: 18px;
}/*
.action-text h3,
.action-text p,
.attention_text h3,
.attention_text p {
	margin-left: 10px;
	margin-right: 10px;
} */
.action-button h4,
.attention_button h4 {
	background-color: #ffde17;
	/*background-image: url('images/bg_top_05.png');*/
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 20px;
	margin: 0px 10px;
	color: #333;
	border: 1px solid #777;
	border-radius: 4px;
}


.action-button h4:hover,
.attention_button h4:hover {
	background-color: #999;
}

/* Archive (category) pages RM */

.cat_desc {
	font-size: 16px;
}



/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	background: #333;
	border-top: 6px solid #222222;
	border-bottom: 1px solid #111;
	padding: 15px 10px;
}


#footer-core a {
	color: #FFFFFF;
}	




/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

#sidebar {
	
}

/* Right Sidebar Layout */
.layout-sidebar-right #main {
	float: left;
	width: 70%;/*75%*/
	display: block;
}

.layout-sidebar-right #sidebar {
    display: block;
    float: left;
    width: 30%; /*25%*/
}

/* this to get rid of border for right col blank placeholder widget RM */ 
#sidebar .textwidget, #sidebar .widget {
    border: none;
	margin-bottom: 10px; /*35px*/
	padding: 8px;
	 /*background-color: #fdf9c7;#ffde17;*/
}

#sidebar .widget {
   /* border: solid 1px #999;
	border-radius: 3px;
	color: #333;*/
}

#footer .widget {
	font-size: 13px;
}

#sidebar h3.widget-title {
	position: relative;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
	font-weight: bold;

}

.widget ul {
    border: none;
}

#sidebar h3.widget-title::before {
    border-bottom: 5px solid #999; /*#ffde17*/
}


.widget li {
    border-bottom: 1px solid #CCC;
}

#sidebar .widget li a {
    color: #CC6666; /*#999;*/
}

#sidebar .widget li a:hover {
    color: #996666;
}



.ms-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.255);
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 40px;
    opacity: 8;
    padding: 0 4px 0 10px;
    width: 84%;
}



/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */
.entry-meta .author, .icon-folder-open, 	.fa-calendar-o /*, .entry-meta .date*/ {
	display: none;
}

.entry-meta > span {
	font-size: 15px;
}


.entry-meta {
    margin: 0 0 0 4px;
}

.blog-article {
	padding: 10px;
	margin-bottom: 20px;
	border: none; /*1px solid #E0E0E0;*/
}
.blog-article .entry-header {
	
}

.blog-article .blog-title {
    font-size: 20px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
}

.blog-article .blog-title a, .blog-article .blog-title a:visited {
	color: #000;
}

.blog-article .blog-title a:hover {
	color: #cc6600;
}

#intro.option1 {
    margin-bottom: 4px;
}

/* ---------------------------------------------------------------------------------------
	13. MISC
--------------------------------------------------------------------------------------- */


.moretag_wrap {
	margin-top: 2px;
}

.moretag_wrap a {
	color: #FFF;
    text-align: center;
    border: none;
    background: #CCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.moretag_wrap a:hover, .blog-article .more-link:hover {
    background: #999;
}

.moretag_wrap a::after {
	font-family: FontAwesome;
	content: '\F101';
	padding-left: 5px;
}

}

 /* =Contact Form 7 
 --------------------------------*/
 
 .wpcf7 input {
 	max-width: 340px;
 }
 
 
blockquote, q {
	display: block;
	font-size: larger;
	padding: 10px 0 10px 20px;
	border-left: 2px solid #F33F3F;
}
blockquote:before, q:before,
blockquote:after, q:after {
	font-family: "Times New Roman", Arial, Helvetica;
	font-weight: bold;
	font-size: larger;
	line-height: 0px;
}
blockquote:before, q:before {
	content: none;
	padding-right:5px;
}
blockquote:after, q:after {
	content: none;
	padding-left:5px;
}
 
/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {
 
 	
}
	
@media only screen and (max-width: 1010px) {
	#logo h1 {
		font-size: 36px;/*48px*/
		margin: 4px 0 4px 8px;
	}


}

/* Desktop / Laptop */
@media only screen and (max-width: 960px) {
 

}


 
@media only screen and (max-width: 920px) {
	#logo h1 {
		font-size: 32px;/*48px*/
		margin: 4px 0 4px 8px;
	}

}
 
@media only screen and (max-width: 880px) {

	#logo h1 {
		font-size: 40px;/*48px*/
		margin: 4px 0 4px 8px;
	}
	/* Header */
	#header {
		padding: 10px 10px 20px;
	}
	#logo {
		float: none;
		position: static;
		text-align: center;	
		margin: 0 10px 10px;
	}
	#logo img {
		max-height: 80px;
		margin: 0;
		height: 80px;
	}

	#header-links,
	#pre-header-search {
		display: none;
	}
	#header-responsive {
		display: block;
		width: 100%;
	}
	#header-responsive ul {
		margin: 0;
	}
	#header-responsive li {
		list-style: none;
	}
	#header-responsive .sub-menu li,
	#header-responsive .sub-menu li:hover {
		padding: 0;
	}
	#header-responsive li a {
		display: block;
		padding: 10px 25px;
		border-bottom: 1px solid #F0F0F0;
		font-size: 14px;
	}

	#header-responsive .sub-menu li a {
		padding: 10px 0;
	}

	#header-responsive li a:hover,
	#header-responsive li.current_page_item > a {
		color: #F33F3F;
	}
	#header-responsive-inner {
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
	}
	.nav-collapse {
		overflow: hidden;
		height: 0;
	}
	.btn-navbar {
		display: block;
		padding: 10px 10px;
		background-color: #333;
		border: 1px solid #222;
	}
	.btn-navbar .icon-bar {
		display: block;
		width: 20px;
		height: 3px;
		margin: 0 0 0 auto;
		background-color: #FFF;
	}
	.btn-navbar .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	.nav-collapse.collapse {
		-webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		-ms-transition: height 0.35s ease;
		-o-transition: height 0.35s ease;
		transition: height 0.35s ease;
		position: relative;
		overflow: hidden;
		height: 0;
	}

}
	
/* iPad & Tablet */
@media only screen and (max-width: 768px) {
	
	.layout-sidebar-right #main {
    	float: left;
    	width: 100%;
    	display: block;
	}
	#sidebar {
		display: block !important;
		width: 100%;
		text-align:center;
		float: none;
	}
 	#sidebar h3.widget-title:before {
 		display: none;
		/*content: '';
		position: absolute;
		bottom: 0px;
		width: 100%;
		border-bottom: 1px solid #EEE;*/
	}
	.layout-sidebar-right #sidebar { /*RM*/
		display: block;
		float: none;
    	width: 100%;
		max-width: 400px;
		text-align: left;
	}

	#sidebar h3.widget-title   {
    	border-bottom: 5px solid #999; /*#ffde17*/
	}
}


/* Small Tablets & Larger Phones */
@media only screen and (max-width: 685px) {

	/* Main */
	#pre-header-links-inner {
		display: block !important;
	}

}


/* iPhone (Landscape) */
@media only screen and (max-width: 568px) {

 	/* =Contact Form 7 
 	--------------------------------*/
 	.wpcf7 input {
 		max-width: 300px;
 		max-width: 80%;
 	}
 
 	#logo h1 {
		font-family: "Give You Glory";
    	font-size: 38px;
    	margin: 4px 0;
	}
	
	#logo a::after {
		font-size: 22px;
    	padding-left: 10px;
	}
	
	.blog-article .entry-content {
    	margin-top: 0;
	}
}



@media only screen and (max-width: 440px) {
	#logo h1 {
		font-size: 32px;
    	margin: 4px 0;
	}
	body {
		padding:0;
	}
}

@media only screen and (max-width: 401px) {

	#logo h1 {
		font-size: 28px;
    	margin: 4px 0;
	}
}

/* iPhone (Portrait) */
@media only screen and (max-width: 320px) {

	/* Single Post Share */
	#shareicons a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.commentlist .children {
	margin: 0 0 0 25px;
	}
	
	/* Portfolio */

	/* Shortcodes */

}


/* Retina Display */
@media only screen and 
        (-webkit-min-device-pixel-ratio: 1.5), only screen and 
        (-o-min-device-pixel-ratio: 3/2), only screen and 
        (min-device-pixel-ratio: 1.5) {


}














