:root {
    --animate-duration: 8s;
}

*:focus,
*:active {
    outline: none !important; 
}


body {
    background-color: white;
}

a {
    text-decoration: none;
}

a:visited {
    color: white;
}

ul, ol {
    margin: 0 0 1.5em 0em;
}

ul li, ol li{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

#top {
    height: 60px;
    margin: 15px 0;
    display: grid;
    grid-template-columns: 60px auto 50px 50px;
    padding: 0 40px;
}

#logo img{
    max-height: 60px;
}

nav#main {
    justify-self: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

nav#main ul#mainmenu {
    display: block;
}


nav#main ul#mainmenu li {
    display: inline-block;
}

nav#main ul#mainmenu .sub-menu {
    position: absolute;
    z-index: 100;
    background-color: white;
    display: none;
}

nav#main ul#mainmenu .sub-menu li {
    display: block;
}

nav#main ul#mainmenu li:hover .sub-menu {
    display: block;
}

nav#main a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4D4D4D;
    display: inline-block;
    margin: 0 3em;
    padding: 10px 15px;
}

nav#main a:hover {
 color: #FF6600;   
}

nav#main li.active a {
    background: #FF6600;
    border-radius: 25px;    
    color: white;   
}

#top .search {
    display: inline-block;
    width: 28px;
    margin-top: 15px;
    position: relative;
    top: 3px;    
}

#top #ham {
    display: block;
    justify-self: right;
    position: relative;
    top: 16px    
}

#top .ham {
    display: inline-block;
    width: 25px;
    margin-top: 20px;
    margin-left: 30px;

}

#header {
    display: block;
}

header {
    display: block;
    height: 786px;
    width: auto;
    position: relative;
}

header .bg {
    background-image: url(../images/header-bg.png);
    background-position: center center;
    background-size: auto 786px;
    height: 786px;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

header .bp {
    background-image: url(../images/bp.jpg);
    background-position: 2428px center;
    background-size: auto 786px;    
    height: 786px;
    opacity: 0;
    position: relative;
    z-index: 10;
    
}

header .futar {
    background-image: url(../images/futar.png);
    background-position: 0px center;
    background-size: 90% auto;
    background-repeat: no-repeat;
    height: 902px;
    width: 70%;
    position: absolute;
    top: -10px;
    z-index: 20;
}

header .buttons {
    position: absolute;
    top: 40px;
    right: 19%;
    width: 400px;    
    height: 600px;
    z-index: 30;
}

header .buttons a span {
    display: none; 
    align-self: center;
    font-family: 'Montserrat', sans-serif;    
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */   
    text-align: right;    
    color: #4D4D4D;
    width: 65%;    
}

header .buttons a:hover span {
    display: inline;
}

header .buttons .price,
header .buttons .phone,
header .buttons .blog,
header .buttons .fb {
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 120px auto;
    width: 400px;
    height: 120px;
    display: flex;
    margin: 0;
    padding:0;    
}

header .buttons .price {
    background-image: url(../images/price.png);
}

header .buttons .phone {
    background-image: url(../images/phone.png);
    margin: 30px 0 0 0;
}

header .buttons .blog {
    background-image: url(../images/blog.png);
    margin: 30px 0 0 0;
}

header .buttons .fb {
    background-image: url(../images/fb.png);
    margin: 30px 0 0 0;
}

header .buttons .price:hover,
header .buttons .phone:hover,
header .buttons .blog:hover,
header .buttons .fb:hover {
    background-position: right -120px;
}

header .leaves {
    display: inline-block;
    height: 32px;
    background-image: url(../images/leaves.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
    padding-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */    
    text-align: center;    
    position: absolute;
    right: 19%;
    bottom: 10%;
    z-index: 50;
}

.blog-wrapper {
    width: 95%;
    margin-top:75px !important;
}

#blog { 
    position: relative;
    left: 2%;
    /* margin-top: 120px;
    column-count: 3;
    column-gap: 40px;
     */
}

#blog .grid-item {        
    background: #F5F5F5;
    border-radius: 10px;     
}

#blog .grid-item img { 
    min-width: 100%;
    height: auto;
    display: block;
}

#blog .grid-item h3 { 
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #4D4D4D;
    margin: 20px;
} 

#blog .grid-item p { 
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 20px;
}

#blog .grid-item .date { 
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    padding: 15px 20px;
    border-top: 2px solid white;
}

#blog .grid-sizer,
#blog .grid-item { width: 30%; margin-bottom: 30px; }
#blog .grid-item .image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
} 
#blog .grid-item .image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#blog .grid-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}

.seal {
    width: 130px;
    height: 130px;
    background-image: url(../images/hpblog.png);
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: 40;
}
  
#footer {
    padding: 56px 40px 0 40px;
    background-color: #FF6600;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
}

#footer .wrapper .grids {
    display: grid;
    grid-template-rows:100;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;

}

