/* ar_styles.css */


/*
Theme Name: AR Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */



 

@media only screen and (max-width: 782px) {
 
}

@media only screen and (min-width: 652px) {

 
}


body {
    font-size: 15px;

}
main {
	
}



#masthead-wrap {
	background: #000;
	margin: 0;
	max-width: 100%;
}

#masthead {
	background: #000;
}

#top-1-sidebar {
	text-align: right;
	filter: brightness(1.2) saturate(30%);
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 9999;
	display: block;	
	margin: 0;
	padding: 0 6px 0 0;
}

#top-1-sidebar div {
	margin: 0;
}
.site-branding {
 
}


.site-logo .custom-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: auto;
	max-height: 140px;
	height: auto;
	display: inline-block;
	width: auto;
}
/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}


.entry-content .wp-audio-shortcode,
.entry-content.page-wide > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	max-width: 1100px; /*var(--responsive--aligndefault-width);*/
	margin-left: auto;
	margin-right: auto;
}


/* Top Nav */

.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited ,  #primary-mobile-menu .dropdown-icon { 
    color: #DDD;
}

.primary-navigation .sub-menu {
	border-color: #666666;
}

.primary-navigation {
 	margin-top: 30px;
}
.nav-donate-link {
	background: #666666;
    border-radius: 4px;
}

.nav-donate-link:hover {
	background: #999999;
    border-radius: 4px;
}

.nav-donate-link a {
	padding: 12px 20px !important;
}

.footer-navigation .nav-donate-link {
	background: transparent;
    border-radius: 0;

}

.footer-navigation .nav-donate-link a {
	padding: var(--primary-nav--padding) 0 !important;
}


.site-main {
	
}

.home .site-main {
	padding-top: 0;
}

.singular .entry-title, .page-title, .entry-title {
    font-size: 32px;
}

.page-header {
	/*border-bottom: none;
	margin-bottom: 10px;*/
}

.site-header {
    padding-top: 0;
}

.site-logo { 
	margin: 2px 0 6px 0;
}
.site-title > a {
	text-decoration: none;
}

.search-result-count {
	margin-top: 0;
	margin-bottom: 0;
}

:root .is-gigantic-text, :root .has-gigantic-font-size {
    font-size: 32px;
    line-height: var(--global--line-height-heading);
    font-weight: var(--heading--font-weight-page-title);
}


.singular .entry-header {
    border-bottom:none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Footer */

.widget-area {
    margin-top: 20px;
	padding-top: 0;
}

.footer-navigation {
    margin-top: 20px;
	padding-top: 0;
}



input[type="submit"]:not(:hover):not(:active):not(.has-background), input[type="reset"]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
    background-color: #ccc;/*var(--global--color-primary)*/
}

.ngg-slideshow button:not(:hover):not(:active):not(.has-background){
	background-color: transparent;
}


td {
	border: none !important;
		
}

td {
	border: none !important;
	padding-bottom: 20px !important;
}



/*    NextGen stuff RM */

.ngg-albumoverview.default-view .ngg-album-compact {
	border: none !important;
	background-color: #222;
	box-shadow: 0 0 4px 2px rgba(150,150,150,.1);
}

#fancybox-outer {
	background-color: #000 !important;
}

#fancybox-content {
	 border-color: #000 !important;
}

.fancybox-title-inside {
	color: #ddd !important;
	background: #000 !important;
}

.ngg-gallery-thumbnail-box {
   /* margin: 2px;*/

}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    margin-right: 5px;
    margin: 5px;
}

.sl-overlay {
	background: #333 !important;
    opacity: 0.8 !important;
}

.sl-wrapper .sl-navigation button,.sl-wrapper .sl-close {
	color: #FFF !important;
}

.sl-wrapper .sl-image img {
    /*border: 2px solid #222 !important;*/
}



#fancybox-overlay {
	opacity: 0.97 !important;
	background-color: #333 !important;
}

#fancybox-left-ico, #fancybox-right-ico {
	opacity: 0.7;
}

