/*	Theme Name: Doodle Dog
	Description: This Theme Was Created By Doodle Dog	
  	Author: Doodle Dog	
	Developer: Hong Todd	
	Author URI: http://www.Doodledog.com/	
	Version: 1.0.0	
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready	
	Template: genesis	
	Template Version: 2.0.0	
	License: GPL-2.0+	
	License URI: http://www.opensource.org/licenses/gpl-license.php*/


/*====================font-face start====================*/

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');

/*====================font-face end====================*/

*{
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
body{
    background-color: #888;
}
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
    color: #333;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	
}
a{
	text-decoration: none;
	display: inline-block;
	color: #000;

}
a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', arial, serif;
    margin: 0 0 10px;
	color: #9E7C0A;
	font-weight: bold;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
    }
header.site-header {
    padding-top: 20px;
}
.home .header {
    padding: 30px 35px;
    background-position: center center !important;
    background-size: cover !important;
}
.header {
    padding: 14px 35px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    background-color: #000 !important;
    min-height: 84px;
    background-repeat: no-repeat !important;
    background-position: 417px center !important;
    background-size: contain !important;
}
.logo {
    width: 50%;
    float: left;
}
.header .left-text{
	width: 50%;
	float: left;
}
.home .header .left-text h2, .home .header .left-text h2 a {
    padding-top: 13px;
    padding-right: 7px;
}
.header .left-text h2, .header .left-text h2 a {
    color: #fff;
    text-align: right;
    font-size: 22px;
    line-height: 35px;
    padding-top: 4px;
    font-weight: 600;
    padding-right: 7px;
}

.header .left-text h2 a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.header-top{
	width:100%;
	float: left;
}
.nav-menu {
   margin: 0 auto;
    max-width: 960px;
}
/*ul.menu {
    float: left;
    width: 100%;
    padding-right: 30px;
    text-align: right;
}
.menu li {
    display: inline-block;
    list-style-type: none;
}
.menu li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px 5px;
    text-decoration: none;
}*/
.container{
	margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    padding: 30px;
    background: #fff;
    
}
.content-wrapper{
	/*width:100%;
	float: left;
	margin-left: 30px;
	padding: 20px 0 20px;*/
	padding: 20px 25px 20px 30px;
}
.entry-content-left {
    width: 60%;
    float: left;
}
.entry-content-right{
	width: 40%;
    float: left;	
}
.entry-content-left p {
    padding: 0 0 15px;
}
img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}
.alignleft {
    float: left;
    margin: 0 15px 0 0;
}
.sidebar-option {
    text-align: center;
    padding-left: 30px;
}
.sidebar-option img {
    max-width: 100%;
}
.sidebar-option a{
    max-width: 130px;
    float: right;
    font-size: 13px;
    line-height: 20px;
    color: #2554c7;
    margin-left: 17px;
    	
}
.content-left{
	width:40%; 
	float:right;
	margin-right:30px; 
}
.content-right{
	width:40%; 
	float:left;
	margin-bottom: 19px;	
	}
.entry-content p {
    padding: 0 0 15px;
}
img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}
.alignright {
    float: right;
    margin: 0 0 0 15px;
}
img.about-side-image{
	margin-top:25px;
	width:118px;
	height:186px;
}
.entry-content ol, .entry-content-left ul {
    margin: 0;
    padding: 0 0 15px;
}
.entry-content-left ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}
.why-us-tiger-image {
    margin-top: 50%;
    text-align: center;
    padding: 3px 31px 0 45px;
}
.equipment-image {
    padding: 5px 8px 0;
}
.product-image{
	padding: 5px 15px 0;
	margin-top: 35%;
}
.contact-frm input, select, textarea {
    border: 1px solid #000;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.contact-frm input[type="button"], input[type="submit"] {
    background-color: #333;
    border: 1px solid #666;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', arial, serif !important;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 5px;
    text-decoration: none;
}
.contact-frm input:hover[type="button"], input:hover[type="submit"] {
    background-color: #000;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
}
.footer {
	background: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    padding: 7px 0 5px;
    text-align: center;
}
.footer p {
    color: #ffb220;
    font-size: 12px;
}
.content-left h4 {
    margin-top: 23px;
}
/************menu*********/
.mobile-menu {
 /*display:contents;
line-height: 1.6em;
font-weight: 400;
width:100%;
text-align:center;
position: relative;
 margin:0 auto;*/
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
    margin: 0 auto;
    text-align: right;
    max-width: 960px;
    background: #ffb220;
    padding-right: 20px;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
}

/*Style for menu links*/
.mobile-menu li a {
	display: block;
    font-size: 14px;
    padding: 6px 10px 5px;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}
.mobile-menu li a:hover{
   border-bottom: 2px solid #000;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 10px 15px;
	display: none;
  	cursor: pointer;
  	text-transform: uppercase;
  	background: #ffb220;
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}
.creds span a {
    font-size: 8px;
    line-height: 22px;
    color: #ffb220;
}
.home .logo img {
    max-width: 413px;
}
.logo img { 
    max-width: 267px;
}
.contact-image{
	margin-top: 40%;
}
.contact-image img {
    margin-left: 45px;
}



.search.search-results .content-sidebar-wrap, .error404 .content-sidebar-wrap {
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    padding: 10px;
    background: #fff;
}
.search.search-results .content-sidebar-wrap .content, .error404 .content-sidebar-wrap .content{
	padding: 50px 55px 50px 60px;
}
.error404 .content-sidebar-wrap .content{
	text-align: center;
	padding-bottom: 30px;
}
.search.search-results .content-sidebar-wrap .wpcf7 {
    margin-bottom: 30px;
}
.search-form-input {
    height: 27px;
    vertical-align: top;
    padding: 0 10px;
}

