/* AFFILIATE INTEL STACK CUSTOM CSS */


/* Apply color to heading links */

h1 a strong, h2 a strong, h3 a strong, h4 a strong, h5 a strong, h6 a strong, p a strong {
    color: #1FBCB5 !important;
}

h1 a strong:hover, h2 a strong:hover, h3 a strong:hover, h4 a strong:hover, h5 a strong:hover, h6 a strong:hover, p a strong:hover {
    color: #097D8A !important;
    text-decoration: underline;
}

/* Adjust logo */

.logo img, .logo svg {
    padding: 20px 0 0 0;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .logo img, .logo svg {
    padding: 0 0 0 0 !important;
    max-width: 70% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    .logo img, .logo svg {
    padding: 25px 0 0 0 !important;
    max-width: 90% !important;
    }
}


/* Change color of the Cookie Consent Badge */

/*html, #scroll-top-link, #av-cookie-consent-badge {
    background-color: #097D8A !important;
    color: #ffffff !important;
    border: 1px solid #444444;
}*/


/* Move the More Menu to the left a bit */

.av-main-nav ul {
    margin: 0 0 0 -70px;
}

/* Adjust font size of Mega Menu dropdown */

#top #header .mega_menu_title a {
    font-size: 13px !important;
}

/* Adjust the left padding of the Mega Menu dropdown to fit the text in correctly */

#top #header .avia_mega_div > .sub-menu {
    padding: 20px 30px 30px 50px !important;
    margin-left: 0;
}

/* Change color of the Back to Top button background */

/*#scroll-top-link {
    background-color: #00AEEE !important;
}

#scroll-top-link:hover {
    color: #ffffff !important;
}*/


/* Change position of back to top button */

/*#scroll-top-link {
    right: 50px;
    bottom: 100px !important;
}*/


/* Take out the overlay "Tick" over the images */

.avia_transform a .image-overlay {
    display: none !important;
}


/* Change color of the Hide notification only button on the cookie pop-up */

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification, .avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
    color: #1FBCB5 !important;
}

#top .main_color .avia-color-theme-color-highlight {
    color: #ffffff !important;
}

/* Change the design of the Prev/Next buttons on the posts/news pages */

#top .avia-post-nav {
    background: #097D8A !important;
}

#top .avia-post-nav:hover {
    background: #222 !important;
}

.avia-post-prev {
    left: 34px;
}

/* Add some top margin to the posts/news post meta data */

#top .av-post-metadata-container {
    margin: 50px 0 0 0 !important;
}

/* Add some CSS to the Author Box */

.author-box {
    background: #e1e1e1;
    padding: 20px;
    border-radius: 15px;
}

.author-title {
    color: #1FBCB5 !important;
}


/* Change color of the post entry title */

.entry-content-wrapper .post-title {
    color: #1FBCB5 !important;
}

/* Styling for contact form 7 */

.wpcf7 input[name=your-subject], .wpcf7 textarea[name=your-message] {
    width: 100% !important;
}

.wpcf7 input[name=your-name], .wpcf7 input[name=your-email], .wpcf7 input[name=tel-473] {
    width: 70% !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.8em 1em !important;
    font-weight: bold;
    font-size: 15px;
}

.wpcf7-text {
    font-size: inherit;
    font-weight: bold;
}

.wpcf7-privacy-text {
    font-size: inherit;
}

.wpcf7 input[type=submit] {
    margin: 15px 0 0 0;
}

@media screen and (max-width:768px) {
.wpcf7 input[name=your-subject], .wpcf7 textarea[name=your-message], .wpcf7 input[name=your-name], .wpcf7 input[name=your-email], .wpcf7 input[name=tel-473] {
    width: 100% !important;
    }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    /*width: 80% !important;*/
    border-radius: 3px !important;
}

.wpcf7 textarea {
    /*width: 100% !important;*/
    border-radius: 3px !important;
}

.wpcf7 input[type="submit"] {
    border-radius: 3px !important;
}

/* Re-style the button on the Newsletter Profile page */

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #1FBCB5;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #1FBCB5;
    border-radius: 5px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-clip: padding-box;
    box-sizing: border-box;
    font-size: 110%;
    padding: 0.594rem 1rem;
}

.tnp-profile form .tnp-field input[type=submit]:hover {
    background-color: #097D8A;
    opacity: 1;
}

.main_color input[type='submit'] {
    background-color: #1FBCB5;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #1FBCB5;
    border-radius: 5px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-clip: padding-box;
    box-sizing: border-box;
    font-size: 110%;
    padding: 0.594rem 1rem;
}

.main_color input[type='submit']:hover {
    border: 1px solid #1FBCB5;
    opacity: 1;
}


/* Reduce the bottom padding of widgets to bring them closer together */

.widget {
    padding: 0 0 30px 0 !important;
}


/* 2 COLUMN RESPONSIVE CSS BEGIN */

.custom_column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.custom_row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .custom_column {
    width: 100%;
  }
}

/* 3 COLUMN RESPONSIVE CSS BEGIN */

.custom_three_column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.custom_three_row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .custom_three_column {
    width: 100%;
  }
}

/* 3 COLUMN RESPONSIVE CSS END */