#footer .footer-logo {
    display: block;
    height: 70px;
    background-image: url(../images/logo-footer.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

#footer h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#footer h3.line::after {
    content: '';
    display: block;    
    height: 0;
    margin-top: 15px;    
    border-bottom: 2px solid #FFFCFC;
    width: 140px;    
}

#footer h4 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

#footer h4 a {
    color: white;
}

#footer .logos {
    display: flex;
    align-items: center;
    justify-content: left;    
}

#footer .logos .partner {    
    margin-right: 15px;
}

#footer .copyright {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;    
    font-size: 10px;
    line-height: 16px;
    color: black;
    margin-top: 25px;
    padding-bottom: 25px;
}

/*contact form*/
.contactform {}

.contactform .input-name input::-webkit-input-placeholder,
.contactform .input-email input::-webkit-input-placeholder,
.contactform .input-message textarea::-webkit-input-placeholder { 
    color: white;
    opacity: 1;
}

.contactform .input-name input,
.contactform .input-email input {
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    background-color: transparent !important;
    color: white !important;
    padding: 8px 12px !important;
    width: 100% !important;
    font-size: 12px !important;
    max-width: 100% !important;
}

.contactform .input-message textarea {
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    background-color: transparent !important;
    color: white !important;
    padding: 8px 12px !important;
    width: 90%;    
    font-size: 12px !important;
    max-width: 100% !important;

}
.contactform .input-btn {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;

    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 7px 20px !important;

    text-align: center !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #FF6600 !important;
    cursor: pointer !important;
}

.contactform label.wpforms-error {
    color: white !important;
    padding: 5px 12px !important;
}

.zoom-instagram-widget__follow-me a.ig-b-v-24,
.zoom-instagram-widget__follow-me a.ig-b-v-24:hover {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;

    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 7px 20px !important;

    text-align: center !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #FF6600 !important;
    cursor: pointer !important;

}

.zoom-instagram-widget__follow-me {
    text-align: left !important;
}

#footer #custom_html-5 {
    margin: 0;
}

.zoom-instagram-widget h2 {
    display: none;
}

.insta-btn,
.insta-btn:hover {
    background: #000000;    
    box-sizing: border-box;
    border-radius: 20px;    

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    padding: 7px 20px;

    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white;    
    margin: 10px 0 20px 0;  
    
    text-align: center;
    width: 100%;
    display: inline-block;
}

.social .fb {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/fb-footer.png);
    background-size: 34px 34px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
}


.social .yt {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/yt-footer.png);
    background-size: 34px 34px;
    background-position: center center;
    background-repeat: no-repeat;    
}


/* search*/

#search {
    display: block;
}

.search-form .search-submit {
    display: none;
}

.search-form .search-field {
    background-color: transparent;
    background-image: url(../images/search.png);
    background-position: 5px 3px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 3px 0;
    padding: 0 0 0 38px;
    position: absolute;
    top: 10px;
    right: 112px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;

}

.search-form .search-field:focus {
    background-color: #fff;
    border: 1px solid #cccccc;
    cursor: text;
    outline: 0;
    width: 200px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
    display: none;
}


.main-navigation .menu-toggle { 
    /* background: url('../images/ham.png');
    background-size: cover; */
    width: 25px;
    height: 25px;
    border: none !important;
    cursor: pointer;
    padding: 0;
    background: none;
}

.main-navigation .menu-toggle span { 
    height: 3px;
    margin-bottom: 8px;
    background-color: #4d4d4d;
    width: 28px;
    display: block;    
}

.main-navigation .menu-toggle .line2 { 
    width: 17px;
    margin-left: 11px;
}

.main-navigation .menu-toggle .line3 { 
    width: 23px;    
    margin-left: 5px;
}


.main-navigation.toggled .menu-toggle { 
    background: url('../images/close.png');
    background-size: cover;
}

.main-navigation.toggled .menu-toggle span { 
    display: none;
}



/* .main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
} */

/* .main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
} */

/* .main-navigation ul ul ul {
	left: -999em;
	top: 0;
} */

/* .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
} */

.main-navigation ul ul a {
	/*width: 200px;*/
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	/*display: block;*/
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;  
    letter-spacing: 0.08em;
    text-transform: uppercase;    
    color: #4D4D4D;    

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-fomenu-container {
    position: absolute;
    background-color: white;
    z-index: 100;
    width: 230px;    
    right: 0;    
    margin-top: 2px;
}

.menu-fomenu-container ul.menu {
    margin: 30px;
}


.menu-fomenu-container ul.sub-menu {
    margin-left: 40px;
}


/* post */

.site-main {

}


.headerwrapper {
    width: 90%;
    max-width: 1240px;    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clearfix:after,
.headerwrapper:after {
    content: "";
    display: table;
    clear: both;
}


#headerleft {
    width: 68%;
    float: left;    
    background: rgba(0, 0, 0, 0.5);    
    padding: 40px;

}

#headerright {
    width: 30%;
    float: right;
}


