/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    $MAIN
\*------------------------------------*/
.adbox1{width:32%; float:left}
.adbox2{width:33%; float:left; margin-left:1%; margin-right:1%}
.adbox3{width:33%; float:left}

.adbox1 h3, .adbox2 h3, .adbox3 h3{color:#790000}

article a{color:#790000; font-weight:700}

.bannertemplate1{width:600px; max-width:100%; min-height:200px; background-size:cover}
.bannertemplate1 .darkoverlay{ padding:40px; width:600px; max-width:100%; min-height:200px; background-color:rgba(0,0,0,0.5)}
.bannertemplate1 h1{font-size:40px; font-weight:900; color:#FFF}
.bannertemplate1 h2{font-size:30px; font-weight:900; color:#EE1C25}

.advertsspot{float:right;  padding:15px; width:30%; border:7px solid #790000; margin-top:40px}
.advertsspot h2{    color: #790000;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 45px;
    margin-top: 0px;
	text-align:center;
}
.pum{opacity:1 !important}
.pum-container{
margin-left: auto !important;
width: 100% !important;
margin-right: auto !important;
padding:10%;

}

.columnhalf{width:50%; float:left}
.columnhalfmargin{width:48%; float:left; margin-left:1%; margin-right:1%}
.columnonethird{width:33.33%; float:left}
.columnonethirdmargin{width:31%; margin-left:1%; margin-right:1%; float:left}
.columnonefourth{width:25%; float:left;}
.columnonefourthmargin{width:23%; margin-left:1%; margin-right:1%; float:left}
.columntwothird{width:66.66%; float:left;}
.columntwothirdmargin{width:65%; float:left; margin-left:1%; margin-right:1%;}
.columnonefifth{width:20%; float:left;}
.columnonefifthmargin{width:18%; float:left; margin-left:1%; margin-right:1%}

.maincontent{margin:0px auto; padding:0px 20px; max-width:1240px;}

.topstrip{width:100%; background-color:#ee1c25; color:#FFF; height:40px; padding-top:10px; font-size:16px; font-weight:700;}
.searchbox{width:50%; float:left}
.soclaicons{text-align:right; width:50%; float:right}
.soclaicons a{color:#FFF; padding:0px 10px}

.leftcontent{ float:left; width:70%; padding:40px}
.rightcontent{float: right; background-color:#790000; color:#FFF; padding:40px; width:30%;background-image:url(/wp-content/uploads/2019/10/rightbg.jpg); background-position:center; background-size:cover; background-attachment:fixed}

.rightcontent h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: 400;
}
#recent-posts-2 li{list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #FFF;
}
#recent-posts-2 ul{padding:0px}
.articlebox{background-color:#f4f4f4}
.articleth{width:39%; display:inline-block}
.articletext{width:60%; display:inline-block; padding: 20px 40px 20px 40px; vertical-align:top;  }

.articletext p{font-size:17px; line-height:1.8;}

.articletext h2 {
    color: #790000;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
	margin-top:0px;
}
.articletext a {color:#790000;}
.view-article{display:block; font-size:20px; color:#790000 }

.rightcontentbg{}

.searchsubmit {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    overflow: visible;
    padding: 2px 25px;
}


#media_image-4 img{ width:40%; float:right; margin-bottom:20px;}

#media_image-4 h3 {
    width: 50%;
    float: left;
    font-size: 40px;
    color: #ee1c25;
	font-weight:300;
}

#text-5 h1 {
    font-weight: 200;
    font-size: 25px;
    color: #790000;
    font-family: 'Lato', sans-serif;
    text-align: left;
    width: 50%;
    font-weight: 700;
}

#text-5 h1 a{color: #790000;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background-color: #790000 !important;
    color: #FFF !important;
    padding: 7px 20px !important;
}


*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {font-family: 'Lato', sans-serif;
	font-size:16px;
	color: #363635;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
h1 { font-weight: 400; font-size:40px; color:#ee1c25;  font-family: 'Lato', sans-serif; }
h2 { font-weight: 400; font-size:25px; color:#000000;  font-family: 'Lato', sans-serif; }
.clear {
	clear:both;
	display:block;
}
img {
	vertical-align:bottom; border:0px;
}
area { outline:none;}

.clear {
	clear:both;
	display:block;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p{font-family: 'Lato', sans-serif;
	font-size:15px;
	color: #363635; text-align:justify;
	line-height:1.7;}


.imgright { border:2px #ffffff solid;  box-shadow:0px 4px 5px #000;-moz-box-shadow:0px 4px 5px #000;-webkit-box-shadow:0px 4px 5px #000; float:right; margin-left:15px; margin-bottom:10px;}
.imgleft { border:2px #ffffff solid;  box-shadow:0px 4px 5px #000;-moz-box-shadow:0px 4px 5px #000;-webkit-box-shadow:0px 4px 5px #000; float:left; margin-right:15px; margin-bottom:10px;}


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


/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logocontainer{position:absolute; z-index:100; width:100%;}

.logo{width:700px; max-width:90%; margin-top:5%;}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative; margin-bottom:0px;
	max-width:100%; overflow-y:hidden;
}
header {margin:0px; width:100%;}
section, #content{ background-color: white; margin:0px auto; min-height:758px; padding: 20px 20px 20px 20px; max-width: 1100px;}

.footer-widget{ }
.footer-widget a { color:#FFF; font-weight:bold;}

footer{width:100%; background-color:#ee1c25}
footer a{color:#FFF;}
footer p{color:#FFF;}
.footer{ max-width: 1240px; margin-left: auto; margin-right: auto; padding:20px;}
p.copyright{ }

#sidebar{ }
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar p, #sidebar li, #sidebar a {color:#FFF;}

/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi{background-color:#ee1c25; }
nav{font-size:20px;
    list-style:none;
    font-weight:bold;
    margin-bottom:0px; font-weight:400;
    text-decoration:none; color:#FFF;
	text-align:center;
	font-family: 'Lato', sans-serif;

}
nav ul{padding:0px; margin:0px; text-align:center}
nav ul li{
	float: none;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	color: #FFF;
	display:inline-block;
}

nav ul a{
	display: block;
	padding: 8px 15px 8px 15px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight:600;
}
nav ul a:hover{
    color:#000000;
    text-decoration:none;
}

nav ul ul{
    list-style:none;
    position:absolute;
    left:-9999px; margin:0px; margin-left:-40px; color:#838383
}
nav ul ul li{
    padding-top:1px;
    float:none;  color:#838383
}
nav ul ul a{
    white-space:nowrap; margin: 0px 0px 0px 0px; color:#838383
}
nav ul li:hover ul{
    left:0; text-decoration:none;
}
nav ul li:hover a{ 
    text-decoration:none;  color: #000000;}
	
nav ul li:hover ul a{ 
    text-decoration:none;
}
nav ul li:hover ul li a:hover{ text-decoration:none; 
}
nav ul li a:hover{ color:#000000;}
nav ul li ul li a:hover{ color:#000000;}


/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form {width: 220px; text-align:left; color:white; font-family:Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:13px;}
.wpcf7-form input{width: 220px;}
.wpcf7-submit {}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 200px) and (max-width: 600px) {
	
	.searchbox {
    width: 100%;
    float: none;
}

.soclaicons {
    text-align: center;
    width: 100%;
    float: none;
    margin-top: 10px;
}
.topstrip {
    width: 100%;
    background-color: #ee1c25;
    color: #FFF;
    height: auto;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}

.rightcontent {
    float: none;
    width: 100%;
 
}

.leftcontent {
    float: none;
    width: 100%;
    padding: 20px;
}

#media_image-10 h3 {
    width: 100%;
    float: none;}
	
	#media_image-10 img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

#text-5 h1 {

    text-align: center;
    width: 100%;
    font-weight: 700;
}

.articleth {
    width: 100%;
    display: block;
}

.articletext {
    width: 100%;
    display: block;
    padding: 10px;
    vertical-align: top;
}
	
	.advertsspot{float:none; width:100%}

}
@media only screen and (min-width: 200px) and (max-width: 480px) {
	.columnhalf{width:100%; float:none}
.columnhalfmargin{width:100%; float:none; margin:0px}
.columnonethird{width:100%; float:none}
.columnonethirdmargin{width:100%; float:none; margin:0px}
.columnonefourth{width:100%; float:none;}
.columnonefourthmargin{width:100%; margin:0px; float:none;}
.columntwothird{width:100%; float:none;}
.columntwothirdmargin{width:100%;  margin:0px; float:none;}
.columnonefifth{width:50%; float:left;}
.columnonefifthmargin{width:48%; float:left; margin-left:1%; margin-right:1%}

}
@media only screen and (min-width: 300px) and (max-width: 600px) {
	
	.columnhalf{width:100%; float:left}
.columnhalfmargin{width:100%; float:none; margin:0px}
.columnonethird{width:100%; float:none; margin:0px}
.columnonethirdmargin{width:100%; float:none; margin:0px}
.columnonefourth{width:50%; float:left;}
.columnonefourthmargin{width:48%; margin-left:1%; margin-right:1%; float:left}
.columntwothird{width:100%; float:left;}
.columntwothirdmargin{width:100%; float:none; margin:0px}
.columnonefifth{width:50%; float:left;}
.columnonefifthmargin{width:48%; float:left; margin-left:1%; margin-right:1%}
	
	.adbox1{width:100%; float:none}
.adbox2{width:100%; float:none; margin:0px}
.adbox3{width:100%; float:none}

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background:#3651ac;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#3651ac;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
	}
	
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	body{background-color: #00576a;}
}



.shipping-calculator-form{width:230px;}

.woocommerce-breadcrumb{ display:none;}

div.wpcf7-response-output {color: black;}