/*
You can add your own CSS here.

Click the help icon above to learn more.

Use this field to test small chunks of CSS code. For important CSS customizations, it is recommended to modify the style.css file of a child theme.
http//codex.wordpress.org/Child_Themes
*/
.sticky-enabled .tc-header {
    background: #fff;
    border-bottom: 5px solid #27cbcd;
}
footer#footer{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#45484d\', endColorstr=\'#000000\',GradientType=0 ); /* IE6-9 */
}
.thumb-wrapper{
    box-shadow: -30px 0px 0 #eee;
    border-radius: 50%;
}
.fp-one .thumb-wrapper a{
    border: 104px solid #e83d81;
}
.fp-two .thumb-wrapper a{
    border: 104px solid #999;
}
.fp-three .thumb-wrapper a{
    border: 104px solid #27cbcd;
}
@media(min-width:1025px) {
    #text-5 {
        text-align: center;
    }
    #text-5 img {
        border-radius: 20px;
        overflow: hidden;
    }
    #footer_one aside {
        float: left;
        margin: 30px;
        background: #fff;
        border-radius: 10px;
        width: 100px;
        height: 100px;
        padding: 5px;
				margin: 10px 30px;
    }
    #footer_one aside img {
        margin: 0;
    }
    .site-logo img {
        max-width: 300px !important;
        max-height: 120px !important;
        height: auto !important;
    }
    .navbar-wrapper {
        width: 760px !important;
        float: right !important;
        margin-top: 15px;
    }
    h2.site-description {
        display: none !important;
    }
    .navbar .social-block {
        float: right;
    }
	#footer_one aside#widget_sp_image-7{
		width:300px;
		height: auto;
	}
}