.postwrapper {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

.postwrapper:after {
    content: "";
    display: table;
    clear: both;
}

#postcontent {
    width: 68%;
    float: left;    
}

#sidebar {

    width: 30%;
    float: right;
}


.pagewrapper {
    
    width: 90%;
    max-width: 960px;
    margin: 60px auto 60px auto;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;        
}

.page-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;   
    margin-bottom: 22px;
}



.search-page-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;   
    margin-bottom: 30px;
    text-align: center;
}

.search-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;    
    margin-bottom: 0px;
}

.search-title a {
    color: #4d4d4d;
}

.search-item .postedon {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;    
    padding: 0;
    

}

.search-item .post-thumbnail {
    float: left;
    width: 30%;
}

.search-item .entry-summary {
    float: right;
    width: 67%;
    margin-top: 0;
}

.search-item .entry-meta {
    margin-top: 0;
    text-align: right;
}


hr.line {
    margin: 30px;
}


#pagecontent .content p {
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 300;
}

.g-recaptcha {display:none;}

.wpforms-recaptcha-container {
    display: none;
}

#pagecontent .wpforms-container {
    margin-top: 20px;
    font-weight: normal;
}

#pagecontent .wpforms-container input[type="text"],
#pagecontent .wpforms-container input[type="email"],
#pagecontent .wpforms-container textarea {
    border-radius: 20px;
}

#pagecontent .wpforms-field-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-left: 12px;
    padding-top: 5px;    
}

#pagecontent .wpforms-container input::-webkit-input-placeholder,
#pagecontent .wpforms-container textarea::-webkit-input-placeholder { 
    color: #C4C4C4;
    font-size: 14px;
    opacity: 1;
}

#pagecontent .wpforms-container button[type="submit"] {
    border-radius: 20px;
    background: #FF6600;
    border-radius: 20px;
    color: white;
    padding: 10px 40px;
    border:none;
    font-size: 12px;
    line-height: 15px;    
}

#pagecontent .wpforms-field-required:after {
    content:" *";
    color: red;
    display:inline;    
}


#post {}

#post .header {
    position: relative;
}


#post .header .bgimg {
    height: 700px;
    width: 100%;
    object-fit: cover;
}


#post .header .excerpt {
    /* width: 90%;
    max-width: 1240px; */
    /* position: absolute;
    bottom: 0; */
    margin: 0 auto;  
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;    
    color: white;
    font-size: 18px;
    line-height: 26px;           
}


#post .header .excerpt h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
}


#postcontent {
    margin-bottom: 40px;
    padding: 0 40px;
}

#pagecontent a, 
#postcontent a {
    color: #FF6600;
}


.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
    padding: 20px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18;
    line-height: 26px;
}


#postcontent .meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 20px; 
    border-bottom: 1px solid #4D4D4D;
    


}
#postcontent .postedon {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 40px;        
}


#postcontent .postedby {
    display: flex;
    justify-self: flex-end;
}

#postcontent .postedby span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;       
    text-align: right;
    margin-right: 17px;
}

#postcontent .postedby img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

#postcontent .content {
    margin-top: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: black;    
}


#postcontent .content b,
#postcontent .content strong {
    font-weight: 700;
}

#postcontent .content figure {
    margin-top: 20px;
}


#sidebar {
    margin-top: 30px;
}

#sidebar .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#sidebar .colorline {
    position: relative;
    margin-bottom: 30px;
}

#sidebar .colorline .color1 {
    position: absolute;
    height: 2px;
    width: 20%;
    left: 0;
    top: 0;
    background-color: #FF6600;    
}

#sidebar .colorline .color2 {
    position: absolute;
    height: 2px;
    width: 20%;
    left: 20%;
    top: 0;
    background-color: #CD6200;        
}

#sidebar .colorline .color3 {
    position: absolute;
    height: 2px;
    width: 20%;
    left: 40%;
    top: 0;
    background-color: #C2CD00;    
}


#sidebar .colorline .color4 {
    position: absolute;
    height: 2px;
    width: 20%;
    left: 60%;
    top: 0;
    background-color: #4D4D4D;    
}


#sidebar .colorline .color5 {
    position: absolute;
    height: 2px;
    width: 20%;
    left: 80%;
    top: 0;
    background-color: #C4C4C4;    
}

#sidebar h2.widget-title {
    font-family: Montserrat;    
    font-weight: 700;
    font-size: 24px;
    color: #555555;
}

#sidebar .widget_text {
    font-family: Roboto;    
    font-weight: 300;
    font-size: 14px;
    color: #555555;
}


#pager {
}

#pager ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
#pager ul li {
    border: 2px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
}

#pager ul li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;    
    color: black;
    padding-left: 2px;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    height: 0;
    padding-bottom: 52%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: block;
	}

}