#fancybox-left-ico:hover, #fancybox-right-ico:hover {
	opacity: 1;
}

#fancybox-left-ico {
    left: -26px !important; /*10px*/
}
#fancybox-right-ico {
    left: auto !important;
    right: -26px !important; /*10px*/
}
/* Forms */


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], .site textarea {
    border: none;
    border-radius: var(--form--border-radius);
    color: var(--form--color-text);
    line-height:1;
    /*padding: 0 0 0 8px;*/
    margin: 0 2px;
    max-width: 100%;
}

.site .button, button, input[type="submit"], input[type="reset"], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
    border: var(--button--border-width) solid transparent;
    border-radius: var(--button--border-radius);
    cursor: pointer;
    font-weight: var(--button--font-weight);
    font-family: var(--button--font-family);
    font-size: var(--button--font-size);
    line-height: 1;
    padding: 4px 10px;
    text-decoration: none;
}


.is-dark-theme input[type="text"], .is-dark-theme input[type="email"], .is-dark-theme input[type="url"], .is-dark-theme input[type="password"], .is-dark-theme input[type="search"], .is-dark-theme input[type="number"], .is-dark-theme input[type="tel"], .is-dark-theme input[type="date"], .is-dark-theme input[type="month"], .is-dark-theme input[type="week"], .is-dark-theme input[type="time"], .is-dark-theme input[type="datetime"], .is-dark-theme input[type="datetime-local"], .is-dark-theme input[type="color"], .is-dark-theme .site textarea {
    background: #CCC;
}


/* Ninja forms */

.nf-form-wrap {
	max-width: 700px;
	margin: 0 auto;
}


.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    background: #AAA!important;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
}


/* social media feather share btns */



.social_share_wrap {
	text-align: right;
}

.home .social_share_wrap {
	display: none;
}

.social_share {
	
}

.social_share a:hover, .social_share a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social_share a img:hover {
	opacity: 0.85;
}

.master-slider-parent {
	margin-top: 0;
}

@media only screen and (min-width: 800px) {

}

@media only screen and (min-width: 482px) {
 
 
.site-header {
    padding-bottom: 0;
}

.primary-navigation {
 
 }

.primary-navigation a {
		display: block;
		font-family: var(--primary-nav--font-family);
		font-size: 18px; /*var(--primary-nav--font-size);*/
		font-weight: var(--primary-nav--font-weight);
	}


.site-branding {
 
}

.site-title {
 
}

table, .wp-block-table {
    width: 100%;
    min-width: 240px;
	max-width: 800px !important;
    border-collapse: collapse;
}

}

@media only screen and (max-width: 960px) {

/* gallery stuff  */
.gallery_list {
	margin-left: 12px !important;
}

}


@media only screen and (max-width: 752px) {

div#main_content {
	width: 100%;
	text-align: center;
}

div#banners {
	float: left;
	margin: 40px 0 0 0;
	width: 100%;
	text-align: center;
}

}


@media only screen and (max-width: 540px) {

td {
    width: 98%;
    float: left;
    text-align: left;
    margin-bottom: 6px;
}

.gal_cat_row{
	border-bottom: 1px solid #999999;
	margin-bottom: 12px;
}

}

@media only screen and (max-width: 500px) {

.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited   { 
    color: #333;
}

.nav-donate-link {
	background: transparent;
    border-radius: 0;
}

.nav-donate-link a {
	padding: var(--primary-nav--padding) 0 !important;
}

}

@media only screen and (max-width: 481px) {

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: 4px; /*calc(0.5 * var(--global--spacing-vertical));*/
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		/*max-height: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit)) + 1.7em);*/
		max-height: 90px;
	}
	
	#masthead {
		height: 96px;
	}
	.primary-navigation {
 		margin-top: 16px;
	}
}
@media only screen and (max-width: 420px) {


#main {
    padding: 0 8px;
}
#fancybox-wrap {
	top: 100px !important;
}


#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -10 !important;/* 0   -9999px*/
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-right-ico {
    left: 100px !important;/* 70px -9999px*/
}

/*#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 80%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}*/

}