/*
Theme Name: Proton Child
Theme URI: http://proton-theme.com
Description: This is a child theme of Proton
Author: NeuronThemes
Author URI: http://neuronthemes.com
Template: proton
Version: 1.0
*/

h1 {
    font-size: 30px !important;
    line-height: 45px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 38px !important;
}

h3, h4, h5, h6 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.wrapper .blog .blog-content .blog-post .blog-info h2 {
    font-weight: bold;
}

body {
    background-color: #f7f7f7 !important;
}

body, p {
    font-size: 15px !important;
    line-height: 30px !important;
}

li.price {
    background: #666666;
    color: #00ffff;
    padding: 15px;
    font-weight: bold !important;
    font-size: 23px !important;
    margin-bottom: 23px;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.pricing-table {
    margin-top: 35px;
}

.pricing-table ul {
    list-style: none;
    display: table;
    text-align: center;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0 20px 35px;
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .pricing-table ul {
        width: 90%;
        margin: 0 auto 30px;
    }
}

.col-md-12 {
    width: 100% !important;
}

.owl-wrapper {
    display: table !important;
}

.owl-carousel .owl-item {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
}

.wrapper .page-title h1 {
    font-weight: 900;
}

.wrapper .page-title, .wrapper header {
    margin-top: 0;
}

code {
    color: #00ffff;
    background-color: #4b4b4b;
    border-radius: 4px;
}

hr {
    border-top: 1px solid #00ffff;
}

.contact-form .row {
    padding-left: 15px;
    padding-right: 15px;
}

.contact .social-icons h4 {
    display: none;
}

.contact .sidebar {
    width: 100% !important;
}

#menu-item-182 > a, .contact .contact-form input[type=submit], .wrapper .blog-single .comment-form input[type=submit], .blog-info a.button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 36px;
    padding: 7px 50px;
    border: 2px solid #000;
    background: transparent !important;
    color: #000 !important;
    cursor: pointer;
    text-transform: uppercase;
}

#menu-item-182 > a:hover, .contact .contact-form input[type=submit]:hover, .wrapper .blog-single .comment-form input[type=submit]:hover, .blog-info a.button:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #4b4b4b;
    background: #4b4b4b !important;
    color: #00ffff !important;
}

#menu-item-182 > a {
    padding: 13px 20px;
}

.wrapper .contact .social-icons ul li a {
    font-size: 32px;
}

a[rel="category tag"], .post-info li:nth-child(2) {
    display: none !important;
}

.wrapper .portfolio .item .overlay .inner-overlay span {
    display: none;
}

.wpcf7-response-output {
    border: none !important;
}

.wrapper header nav ul li ul li {
    border-bottom: none;
}

.wrapper header nav ul li ul {
    background: #f7f7f7;
}

.wrapper header nav ul li ul li a {
    color: #4b4b4b;
}

.wrapper header nav ul li.active a, .wrapper header nav ul li a:hover {
    color: #000;
}

/*
input[type=submit] {
	border-radius: 5em;
    background: transparent;
    border: 2px solid #000;
    padding: 0.2em 3em; 
}
*/

.single .blog-single .blog-content {
    width: 100% !important;
}

.single .blog-single .sidebar {
    display: none !important;
}

.blog-logo img {
    -webkit-animation-name: fk-logo;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: fk-logo;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes fk-logo {
    from {
        -webkit-transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(0)
    }
    45% {
        -webkit-transform: rotate(45deg)
    }
    55% {
        -webkit-transform: rotate(45deg)
    }
    60% {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0)
    }
}

.main-menu li {
    text-align: left !important;
}

td.crayon-code {
    background: transparent !important
}

.post-header {
    margin-bottom: 17px;
}

.post-content input[type="email"],
.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.9em;
    border: none;
    color: #333;
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-appearance: none;
}

.blog-logo img {
    width: 100px;
    height: 100px;
    margin-bottom: 2em;
}

.blog-title {
    text-align: left !important;
    margin-bottom: 0.25em;
}

.blog-title:after {
    display: none !important;
}

.blog-description {
    margin-bottom: 2em;
}

.sidebar a, .sidebar-inner a span {
    color: #4b4b4b !important;
}

.sidebar a:hover {
    text-decoration: underline !important;
}

.bg-mint {
    background-color: #fff !important;
}

.post-content a.more-link:hover {
    background-color: #72D8BC !important;
}

.post-title a:hover {
    color: #72D8BC !important;
}

@media (max-width: 930px) {
    .nav-toggle {
        top: initial !important;
        bottom: 15% !important;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}

.credits {
    left: 40px;
}

.credits,
.credits a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.crayon-main::-webkit-scrollbar,
.crayon-plain::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

.crayon-main::-webkit-scrollbar-thumb,
.crayon-plain::-webkit-scrollbar-thumb {
    box-shadow: none !important;
}

.a2a_mini {
    margin-top: -125px !important;
}

#menu-item-182 {
    text-align: center;
}

#sb_instagram .sb_instagram_header a,
.abh_tab_content a,
.addtoany_share_save_container a {
    border-bottom: none !important;
}

div.wpcf7-mail-sent-ok {
    border: none;
    background: aqua;
}

div.wpcf7-response-output {
    margin: 0 0 1em 0;
    padding: 0;
}

.feature-icon-large {
    text-align: center;
}

.feature-icon-large i {
    display: inline-block;
    height: 104px;
    width: 104px;
    border: 2px solid lime;
    border-radius: 50%;
    text-align: center;
    color: lime;
    font-size: 40px;
    padding-top: 31px;
    margin-bottom: 32px;
}

.tag {
    display: inline-block;
    margin-right: 1em;
    border: 1px solid #c0c0c0;
    background: #c0c0c0;
    color: #fff;
    padding: .25em 1em;
    border-radius: 5px;
    font-size: 12px;
}

.tag-container {
    text-align: center;
}

.wpcf7-form-control-wrap.your-message textarea {
    margin-top: 0;
}

p.wp-caption-text {
    text-align: center !important;
}

.rcp_subscription_message {
    display: none;
}

table.rcp_registration_total_details {
    min-width: 380px;
}
