/* @override 
	http://conservatives.local/wp-content/themes/conservatives/style.css */

/*
Theme Name: Conservative
Description: A patriotic theme.
Version: 9.7
Requires at least: 6.9
Requires PHP: 7.0
*/

/* @group reset */
*{border:0;font-size:100%;font:inherit;vertical-align:baseline;padding:0;margin:0;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;max-width:100%}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}pre{border:1px solid rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:100%;overflow:auto;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}blockquote{font-size:19px;font-style:italic;font-weight:300;line-height:1.2631578947;margin-bottom:24px}button,input,select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal;margin-top:0;margin-bottom:4px}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}hr{background-color:rgba(0,0,0,0.1);border:0;height:1px;margin-bottom:23px}ol,ul,li,dl,dd{font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
*, *::before, *::after {
  box-sizing: border-box;}
  
*:focus:not(input):not(textarea):not(select):not(summary) {
  text-decoration: underline; }
  
a.skiptomain {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
    
a.skiptomain:focus {
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 0 35%;
    padding: 25px;
		outline: 3px solid red;
    text-align: center;
    z-index: 999;
		color: #fff;
		font-size: 1.4em;
		background: #000; }
		
a.skiptoaccess {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
    
a.skiptoaccess:focus {
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 0 35%;
    padding: 5px;
    outline: 3px solid #e90a8a;
    text-align: center;
    z-index: 999;
    color: #fff;
    font-size: 1.4em;
    background: #000; }

/* @end */  
/* @group layout */
  
body {
  color: #000;
	display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  flex-grow: 1; }

header {
  width: 100%;
  position: relative;
  z-index: 10;
	background: -webkit-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: -moz-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: -ms-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	margin: 0 0 -3em;
	padding: 40px 0 0; }
  
footer {
  text-align: center;
	width: 100%;
  color: #fff;
	background: -webkit-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: -moz-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: -ms-radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
	background: radial-gradient(ellipse farthest-corner, #354467 0%, #283857 100%) #fff;
  padding: 2.5em 0 1em;}

.flex {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start; }

@media screen and (max-width: 750px) {
  .flex {
    flex-flow: row wrap;    }}

a {
  transition: all .3s;}
    
/* @end */
/* @group content */

.main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;}
    
/* .main > *:first-child {
 	margin-top: 0; }*/

/*:not(.alignwide)*/
/* :not(.wp-block-gallery) */

.main > *:not(#modal-container):not(.section):not(.breadcrumbs):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignwide):not(.wide):not(ul.page-numbers):not(.bottom_nav):not(.splide) {
	max-width: var(--wp--style--global--content-size);
	width: 92%;
  margin-left: auto;
  margin-right: auto; }
	
.content,
.nextnav,
.wp-block-columns:not(.alignwide) .wp-block-group__inner-container {
  width: 92%;
  max-width: var(--wp--style--global--content-size);
  padding: 0;
  margin: 0 auto;
  position: relative;}
  
.alignwide {
	width: 92%;
	max-width: var(--wp--style--global--wide-size);
	margin-right: auto;
	margin-left: auto; }
	
.alignfull {
	width: 100%;
	max-width: 100%; }

.content.full {
  width: 100%;
  padding: 0;
  margin: 0 auto;}

header .content.full {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
	align-items: center;
	justify-content: center; }

/* @end */



/* @group Logo/Header */

.logo {
  flex: auto;
  min-width: 250px;
  position: relative;
  z-index: 100 !important;}

.logo img {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
	margin: auto; }

.main .content img {
    max-width: 100%;
    height: auto;}

/* @end */
/* @group Special Notice */

.special_notice {
  color: #fff;
  background: #333;
  margin: 0;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 14px;}

.special_notice h6 {
	color: #fff;
  margin: 0;
  padding: 5px 0 0;}

.special_notice p {
	font-size: 1rem;
  margin: 0;
  padding: 0;}
  
.special_notice a:link,
.special_notice a:visited {
	color: #fff; }
	
.special_notice a:hover {
	color: #eee; }

/* @end */
/* @group Breadcrumbs */

.breadcrumbs {
	margin-top: 6em;
	margin-bottom: -3em; }

.breadcrumbs nav {
	padding: 1px 0 5px;
	margin: 0 auto; }

ol.breadcrumb li.active {
	font-weight: 700; }

ol.breadcrumb {
	font-size: 1rem;
	margin: 1em auto;
	padding: 0;
	text-align: center; }
    
/* @end */








/* @group Next Nav - Single */

.nextnav {
  display: flex;
  justify-content: space-between;}

.navleft, 
.navright {
    flex: 50%; }

.navleft {}

.navright {
    text-align: right;}

.nextnav a:link, 
.nextnav a:visited {
    font-weight: 700;
    text-decoration: none;}

.nextnav em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1.4rem;
    color: #888;}

.nextnav a:hover {
    color: #888;}

.nextnav p {
    /*single.php*/
    font-size: 2em;
    line-height: 1.2em;
    margin: 1em 0 1.3em 0;}

.nextnav p.button {
    /*index.php*/
    position: relative;
    margin: 1em 0;}

.nextnav .navleft p a:hover {
    color: #888;}
    
@media screen and (max-width: 580px) {
    .navleft, .navright {
        width: 98%;
        font-size: .9em;    }
}


/* @end */
/* @group PAGE NUMBERS */

ul.page-numbers,
.bottom_nav {
	background: #eee; }

ul.page-numbers {
	font-size: 1.5em;
	line-height: 1.5em;
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	justify-content: center; }

ul.page-numbers li {
  flex: 0 0 auto;
  margin: 5px 1px;
	padding: 0; }

ul.page-numbers li span.dots {
  margin: 10px 7px 0;
  display: inline-block; }

ul.page-numbers li span.current, 
ul.page-numbers li a {
	padding: 5px 14px 6px;
	display: block;
  color: #fff;
  background: #333;
	margin: 0 2px; }

ul.page-numbers li a:link, 
ul.page-numbers li a:visited {
  background: #777;
  color: #fff;
  text-decoration: none; }

ul.page-numbers li a:hover {
  background: #000; }

@media screen and (max-width: 580px) {
	
	ul.page-numbers li span.dots,
	ul.page-numbers li span.current,
  ul.page-numbers li a:not(.prev, .next) {
      display: none; }

  ul.page-numbers li {
      flex: 1 0 auto;
      margin: 5px 0; }

  ul.page-numbers li a.next {
      text-align: right; }
}

/* @end */
/* @group page links */

.nextnav.page_links p.button a, 
.nextnav.article_links p.button a {
    color: #333;
    padding: 0;
    font-weight: 600;
    margin: 1em 0;
    text-decoration: none;
    background: none;
    box-shadow: none;
    width: 100%;}

.nextnav.page_links p.button a:hover, 
.nextnav.article_links p.button a:hover {
    color: #777;}

.nextnav.page_links p.button a, 
.nextnav.article_links p.button a {
    line-height: 1.3em;
    padding-top: 0;
    width: 100%;}

@media screen and (max-width: 680px) {
  .nextnav.page_links p.button a,
  .nextnav.article_links p.button a {
      margin-top: 3%;    }

  .nextnav.article_links p.button {
      font-size: 1.4em;
      line-height: 1.3em;    }
}

.nextnav.page_numbers {
    text-align: center;}

.nextnav.page_numbers .dots {
    margin-right: 7px;}

.nextnav.page_numbers p.button {
    font-size: 1.4em;
    padding: 0;
    line-height: 1.0em;
    margin: 1.5em 0 .5em;
    width: 100%;}

.nextnav.page_numbers .page-numbers.current {
    padding: 12px 20px 12px;
    margin-right: 1%;
    color: #fff;
    background: #3e454a;}

.nextnav.page_numbers p a:link, .nextnav.page_numbers p a:visited {
    color: #fff;
    padding: 15px 20px;
    margin-right: 1%;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;}

.nextnav.page_numbers p a:hover {
    color: #fff;}

/* @end */

/* @group Footer + Columns */
  
footer img.logo_footer {
	width: 96%;
	max-width: 390px; }

footer .columns {
  padding: 2em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: var(--wp--style--global--wide-size);
	margin-right: auto;
	margin-left: auto;
	text-align: left; }
	
	footer .content {
		max-width: var(--wp--style--global--wide-size);	}
	
footer .columns strong {
	font-variant: small-caps;
	text-transform: lowercase;
	font-variation-settings: "wght" 700; }
	
footer .phone p {
	font-size: 1.8em;
	line-height: 1.4em;
	flex: 0 1 auto;
	margin-top: 9px;
	margin-bottom: 9px; }
	
footer .columns a:link,
footer .columns a:visited {
	text-decoration: none;
	color: #fff; } 

footer .columns a:hover {
	text-decoration: underline;
  color: #4cefda !important;}

/*vertical*/
footer ul.menu {
	flex: 0 1 auto;
	padding: 1em 2em;
	list-style: none;
	margin: 0em;
	font-size: 1.6em;
	line-height: 1.4em; }

footer ul.menu li {
	margin: 0;
	padding: 2px 0; }

footer ul.menu li:first-child {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #4cefda; }

/*horizontal*/	
	footer ul.footer_menu {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		margin-right: 0; }
		
	footer ul.footer_menu li {
		margin: 0px 1px;
		padding: 4px; 	}

/*all links*/
footer ul li a {
	text-decoration: underline;
	color: #fff; } 
	
footer ul li a:visited {
  text-decoration: underline;
  color: #fff !important;}

footer ul li a:hover {
	text-decoration: underline;
  color: #4cefda !important;}
	
@media screen and (max-width: 780px) {
	footer .contact_widget {
		flex: 1 0 100%;
		text-align: center; 	}
	footer ul.menu {
		flex: 0 1 auto;
	/*	text-align: center;*/
		margin-top: 0;
		margin-bottom: 0;	}}

footer .content > p {
	font-size: 1.3em;
	line-height: 1.6em; }

footer p.credit {
  font-size: 1.2em;
	line-height: 1.6em;
  text-align: center;
	color: rgba(255, 255, 255, 0.77); }

footer p.credit a:link, 
footer p.credit a:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.77);
  border-radius: 4px;}

footer p.credit a:hover {
  color: rgba(255, 255, 255, 1);
	text-decoration: underline; }

@media screen and (max-width: 580px) {
  footer .column {
      width: 90%;
      margin: 0 auto;    }}

/* @end */
/* @group Gravity Forms */

.gform_required_legend {
	display: none;
	font-size: 1.9em;
	line-height: 1.0em;
	margin: .2em 0; }
  
.gform_wrapper input::placeholder {  
	opacity: 0.5;}
	
.gform_wrapper .gform_fields {
	grid-row-gap: 29px !important;}
	
.gform_wrapper label,
.gform_wrapper legend,
.gform_wrapper input,
.gform_wrapper textarea {
	font-size: 1.7em !important;
	line-height: 1.4em !important;	 }
	
	.gform_wrapper input {
		padding-top: 7px !important;
		padding-bottom: 10px !important;	}
	
.gform-theme--framework .gfield_description,
.gform-field-label--type-sub {
	font-size: 1.7em !important; }
	
.gform_confirmation_message {
  font-size: 2em;
  border: none !important;
  background: none !important;
	margin-top: 2em; }
  
.gform_wrapper {
	margin-top: 0;
	padding: 2em 0 5em; }

.gform_wrapper > * {
	margin: 0 auto !important;
	max-width: var(--wp--style--global--content-size);
	width: 94% !important; }
	
.gform_wrapper input {
	border-radius: 0 !important; }

.gform_wrapper > .gform_heading {
	text-align: center;
	padding-bottom: 1em; }

/*  @end*/	

iframe {
	width: 97%;
	display: block;
	margin: 0 auto 4em !important;
	max-width: 980px !important; }

/* @group Block: Video */

.wp-block-embed {
	margin: 6em auto; }

.wp-block-embed iframe {
  max-width: 100%;
  height: auto; }

/* @end */


/* @group Back to Top Button */

#top_button {
	border: none;
	border-bottom: 8px solid #111; /*dark*/
	border-right: 8px solid #555; /*light*/
	opacity: .7;
	
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer; 
	transition: all .3s;
	background: none;
  height: 20px;
  width: 20px;
  transform: rotate(-135deg); }

#top_button:hover {
	opacity: 1; }

/* @end */