/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

/*INSTALL CUSTOM FONT CIRCE*/
@font-face { 
font-family: 'Circe-Thin';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Thin/Circe-Thin.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Thin/Circe-Thin.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Thin/Circe-Thin.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Thin/Circe-Thin.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face { 
font-family: 'Circe-Extra-Light';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Light/Circe-ExtraLight.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Light/Circe-ExtraLight.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Light/Circe-ExtraLight.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Light/Circe-ExtraLight.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face { 
font-family: 'Circe-Light';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Light/Circe-Light.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Light/Circe-Light.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Light/Circe-Light.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Light/Circe-Light.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face { 
font-family: 'Circe-Regular';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Regular/Circe-Regular.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Regular/Circe-Regular.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Regular/Circe-Regular.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Regular/Circe-Regular.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face { 
font-family: 'Circe-Bold';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Bold/Circe-Bold.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Bold/Circe-Bold.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Bold/Circe-Bold.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Bold/Circe-Bold.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face { 
font-family: 'Circe-Extra-Bold';
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Bold/Circe-ExtraBold.eot");
src: url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Bold/Circe-ExtraBold.eot?#iefix") format('embedded-opentype'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Bold/Circe-ExtraBold.woff") format('woff'),
     url("/wp-content/themes/gridlove-child/webfonts/Circe-Extra-Bold/Circe-ExtraBold.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
}

/*BTN-POST*/
#btn-post-layout {
    color: #1B9EFC;
    transition: 0.2s;
}

#btn-post-layout:hover {
    color: #0061a7;
    transition: 0.2s;
}

/*STYLE FOR HEADINGS AND TEXT*/
body, p, a {
    font-family: 'Circe-Regular' !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Circe-Bold' !important;
}

h1 { 
     font-size: 44px;
     line-height: 1.2em;
     font-weight: 600;
     margin-bottom: 10px;
}

h2 { 
     font-size: 42px;
     line-height: 1.6em;
     font-weight: 600;
}

h3 { 
     font-size: 32px;
     line-height: 1.6em;
     font-weight: 500;
}

/*responsive for fonts*/
@media only screen and (max-width: 800px) {
     h1 {
     font-size: 38px;
     line-height: 1.5em;
     font-weight: 600;
     }
     
     h2 {
     font-size: 36px;
     line-height: 1.2em;
     font-weight: 600;
     }

     h3 {
     font-size: 27px;
     line-height: 1.3em;
     font-weight: 500;
     }
}

@media only screen and (max-width: 430px) {
     h1 {
     font-size: 28px;
     line-height: 1.3em;
     font-weight: 600;
     }
     
     h2 {
     font-size: 30px;
     line-height: 1.2em;
     font-weight: 600;
     }

     h3 {
     font-size: 23px;
     line-height: 1.3em;
     font-weight: 500;
     }    
}

@media only screen and (max-width: 320px) {
     h1 {
     font-size: 25px;
     line-height: 1.3em;
     font-weight: 600;
     }

     h2 {
     font-size: 25px;
     line-height: 1.3em;
     font-weight: 600;
     }
     
     h3 {
     font-size: 20px;
     line-height: 1.3em;
     font-weight: 600;
     }
}

/*STYLE FOR THE HEADER*/
/*style for the text with logo*/
.text-with-logo {
    position: absolute;
    top: 23%;
    width: 400px;
    left: 120%;
    color: #ffffff;
}

.text-with-logo p {
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .text-with-logo {
        display: none;
    }
}

/*btn in the menu*/

.btn-tr {
	color: #660000
}

.btn-menu {
  background: #1B9EFC;
  border-radius: 3px;
  padding: 0px 10px;
  transition: 0.5s;
}

.btn-menu:hover {
  background: #000000;
  transition: 0.5s;
}

.btn-menu:hover ~ .btn-menu a {
  color: #ffffff !important;
}

.btn-menu a {
  color: #ffffff !important;
}

/*STYLE FOR THE FIXED MENU*/
.gridlove-header-sticky .gridlove-main-nav>li>a {
    height: 35px !important;
    line-height: 35px !important;
}

.gridlove-header-sticky .gridlove-main-nav>li {
    margin-top: 7px;
}

/*STYLES FOR THE FOOTER*/

#footer #mks_social_widget-3 {
    text-align: center;
}

#footer #text-2 {
    text-align: center;
}

#footer .footer-custom-widget h3 {
  margin-bottom: 5px !important;
}

#footer .footer-custom-widget a {
    border: none;
    font-size: 17px;
    line-height: 1.6em;
}

#footer .footer-custom-widget a:hover {
  color: #009cff;
}

/*responsive 1024px to 580px*/
@media screen and (max-width: 1023px) and (min-width: 580px) {
    .footer-custom-widget {
    position: absolute;
    top: -500%;
    text-align: center;
    left: 20%;
    }
}

/*responsive 579px*/
@media screen and (max-width: 579px) {
    .footer-custom-widget {
        text-align: center;
        margin-top: -40px;
    }
}


/*STYLE FOR THE HOME PAGE*/
/*footer style flash studio*/
.flash-studio {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.flash-studio p {
    font-size: 13px;
    color: white;
}

.flash-studio p:hover:after {
    content: "";
    position: absolute;
    border: 0.5px solid #FDAA32;
    width: 230px;
    top: 100%;
    left: 50%;
    margin-left: -115px;
}

.flash-studio img {
    width: 150px;
    display: inline-block;
    margin-top: -14px;
    margin-left: 5px;
}


/*STYLES FOR THE FORMS*/
.wpcf7-form .form-group::-webkit-input-placeholder, 
.wpcf7-form .hasDatepicker::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-group, 
.wpcf7-form .hasDatepicker {
  border-color: rgba(94, 94, 94, 0.51);
  border-radius: 3px;
}

.wpcf7-form .form-group:focus, 
.wpcf7-form .hasDatepicker:focus {
  border-color: #1B9EFC;
}


