/*
 Theme Name:     Twenty Seventeen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/twenty-seventeen-child-theme/
 Description:    A bare-bones child theme for use with WordPress Twenty Seventeen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://www.ezau.com/
 Template:       twentyseventeen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

.johnson1 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
}
.johnson6 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
	border: 3px dashed #ee0000;
}
.johnson8 {
	padding: 20px;
	background: #ccffcc;
	width: 90%;
	margin: 20px auto;
	border-left: 5px solid #ff8080;
}

/* Other Sample Code */

.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}
#top-menu li .sub-menu li a {
    color: black;
}
.navigation-top a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #ffffff;
}
.navigation-top {
    background: #8aa308;
}
.main-navigation a:hover {
    color: #ffffff;
}
#top-menu li .sub-menu li a:hover {
    color: white;
}
#text-2{
	    background: #8aa308;
    padding: 15px;
}
#text-2 h2{color:white;font-size: 16px;font-weight: 500;margin-bottom: 15px;}
.wpcf7-submit{ 
	background: #353535;
    border: 1px solid white !important;
    border-radius: 43px !important;
    letter-spacing: 1px;
	margin-top: 20px;
}
.wpcf7-submit:hover{
background: #70840a !important;
}
.wpcf7-submit:focus{
background: #708212 !important;
}
#secondary #text-2 span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
#secondary #text-2 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: white;
}
.site-footer {
    background: #171717;
    color: white;
}
.site-footer ul li a{color:white;text-decoration:none !important;-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;}
.site-footer ul li a:hover{color: #8aa308 !important;text-decoration:none !important;}
.site-footer h2{color:white;}
.site-info a{color: #fff;-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;}
.site-info a:hover{color:#fff !important}
.site-info a:focus{color:white;}
.site-info {float: left; padding: 15px 0 0; width: 100%; border-top: 1px solid;margin-bottom:0px;}
.widget ul li, .widget ol li {
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 0.5em 0;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.call-now-today{z-index: 999999999;position: absolute;top: 5%;background: #8aa308;padding: 10px 20px 8px 20px;right: 10%;font-size: 24px; border-radius: 65px;}
.call-now-today a{color:white;}
.call-now-today a img{width:20px;position: relative;right: 2px;}
.contact-formpage{width:49%;float:left;margin-right:18px;}
.location-map{width:47%;float:left;}
.entry-content .saer-social p a img{
    -webkit-box-shadow: 0 0 0 0px #fff;
    box-shadow: 0 0 0 0px #fff;
	margin-right:10px;
}
.entry-content .link-more a{
background: #cc0000;
    padding: 10px 15px;
    color: white;
    display: -webkit-inline-box;
}
.entry-content p.link-more:after {
    content: '';
    width: 100%;
    display: block;
    border: 0.5px dotted black;
    position: absolute;
    color: black;
    margin: 30px 0;
}
.entry-content .link-more{
    position: relative;
    margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 0em 0 0;
}
.menu-toggle{
	    color: white;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
}
/*start-code call icon*/
.social-icon-bar ul {
    position: fixed;
    top: 30%;
    left: 25px;
    z-index: 999;
    padding: 0;
    -webkit-transform: translate(-270px,0);
    -moz-transform: translate(-270px,0);
    -ms-transform: translate(-270px,0);
    -o-transform: translate(-270px,0);
    transform: translate(-270px,0);
    list-style-type: square;
    list-style-position: inside;
}
	.social-icon-bar ul li {
    display: block;
    line-height: 8px;
    margin: 5px;
    background: rgba(138, 163, 8, 0.48);
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social-icon-bar ul li a {
    padding: 12px 0 12px 35px;
}
.social-icon-bar ul li a span {
    color: #fff;
    font-size: 16px;
    position: relative;
    bottom: 5px;
    text-decoration: none;
}
.social-icon-bar ul li .fa-twitter {
    color: #1da1f2;
}
.social-icon-bar ul li i {
	    color: #8aa308;
    margin-left: 10px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.social-icon-bar ul li:hover {
    -webkit-transform: translate(90px,0);
    -moz-transform: translate(90px,0);
    -ms-transform: translate(90px,0);
    -o-transform: translate(90px,0);
    transform: translate(90px,0);
    background: rgb(43, 43, 43);
	    width: 325px;
}

.social-icon-bar ul li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*end-code call icon*/
#secondary #text-2{
	margin-bottom: 40px;
}
.map-show {
    float: left;
    width: 49%;
}
@media screen and (min-width: 48em){
.main-navigation li li:hover, .main-navigation li li.focus {
    background: #cc0000;
}
h2.widget-title {
    font-size: 11px;
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 500;	 
}
body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: left;
    width: 100%;
}
.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
    float: right;
    width: 100%;
}
#secondary h2.widget-title {
	background: #8aa308;
    padding: 10px 15px;
    color: white;
	}
.single-post .entry-title, .page .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0em !important;
}
.site-header .navigation-top .menu-scroll-down {
    color: #ffffff;
    top: 0.7em;
}
	#secondary {
    float: right;
    padding-top: 0;
    width: 36%;
}
#primary {
    float: left;
    width: 58%;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 2em;
}
}
@media screen and (min-width: 30em){
.panel-content .entry-header {
    margin-bottom: 1.5em;
}
}
@media screen and (max-width: 768px){
.contact-formpage{width:100%;float:left;margin-right:0px;}
.location-map{width:100%;float:left;}
.navigation-top a {
    color: #000;
    font-weight: 500;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #000000;
}
#top-menu li .sub-menu li a:hover {
    color: #040404;
}
}
@media screen and (max-width: 500px){
.call-now-today {
    z-index: 0;
    position: relative;
    top: 5%;
    background: #151515;
    padding: 10px 20px 8px 20px;
    right: 0%;
    font-size: 24px;
    border-radius: 65px;
    text-align: center;
}
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: table;
    height: 300px;
    height: 40vh;
    width: 100%;
}
}