/*
Theme Name: Safety Professional
Theme URI: https://wordpress.org/themes/twentysixteen/
Author:  Safety Professional
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


.our-services .service-box > a {
    min-height: 210px !important;
}

.about2 .about-content {
    position: relative;
    top: 0px !important;
}

.topLeft .social li i:hover {
    color: #fff;
    padding: 0px !important;
    background: none !important;
    border-radius: 20px;
    font-size: 14px;
}

.course-content h4 a
{
  font-size: 1.2em !important;
}

.course-content h4 a i
{
color:#D31145;
margin-right:10px;
}

@media only screen and (min-width: 300px) and (max-width:420px) {

#amz-settings
{
	display:none;
}

}

#amz-settings {
	width: 367px;
	background: #fff;
	position: fixed;
	top: 0;
	right: -367px;
	height: 71%;
	z-index: 999999;
	box-shadow: -10px 0px 25px -1px rgba(0, 0, 0, 0.05);
	transition: right ease 0.3s;
	margin-top: 12%;
}

#amz-settings-trigger {
    position: absolute;
    left: -38px;
    width: 38px;
    background:#002b7f;
    height: 137px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 137px;
    border-radius: 3px 0 0 3px;
    padding: 0;
    box-shadow: -10px 0px 25px -1px rgba(0, 0, 0, 0.05);
}

#amz-settings-trigger a {
    display: block;
    text-align: center;
    padding-left: 2px;
}

#amz-settings-inner {
    height: 100%;
    padding: 0 30px 26px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.amz-buy-section {
    background: #002b7f;
    padding: 13px;
    margin: 0 -30px;
    margin-bottom: 25px;
    text-align: center;
}

.amz-setting {
    margin-bottom: 26px;
    position: relative;
}

.btn.btn-solid.white {
    background: #fff;
    border-color: #fff;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.amz-buy-section .btn {
    padding: 6px 27px 4px;
    text-transform: uppercase;
}
.btn.btn-oval {
    border-radius: 100px;
}

#amz-settings.moved {
    right: 0px;
    transition: right ease 0.3s;
}


.amz-setting input[type="text"], .amz-setting input[type="email"], .amz-setting input[type="tel"] {
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #D1D1D1;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.amz-setting textarea {
    border: 1px solid #D1D1D1;
    padding: 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    height: 100px;
    font-size: 13px;
}

.amz-setting input[type="submit"] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #CCC;
    border-right: 2px solid rgb(242, 101, 32) !important;
    border-radius: 0px !important;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid #ccc !important;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-left: 2px solid rgb(242, 101, 32) !important;
}

.prospectus {
    background: #002b7f !important;
}

